public class

OrganizationContentDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.OrganizationContentDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected ExternalIntegrationIDDataType integrationIDData
protected String organizationID
protected String organizationName
protected List<OrganizationSubtypeReferenceDataType> organizationSubtypeReference
protected List<OrganizationTypeReferenceDataType> organizationTypeReference
Public Constructors
OrganizationContentDataType()
Public Methods
ExternalIntegrationIDDataType getIntegrationIDData()
Gets the value of the integrationIDData property.
String getOrganizationID()
Gets the value of the organizationID property.
String getOrganizationName()
Gets the value of the organizationName property.
List<OrganizationSubtypeReferenceDataType> getOrganizationSubtypeReference()
Gets the value of the organizationSubtypeReference property.
List<OrganizationTypeReferenceDataType> getOrganizationTypeReference()
Gets the value of the organizationTypeReference property.
void setIntegrationIDData(ExternalIntegrationIDDataType value)
Sets the value of the integrationIDData property.
void setOrganizationID(String value)
Sets the value of the organizationID property.
void setOrganizationName(String value)
Sets the value of the organizationName property.
void setOrganizationSubtypeReference(List<OrganizationSubtypeReferenceDataType> organizationSubtypeReference)
Sets the value of the organizationSubtypeReference property.
void setOrganizationTypeReference(List<OrganizationTypeReferenceDataType> organizationTypeReference)
Sets the value of the organizationTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ExternalIntegrationIDDataType integrationIDData

protected String organizationID

protected String organizationName

protected List<OrganizationSubtypeReferenceDataType> organizationSubtypeReference

protected List<OrganizationTypeReferenceDataType> organizationTypeReference

Public Constructors

public OrganizationContentDataType ()

Public Methods

public ExternalIntegrationIDDataType getIntegrationIDData ()

Gets the value of the integrationIDData property.

Returns

public String getOrganizationID ()

Gets the value of the organizationID property.

Returns
  • possible object is String

public String getOrganizationName ()

Gets the value of the organizationName property.

Returns
  • possible object is String

public List<OrganizationSubtypeReferenceDataType> getOrganizationSubtypeReference ()

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

public List<OrganizationTypeReferenceDataType> getOrganizationTypeReference ()

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

public void setIntegrationIDData (ExternalIntegrationIDDataType value)

Sets the value of the integrationIDData property.

Parameters
value Allowed object is ExternalIntegrationIDDataType

public void setOrganizationID (String value)

Sets the value of the organizationID property.

Parameters
value Allowed object is String

public void setOrganizationName (String value)

Sets the value of the organizationName property.

Parameters
value Allowed object is String

public void setOrganizationSubtypeReference (List<OrganizationSubtypeReferenceDataType> organizationSubtypeReference)

Sets the value of the organizationSubtypeReference property.

Parameters
organizationSubtypeReference Allowed object is OrganizationSubtypeReferenceDataType

public void setOrganizationTypeReference (List<OrganizationTypeReferenceDataType> organizationTypeReference)

Sets the value of the organizationTypeReference property.

Parameters
organizationTypeReference Allowed object is OrganizationTypeReferenceDataType