public class DepartmentXto extends DepartmentInfoXto
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 and Description |
|---|
DepartmentXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getId, getName, getOid, getRuntimeOrganizationOid, setId, setName, setOid, setRuntimeOrganizationOidpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic DepartmentXto getParentDepartment()
DepartmentXtopublic void setParentDepartment(DepartmentXto value)
value - allowed object is
DepartmentXtopublic OrganizationXto getOrganization()
OrganizationXtopublic void setOrganization(OrganizationXto value)
value - allowed object is
OrganizationXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.