| java.lang.Object | |
| ↳ | com.workday.hr.OrganizationContentDataType |
Encapsulating element containg a brief summary of Organization data.
Java class for Organization_Content_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization_Content_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
<element name="Organization_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Organization_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Organization_Type_Reference" type="{urn:com.workday/bsvc}Organization_Type_Reference_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Organization_Subtype_Reference" type="{urn:com.workday/bsvc}Organization_Subtype_Reference_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationIDData | |||||||||||
| organizationID | |||||||||||
| organizationName | |||||||||||
| organizationSubtypeReference | |||||||||||
| organizationTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationIDData property.
| |||||||||||
Gets the value of the organizationID property.
| |||||||||||
Gets the value of the organizationName property.
| |||||||||||
Gets the value of the organizationSubtypeReference property.
| |||||||||||
Gets the value of the organizationTypeReference property.
| |||||||||||
Sets the value of the integrationIDData property.
| |||||||||||
Sets the value of the organizationID property.
| |||||||||||
Sets the value of the organizationName property.
| |||||||||||
Sets the value of the organizationSubtypeReference property.
| |||||||||||
Sets the value of the organizationTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationIDData property.
ExternalIntegrationIDDataType
Gets the value of the organizationID property.
Gets the value of the organizationName property.
Gets the value of the organizationSubtypeReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the organizationSubtypeReference property.
For example, to add a new item, do as follows:
getOrganizationSubtypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
OrganizationSubtypeReferenceDataType
Gets the value of the organizationTypeReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the organizationTypeReference property.
For example, to add a new item, do as follows:
getOrganizationTypeReference().add(newItem);
Objects of the following type(s) are allowed in the list
OrganizationTypeReferenceDataType
Sets the value of the integrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the organizationID property.
| value | Allowed object is String |
|---|
Sets the value of the organizationName property.
| value | Allowed object is String |
|---|
Sets the value of the organizationSubtypeReference property.
| organizationSubtypeReference | Allowed object is
OrganizationSubtypeReferenceDataType
|
|---|
Sets the value of the organizationTypeReference property.
| organizationTypeReference | Allowed object is
OrganizationTypeReferenceDataType
|
|---|