public class

OrganizationWWSDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.recruiting.OrganizationWWSDataType

Class Overview

Contains the detailed information about an Organization.

Java class for Organization_WWS_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Organization_WWS_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Reference_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Organization_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Include_Manager_in_Name" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Include_Organization_Code_in_Name" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Organization_Type_Reference" type="{urn:com.workday/bsvc}Organization_TypeObjectType" minOccurs="0"/>
         <element name="Organization_Subtype_Reference" type="{urn:com.workday/bsvc}Organization_SubtypeObjectType" minOccurs="0"/>
         <element name="Availibility_Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Last_Updated_DateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Inactive_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
         <element name="Manager_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
         <element name="Organization_Owner_Reference" type="{urn:com.workday/bsvc}Organization_OwnerObjectType" minOccurs="0"/>
         <element name="Organization_Visibility_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="External_URL_Reference" type="{urn:com.workday/bsvc}External_URLObjectType" minOccurs="0"/>
         <element name="External_IDs_Data" type="{urn:com.workday/bsvc}External_Integration_ID_DataType" minOccurs="0"/>
         <element name="Roles_Data" type="{urn:com.workday/bsvc}Organization_Roles_WWS_DataType" minOccurs="0"/>
         <element name="Hierarchy_Data" type="{urn:com.workday/bsvc}Organization_Hierarchy_DataType" minOccurs="0"/>
         <element name="Supervisory_Data" type="{urn:com.workday/bsvc}Supervisory_Org_DataType" minOccurs="0"/>
         <element name="Integration_Field_Override_Data" type="{urn:com.workday/bsvc}Document_Field_Result_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected XMLGregorianCalendar availibilityDate
protected String description
protected ExternalIntegrationIDDataType externalIDsData
protected ExternalURLObjectType externalURLReference
protected OrganizationHierarchyDataType hierarchyData
protected Boolean inactive
protected XMLGregorianCalendar inactiveDate
protected Boolean includeManagerInName
protected Boolean includeOrganizationCodeInName
protected List<DocumentFieldResultDataType> integrationFieldOverrideData
protected XMLGregorianCalendar lastUpdatedDateTime
protected WorkerObjectType managerReference
protected String name
protected String organizationCode
protected OrganizationOwnerObjectType organizationOwnerReference
protected OrganizationSubtypeObjectType organizationSubtypeReference
protected OrganizationTypeObjectType organizationTypeReference
protected UniqueIdentifierObjectType organizationVisibilityReference
protected String referenceID
protected OrganizationRolesWWSDataType rolesData
protected SupervisoryOrgDataType supervisoryData
Public Constructors
OrganizationWWSDataType()
Public Methods
XMLGregorianCalendar getAvailibilityDate()
Gets the value of the availibilityDate property.
String getDescription()
Gets the value of the description property.
ExternalIntegrationIDDataType getExternalIDsData()
Gets the value of the externalIDsData property.
ExternalURLObjectType getExternalURLReference()
Gets the value of the externalURLReference property.
OrganizationHierarchyDataType getHierarchyData()
Gets the value of the hierarchyData property.
Boolean getInactive()
Gets the value of the inactive property.
XMLGregorianCalendar getInactiveDate()
Gets the value of the inactiveDate property.
Boolean getIncludeManagerInName()
Gets the value of the includeManagerInName property.
Boolean getIncludeOrganizationCodeInName()
Gets the value of the includeOrganizationCodeInName property.
List<DocumentFieldResultDataType> getIntegrationFieldOverrideData()
Gets the value of the integrationFieldOverrideData property.
XMLGregorianCalendar getLastUpdatedDateTime()
Gets the value of the lastUpdatedDateTime property.
WorkerObjectType getManagerReference()
Gets the value of the managerReference property.
String getName()
Gets the value of the name property.
String getOrganizationCode()
Gets the value of the organizationCode property.
OrganizationOwnerObjectType getOrganizationOwnerReference()
Gets the value of the organizationOwnerReference property.
OrganizationSubtypeObjectType getOrganizationSubtypeReference()
Gets the value of the organizationSubtypeReference property.
OrganizationTypeObjectType getOrganizationTypeReference()
Gets the value of the organizationTypeReference property.
UniqueIdentifierObjectType getOrganizationVisibilityReference()
Gets the value of the organizationVisibilityReference property.
String getReferenceID()
Gets the value of the referenceID property.
OrganizationRolesWWSDataType getRolesData()
Gets the value of the rolesData property.
SupervisoryOrgDataType getSupervisoryData()
Gets the value of the supervisoryData property.
void setAvailibilityDate(XMLGregorianCalendar value)
Sets the value of the availibilityDate property.
void setDescription(String value)
Sets the value of the description property.
void setExternalIDsData(ExternalIntegrationIDDataType value)
Sets the value of the externalIDsData property.
void setExternalURLReference(ExternalURLObjectType value)
Sets the value of the externalURLReference property.
void setHierarchyData(OrganizationHierarchyDataType value)
Sets the value of the hierarchyData property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setInactiveDate(XMLGregorianCalendar value)
Sets the value of the inactiveDate property.
void setIncludeManagerInName(Boolean value)
Sets the value of the includeManagerInName property.
void setIncludeOrganizationCodeInName(Boolean value)
Sets the value of the includeOrganizationCodeInName property.
void setIntegrationFieldOverrideData(List<DocumentFieldResultDataType> integrationFieldOverrideData)
Sets the value of the integrationFieldOverrideData property.
void setLastUpdatedDateTime(XMLGregorianCalendar value)
Sets the value of the lastUpdatedDateTime property.
void setManagerReference(WorkerObjectType value)
Sets the value of the managerReference property.
void setName(String value)
Sets the value of the name property.
void setOrganizationCode(String value)
Sets the value of the organizationCode property.
void setOrganizationOwnerReference(OrganizationOwnerObjectType value)
Sets the value of the organizationOwnerReference property.
void setOrganizationSubtypeReference(OrganizationSubtypeObjectType value)
Sets the value of the organizationSubtypeReference property.
void setOrganizationTypeReference(OrganizationTypeObjectType value)
Sets the value of the organizationTypeReference property.
void setOrganizationVisibilityReference(UniqueIdentifierObjectType value)
Sets the value of the organizationVisibilityReference property.
void setReferenceID(String value)
Sets the value of the referenceID property.
void setRolesData(OrganizationRolesWWSDataType value)
Sets the value of the rolesData property.
void setSupervisoryData(SupervisoryOrgDataType value)
Sets the value of the supervisoryData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected XMLGregorianCalendar availibilityDate

