public class Lsc extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="connections" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}connectionsType"/> <element name="audits" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}auditsType" minOccurs="0"/> <element name="tasks" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}tasksType"/> <element name="security" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}securityType" minOccurs="0"/> </all> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="revision" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Lsc() |
Modifier and Type | Method and Description |
---|---|
AuditsType |
getAudits()
Gets the value of the audits property.
|
ConnectionsType |
getConnections()
Gets the value of the connections property.
|
String |
getId()
Gets the value of the id property.
|
Integer |
getRevision()
Gets the value of the revision property.
|
SecurityType |
getSecurity()
Gets the value of the security property.
|
TasksType |
getTasks()
Gets the value of the tasks property.
|
void |
setAudits(AuditsType value)
Sets the value of the audits property.
|
void |
setConnections(ConnectionsType value)
Sets the value of the connections property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setRevision(Integer value)
Sets the value of the revision property.
|
void |
setSecurity(SecurityType value)
Sets the value of the security property.
|
void |
setTasks(TasksType value)
Sets the value of the tasks property.
|
public ConnectionsType getConnections()
ConnectionsType
public void setConnections(ConnectionsType value)
value
- allowed object is
ConnectionsType
public AuditsType getAudits()
AuditsType
public void setAudits(AuditsType value)
value
- allowed object is
AuditsType
public TasksType getTasks()
TasksType
public void setTasks(TasksType value)
value
- allowed object is
TasksType
public SecurityType getSecurity()
SecurityType
public void setSecurity(SecurityType value)
value
- allowed object is
SecurityType
public void setId(String value)
value
- allowed object is
String
public Integer getRevision()
Integer
Copyright © 2005-2024 LSC project. All Rights Reserved.