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()
ConnectionsTypepublic void setConnections(ConnectionsType value)
value - allowed object is
ConnectionsTypepublic AuditsType getAudits()
AuditsTypepublic void setAudits(AuditsType value)
value - allowed object is
AuditsTypepublic TasksType getTasks()
TasksTypepublic void setTasks(TasksType value)
value - allowed object is
TasksTypepublic SecurityType getSecurity()
SecurityTypepublic void setSecurity(SecurityType value)
value - allowed object is
SecurityTypepublic void setId(String value)
value - allowed object is
Stringpublic Integer getRevision()
IntegerCopyright © 2005-2025 LSC project. All Rights Reserved.