protected String description

protected ExternalIntegrationIDDataType externalIDsData

protected ExternalURLObjectType externalURLReference

protected OrganizationHierarchyDataType hierarchyData

protected Boolean inactive

protected XMLGregorianCalendar inactiveDate

protected Boolean includeManagerInName

protected Boolean includeOrganizationCodeInName

protected List<DocumentFieldResultDataType> integrationFieldOverrideData

protected XMLGregorianCalendar lastUpdatedDateTime

protected WorkerObjectType managerReference

protected String name

protected String organizationCode

protected OrganizationOwnerObjectType organizationOwnerReference

protected OrganizationSubtypeObjectType organizationSubtypeReference

protected OrganizationTypeObjectType organizationTypeReference

protected UniqueIdentifierObjectType organizationVisibilityReference

protected String referenceID

protected OrganizationRolesWWSDataType rolesData

protected SupervisoryOrgDataType supervisoryData

Public Constructors

public OrganizationWWSDataType ()

Public Methods

public XMLGregorianCalendar getAvailibilityDate ()

Gets the value of the availibilityDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public ExternalIntegrationIDDataType getExternalIDsData ()

Gets the value of the externalIDsData property.

Returns

public ExternalURLObjectType getExternalURLReference ()

Gets the value of the externalURLReference property.

Returns

public OrganizationHierarchyDataType getHierarchyData ()

Gets the value of the hierarchyData property.

Returns

public Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public XMLGregorianCalendar getInactiveDate ()

Gets the value of the inactiveDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean getIncludeManagerInName ()

Gets the value of the includeManagerInName property. This getter has been renamed from isIncludeManagerInName() to getIncludeManagerInName() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIncludeOrganizationCodeInName ()

Gets the value of the includeOrganizationCodeInName property. This getter has been renamed from isIncludeOrganizationCodeInName() to getIncludeOrganizationCodeInName() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<DocumentFieldResultDataType> getIntegrationFieldOverrideData ()

