public class ModelXto extends ModelDescriptionXto
Java class for Model complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Model">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelDescription">
<sequence>
<element name="alive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="roles" type="{http://eclipse.org/stardust/ws/v2012a/api}Roles" minOccurs="0"/>
<element name="organizations" type="{http://eclipse.org/stardust/ws/v2012a/api}Organizations" minOccurs="0"/>
<element name="globalVariables">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="globalVariable" type="{http://eclipse.org/stardust/ws/v2012a/api}VariableDefinition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="processes">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="process" type="{http://eclipse.org/stardust/ws/v2012a/api}ProcessDefinition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="typeDeclarations" type="{http://eclipse.org/stardust/ws/v2012a/api}TypeDeclarations" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ModelXto.GlobalVariablesXto
Java class for anonymous complex type.
|
static class |
ModelXto.ProcessesXto
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
ModelXto() |
| Modifier and Type | Method and Description |
|---|---|
ModelXto.GlobalVariablesXto |
getGlobalVariables()
Gets the value of the globalVariables property.
|
OrganizationsXto |
getOrganizations()
Gets the value of the organizations property.
|
ModelXto.ProcessesXto |
getProcesses()
Gets the value of the processes property.
|
RolesXto |
getRoles()
Gets the value of the roles property.
|
TypeDeclarationsXto |
getTypeDeclarations()
Gets the value of the typeDeclarations property.
|
Boolean |
isAlive()
Gets the value of the alive property.
|
void |
setAlive(Boolean value)
Sets the value of the alive property.
|
void |
setGlobalVariables(ModelXto.GlobalVariablesXto value)
Sets the value of the globalVariables property.
|
void |
setOrganizations(OrganizationsXto value)
Sets the value of the organizations property.
|
void |
setProcesses(ModelXto.ProcessesXto value)
Sets the value of the processes property.
|
void |
setRoles(RolesXto value)
Sets the value of the roles property.
|
void |
setTypeDeclarations(TypeDeclarationsXto value)
Sets the value of the typeDeclarations property.
|
getDeploymentComment, getDeploymentTime, getPredecessor, getRevision, getValidFrom, getValidTo, getVersion, isActive, isDisabled, setActive, setDeploymentComment, setDeploymentTime, setDisabled, setPredecessor, setRevision, setValidFrom, setValidTo, setVersiongetAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedIdpublic Boolean isAlive()
Booleanpublic void setAlive(Boolean value)
value - allowed object is
Booleanpublic RolesXto getRoles()
RolesXtopublic void setRoles(RolesXto value)
value - allowed object is
RolesXtopublic OrganizationsXto getOrganizations()
OrganizationsXtopublic void setOrganizations(OrganizationsXto value)
value - allowed object is
OrganizationsXtopublic ModelXto.GlobalVariablesXto getGlobalVariables()
ModelXto.GlobalVariablesXtopublic void setGlobalVariables(ModelXto.GlobalVariablesXto value)
value - allowed object is
ModelXto.GlobalVariablesXtopublic ModelXto.ProcessesXto getProcesses()
ModelXto.ProcessesXtopublic void setProcesses(ModelXto.ProcessesXto value)
value - allowed object is
ModelXto.ProcessesXtopublic TypeDeclarationsXto getTypeDeclarations()
TypeDeclarationsXtopublic void setTypeDeclarations(TypeDeclarationsXto value)
value - allowed object is
TypeDeclarationsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.