| java.lang.Object | |
| ↳ | workday.com.bsvc.OrganizationReferenceWWSType |
Reference element representing a unique instance of Organization.
Java class for Organization_Reference_WWSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization_Reference_WWSType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_ID_Reference" type="{urn:com.workday/bsvc}External_Integration_ID_Reference_DataType" minOccurs="0"/>
<element name="Organization_ID_Reference" type="{urn:com.workday/bsvc}OrganizationObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationIDReference | |||||||||||
| organizationIDReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationIDReference property.
| |||||||||||
Gets the value of the organizationIDReference property.
| |||||||||||
Sets the value of the integrationIDReference property.
| |||||||||||
Sets the value of the organizationIDReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the integrationIDReference property.
ExternalIntegrationIDReferenceDataType
Gets the value of the organizationIDReference property.
OrganizationObjectType
Sets the value of the integrationIDReference property.
| value | Allowed object is
ExternalIntegrationIDReferenceDataType
|
|---|
Sets the value of the organizationIDReference property.
| value | Allowed object is
OrganizationObjectType
|
|---|

