org.eclipse.stardust.engine.api.ws
Class OrganizationXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ModelElementXto
      extended by org.eclipse.stardust.engine.api.ws.ModelParticipantXto
          extended by org.eclipse.stardust.engine.api.ws.OrganizationXto

public class OrganizationXto
extends ModelParticipantXto

A client view of a workflow organizational unit. An organization is a logical grouping of workflow participants.

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 Summary
OrganizationXto()
           
 
Method Summary
 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.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelParticipantXto
getAllSuperOrganizations, getDepartment, getRuntimeElementOid, isDefinesDepartmentScope, isDepartmentScoped, setAllSuperOrganizations, setDefinesDepartmentScope, setDepartment, setDepartmentScoped, setRuntimeElementOid
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.ModelElementXto
getAttributes, getDescription, getId, getModelOid, getName, getPartitionId, getPartitionOid, getQualifiedId, setAttributes, setDescription, setId, setModelOid, setName, setPartitionId, setPartitionOid, setQualifiedId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationXto

public OrganizationXto()
Method Detail

getTeamLeadRole

public RoleXto getTeamLeadRole()
Gets the value of the teamLeadRole property.

Returns:
possible object is RoleXto

setTeamLeadRole

public void setTeamLeadRole(RoleXto value)
Sets the value of the teamLeadRole property.

Parameters:
value - allowed object is RoleXto

getAllSubRoles

public RolesXto getAllSubRoles()
Gets the value of the allSubRoles property.

Returns:
possible object is RolesXto

setAllSubRoles

public void setAllSubRoles(RolesXto value)
Sets the value of the allSubRoles property.

Parameters:
value - allowed object is RolesXto

getAllSubOrganizations

public OrganizationsXto getAllSubOrganizations()
Gets the value of the allSubOrganizations property.

Returns:
possible object is OrganizationsXto

setAllSubOrganizations

public void setAllSubOrganizations(OrganizationsXto value)
Sets the value of the allSubOrganizations property.

Parameters:
value - allowed object is OrganizationsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.