public class ApplicationXto extends ModelElementXto
Java class for Application complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Application">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelElement">
<sequence>
<element name="accessPoints" type="{http://eclipse.org/stardust/ws/v2012a/api}AccessPoints" minOccurs="0"/>
<element name="typeAttributes" type="{http://eclipse.org/stardust/ws/v2012a/api}Attributes" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ApplicationXto() |
| Modifier and Type | Method and Description |
|---|---|
AccessPointsXto |
getAccessPoints()
Gets the value of the accessPoints property.
|
AttributesXto |
getTypeAttributes()
Gets the value of the typeAttributes property.
|
void |
setAccessPoints(AccessPointsXto value)
Sets the value of the accessPoints property.
|
void |
setTypeAttributes(AttributesXto value)
Sets the value of the typeAttributes property.
|
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedIdpublic AccessPointsXto getAccessPoints()
AccessPointsXtopublic void setAccessPoints(AccessPointsXto value)
value - allowed object is
AccessPointsXtopublic AttributesXto getTypeAttributes()
AttributesXtopublic void setTypeAttributes(AttributesXto value)
value - allowed object is
AttributesXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.