| java.lang.Object | |
| ↳ | com.workday.hr.OrganizationDataType |
Encapsulating element containing all Organization data.
Java class for Organization_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Organization_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Organization_Reference_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Integration_ID_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
<element name="Organization_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Availability_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Include_Organization_Code_In_Name" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Organization_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Include_Leader_In_Name" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Frozen_Status" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Job_Management_Enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Headcount_Management_Enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Position_Management_Enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Superior_Organization_Reference" type="{urn:com.workday/bsvc}Superior_Organization_Reference_DataType" minOccurs="0"/>
<element name="Organization_Type_Reference" type="{urn:com.workday/bsvc}Organization_Type_Reference_DataType" minOccurs="0"/>
<element name="Organization_Subtype_Reference" type="{urn:com.workday/bsvc}Organization_Subtype_Reference_DataType" minOccurs="0"/>
<element name="Organization_Visibility_Reference" type="{urn:com.workday/bsvc}Organization_Visibility_Reference_DataType" minOccurs="0"/>
<element name="Primary_Business_Site_Reference" type="{urn:com.workday/bsvc}Primary_Business_Site_Reference_DataType" minOccurs="0"/>
<element name="Container_Organization_Reference" type="{urn:com.workday/bsvc}Container_Organization_Reference_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Effective_Date" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| availabilityDate | |||||||||||
| containerOrganizationReference | |||||||||||
| effectiveDate | |||||||||||
| frozenStatus | |||||||||||
| headcountManagementEnabled | |||||||||||
| includeLeaderInName | |||||||||||
| includeOrganizationCodeInName | |||||||||||
| integrationIDData | |||||||||||
| jobManagementEnabled | |||||||||||
| organizationCode | |||||||||||
| organizationName | |||||||||||
| organizationReferenceID | |||||||||||
| organizationSubtypeReference | |||||||||||
| organizationTypeReference | |||||||||||
| organizationVisibilityReference | |||||||||||
| positionManagementEnabled | |||||||||||
| primaryBusinessSiteReference | |||||||||||
| superiorOrganizationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the availabilityDate property.
| |||||||||||
Gets the value of the containerOrganizationReference property.
| |||||||||||
Gets the value of the effectiveDate property.
| |||||||||||
Gets the value of the frozenStatus property.
| |||||||||||
Gets the value of the headcountManagementEnabled property.
| |||||||||||
Gets the value of the includeLeaderInName property.
| |||||||||||
Gets the value of the includeOrganizationCodeInName property.
| |||||||||||
Gets the value of the integrationIDData property.
| |||||||||||
Gets the value of the jobManagementEnabled property.
| |||||||||||
Gets the value of the organizationCode property.
| |||||||||||
Gets the value of the organizationName property.
| |||||||||||
Gets the value of the organizationReferenceID property.
| |||||||||||
Gets the value of the organizationSubtypeReference property.
| |||||||||||
Gets the value of the organizationTypeReference property.
| |||||||||||
Gets the value of the organizationVisibilityReference property.
| |||||||||||
Gets the value of the positionManagementEnabled property.
| |||||||||||
Gets the value of the primaryBusinessSiteReference property.
| |||||||||||
Gets the value of the superiorOrganizationReference property.
| |||||||||||
Sets the value of the availabilityDate property.
| |||||||||||
Sets the value of the containerOrganizationReference property.
| |||||||||||
Sets the value of the effectiveDate property.
| |||||||||||
Sets the value of the frozenStatus property.
| |||||||||||
Sets the value of the headcountManagementEnabled property.
| |||||||||||
Sets the value of the includeLeaderInName property.
| |||||||||||
Sets the value of the includeOrganizationCodeInName property.
| |||||||||||
Sets the value of the integrationIDData property.
| |||||||||||
Sets the value of the jobManagementEnabled property.
| |||||||||||
Sets the value of the organizationCode property.
| |||||||||||
Sets the value of the organizationName property.
| |||||||||||
Sets the value of the organizationReferenceID property.
| |||||||||||
Sets the value of the organizationSubtypeReference property.
| |||||||||||
Sets the value of the organizationTypeReference property.
| |||||||||||
Sets the value of the organizationVisibilityReference property.
| |||||||||||
Sets the value of the positionManagementEnabled property.
| |||||||||||
Sets the value of the primaryBusinessSiteReference property.
| |||||||||||
Sets the value of the superiorOrganizationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the availabilityDate property.
Gets the value of the containerOrganizationReference 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 containerOrganizationReference property.
For example, to add a new item, do as follows:
getContainerOrganizationReference().add(newItem);
Objects of the following type(s) are allowed in the list
ContainerOrganizationReferenceDataType
Gets the value of the effectiveDate property.
Gets the value of the frozenStatus property. This getter has been renamed from isFrozenStatus() to getFrozenStatus() by cxf-xjc-boolean plugin.
Gets the value of the headcountManagementEnabled property. This getter has been renamed from isHeadcountManagementEnabled() to getHeadcountManagementEnabled() by cxf-xjc-boolean plugin.
Gets the value of the includeLeaderInName property. This getter has been renamed from isIncludeLeaderInName() to getIncludeLeaderInName() by cxf-xjc-boolean plugin.
Gets the value of the includeOrganizationCodeInName property. This getter has been renamed from isIncludeOrganizationCodeInName() to getIncludeOrganizationCodeInName() by cxf-xjc-boolean plugin.
Gets the value of the integrationIDData property.
ExternalIntegrationIDDataType
Gets the value of the jobManagementEnabled property. This getter has been renamed from isJobManagementEnabled() to getJobManagementEnabled() by cxf-xjc-boolean plugin.
Gets the value of the organizationCode property.
Gets the value of the organizationName property.
Gets the value of the organizationReferenceID property.
Gets the value of the organizationSubtypeReference property.
OrganizationSubtypeReferenceDataType
Gets the value of the organizationTypeReference property.
OrganizationTypeReferenceDataType
Gets the value of the organizationVisibilityReference property.
OrganizationVisibilityReferenceDataType
Gets the value of the positionManagementEnabled property. This getter has been renamed from isPositionManagementEnabled() to getPositionManagementEnabled() by cxf-xjc-boolean plugin.
Gets the value of the primaryBusinessSiteReference property.
PrimaryBusinessSiteReferenceDataType
Gets the value of the superiorOrganizationReference property.
SuperiorOrganizationReferenceDataType
Sets the value of the availabilityDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the containerOrganizationReference property.
| containerOrganizationReference | Allowed object is
ContainerOrganizationReferenceDataType
|
|---|
Sets the value of the effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the frozenStatus property.
| value | Allowed object is Boolean |
|---|
Sets the value of the headcountManagementEnabled property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeLeaderInName property.
| value | Allowed object is Boolean |
|---|
Sets the value of the includeOrganizationCodeInName property.
| value | Allowed object is Boolean |
|---|
Sets the value of the integrationIDData property.
| value | Allowed object is
ExternalIntegrationIDDataType
|
|---|
Sets the value of the jobManagementEnabled property.
| value | Allowed object is Boolean |
|---|
Sets the value of the organizationCode property.
| value | Allowed object is String |
|---|
Sets the value of the organizationName property.
| value | Allowed object is String |
|---|
Sets the value of the organizationReferenceID property.
| value | Allowed object is String |
|---|
Sets the value of the organizationSubtypeReference property.
| value | Allowed object is
OrganizationSubtypeReferenceDataType
|
|---|
Sets the value of the organizationTypeReference property.
| value | Allowed object is
OrganizationTypeReferenceDataType
|
|---|
Sets the value of the organizationVisibilityReference property.
| value | Allowed object is
OrganizationVisibilityReferenceDataType
|
|---|
Sets the value of the positionManagementEnabled property.
| value | Allowed object is Boolean |
|---|
Sets the value of the primaryBusinessSiteReference property.
| value | Allowed object is
PrimaryBusinessSiteReferenceDataType
|
|---|
Sets the value of the superiorOrganizationReference property.
| value | Allowed object is
SuperiorOrganizationReferenceDataType
|
|---|