public class OrganizationXto extends ModelParticipantXto
Java class for Organization complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}ModelParticipant">
<sequence>
<element name="teamLeadRole" type="{http://eclipse.org/stardust/ws/v2012a/api}Role" minOccurs="0"/>
<element name="allSubRoles" type="{http://eclipse.org/stardust/ws/v2012a/api}Roles" minOccurs="0"/>
<element name="allSubOrganizations" type="{http://eclipse.org/stardust/ws/v2012a/api}Organizations" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OrganizationXto() |
| Modifier and Type | Method and Description |
|---|---|
OrganizationsXto |
getAllSubOrganizations()
Gets the value of the allSubOrganizations property.
|
RolesXto |
getAllSubRoles()
Gets the value of the allSubRoles property.
|
RoleXto |
getTeamLeadRole()
Gets the value of the teamLeadRole property.
|
void |
setAllSubOrganizations(OrganizationsXto value)
Sets the value of the allSubOrganizations property.
|
void |
setAllSubRoles(RolesXto value)
Sets the value of the allSubRoles property.
|
void |
setTeamLeadRole(RoleXto value)
Sets the value of the teamLeadRole property.
|
getAllSuperOrganizations, getDepartment, getRuntimeElementOid, isDefinesDepartmentScope, isDepartmentScoped, setAllSuperOrganizations, setDefinesDepartmentScope, setDepartment, setDepartmentScoped, setRuntimeElementOidgetAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedIdpublic RoleXto getTeamLeadRole()
RoleXtopublic void setTeamLeadRole(RoleXto value)
value - allowed object is
RoleXtopublic RolesXto getAllSubRoles()
RolesXtopublic void setAllSubRoles(RolesXto value)
value - allowed object is
RolesXtopublic OrganizationsXto getAllSubOrganizations()
OrganizationsXtopublic void setAllSubOrganizations(OrganizationsXto value)
value - allowed object is
OrganizationsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.