Gets the value of the integrationFieldOverrideData 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 integrationFieldOverrideData property.

For example, to add a new item, do as follows:

    getIntegrationFieldOverrideData().add(newItem);
 

Objects of the following type(s) are allowed in the list DocumentFieldResultDataType

public XMLGregorianCalendar getLastUpdatedDateTime ()

Gets the value of the lastUpdatedDateTime property.

Returns
  • possible object is XMLGregorianCalendar

public WorkerObjectType getManagerReference ()

Gets the value of the managerReference property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getOrganizationCode ()

Gets the value of the organizationCode property.

Returns
  • possible object is String

public OrganizationOwnerObjectType getOrganizationOwnerReference ()

Gets the value of the organizationOwnerReference property.

Returns

public OrganizationSubtypeObjectType getOrganizationSubtypeReference ()

Gets the value of the organizationSubtypeReference property.

Returns

public OrganizationTypeObjectType getOrganizationTypeReference ()

Gets the value of the organizationTypeReference property.

Returns

public UniqueIdentifierObjectType getOrganizationVisibilityReference ()

Gets the value of the organizationVisibilityReference property.

Returns

public String getReferenceID ()

Gets the value of the referenceID property.

Returns
  • possible object is String

public OrganizationRolesWWSDataType getRolesData ()

Gets the value of the rolesData property.

Returns

public SupervisoryOrgDataType getSupervisoryData ()

Gets the value of the supervisoryData property.

Returns

public void setAvailibilityDate (XMLGregorianCalendar value)

Sets the value of the availibilityDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setExternalIDsData (ExternalIntegrationIDDataType value)

Sets the value of the externalIDsData property.

Parameters
value Allowed object is ExternalIntegrationIDDataType

public void setExternalURLReference (ExternalURLObjectType value)

Sets the value of the externalURLReference property.

Parameters
value Allowed object is ExternalURLObjectType

public void setHierarchyData (OrganizationHierarchyDataType value)

Sets the value of the hierarchyData property.

Parameters
value Allowed object is OrganizationHierarchyDataType

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setInactiveDate (XMLGregorianCalendar value)

Sets the value of the inactiveDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setIncludeManagerInName (Boolean value)

Sets the value of the includeManagerInName property.

Parameters
value Allowed object is Boolean

public void setIncludeOrganizationCodeInName (Boolean value)

Sets the value of the includeOrganizationCodeInName property.

Parameters
value Allowed object is Boolean

public void setIntegrationFieldOverrideData (List<DocumentFieldResultDataType> integrationFieldOverrideData)

Sets the value of the integrationFieldOverrideData property.

Parameters
integrationFieldOverrideData Allowed object is DocumentFieldResultDataType

public void setLastUpdatedDateTime (XMLGregorianCalendar value)

Sets the value of the lastUpdatedDateTime property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setManagerReference (WorkerObjectType value)

Sets the value of the managerReference property.

Parameters
value Allowed object is WorkerObjectType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setOrganizationCode (String value)

Sets the value of the organizationCode property.

Parameters
value Allowed object is String

public void setOrganizationOwnerReference (OrganizationOwnerObjectType value)

Sets the value of the organizationOwnerReference property.

Parameters
value Allowed object is OrganizationOwnerObjectType

public void setOrganizationSubtypeReference (OrganizationSubtypeObjectType value)

Sets the value of the organizationSubtypeReference property.

Parameters
value Allowed object is OrganizationSubtypeObjectType

public void setOrganizationTypeReference (OrganizationTypeObjectType value)

Sets the value of the organizationTypeReference property.

Parameters
value Allowed object is OrganizationTypeObjectType

public void setOrganizationVisibilityReference (UniqueIdentifierObjectType value)

Sets the value of the organizationVisibilityReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setReferenceID (String value)

Sets the value of the referenceID property.

Parameters
value Allowed object is String

public void setRolesData (OrganizationRolesWWSDataType value)

Sets the value of the rolesData property.

Parameters
value Allowed object is OrganizationRolesWWSDataType

public void setSupervisoryData (SupervisoryOrgDataType value)

Sets the value of the supervisoryData property.

Parameters
value Allowed object is SupervisoryOrgDataType