| java.lang.Object | |
| ↳ | com.workday.staffing.OrganizationWWSType |
Response element containing an instance of Organization and its associated data.
Java class for Organization_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Organization_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" minOccurs="0"/>
<element name="Organization_Data" type="{urn:com.workday/bsvc}Organization_WWS_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| organizationData | |||||||||||
| organizationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the organizationData property.
| |||||||||||
Gets the value of the organizationReference property.
| |||||||||||
Sets the value of the organizationData property.
| |||||||||||
Sets the value of the organizationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the organizationData property.
OrganizationWWSDataType
Gets the value of the organizationReference property.
OrganizationObjectType
Sets the value of the organizationData property.
| value | Allowed object is
OrganizationWWSDataType
|
|---|
Sets the value of the organizationReference property.
| value | Allowed object is
OrganizationObjectType
|
|---|

