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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.DepartmentInfoXto
      extended by org.eclipse.stardust.engine.api.ws.DepartmentXto

public class DepartmentXto
extends DepartmentInfoXto

The Department represents a snapshot of the department state. It contains information about the parent Department and the linked organization.

Java class for Department complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Department">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}DepartmentInfo">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="parentDepartment" type="{http://eclipse.org/stardust/ws/v2012a/api}Department" minOccurs="0"/>
         <element name="organization" type="{http://eclipse.org/stardust/ws/v2012a/api}Organization"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
DepartmentXto()
           
 
Method Summary
 String getDescription()
          Gets the value of the description property.
 OrganizationXto getOrganization()
          Gets the value of the organization property.
 DepartmentXto getParentDepartment()
          Gets the value of the parentDepartment property.
 void setDescription(String value)
          Sets the value of the description property.
 void setOrganization(OrganizationXto value)
          Sets the value of the organization property.
 void setParentDepartment(DepartmentXto value)
          Sets the value of the parentDepartment property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.DepartmentInfoXto
getId, getName, getOid, getRuntimeOrganizationOid, setId, setName, setOid, setRuntimeOrganizationOid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepartmentXto

public DepartmentXto()
Method Detail

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getParentDepartment

public DepartmentXto getParentDepartment()
Gets the value of the parentDepartment property.

Returns:
possible object is DepartmentXto

setParentDepartment

public void setParentDepartment(DepartmentXto value)
Sets the value of the parentDepartment property.

Parameters:
value - allowed object is DepartmentXto

getOrganization

public OrganizationXto getOrganization()
Gets the value of the organization property.

Returns:
possible object is OrganizationXto

setOrganization

public void setOrganization(OrganizationXto value)
Sets the value of the organization property.

Parameters:
value - allowed object is OrganizationXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.