|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.DepartmentInfoXto
org.eclipse.stardust.engine.api.ws.DepartmentXto
public class DepartmentXto
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 |
|---|
public DepartmentXto()
| Method Detail |
|---|
public 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
OrganizationXto
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||