public class

OrganizationReferenceWWSType

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

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected ExternalIntegrationIDReferenceDataType integrationIDReference
protected OrganizationObjectType organizationIDReference
Public Constructors
OrganizationReferenceWWSType()
Public Methods
ExternalIntegrationIDReferenceDataType getIntegrationIDReference()
Gets the value of the integrationIDReference property.
OrganizationObjectType getOrganizationIDReference()
Gets the value of the organizationIDReference property.
void setIntegrationIDReference(ExternalIntegrationIDReferenceDataType value)
Sets the value of the integrationIDReference property.
void setOrganizationIDReference(OrganizationObjectType value)
Sets the value of the organizationIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected ExternalIntegrationIDReferenceDataType integrationIDReference

protected OrganizationObjectType organizationIDReference

Public Constructors

public OrganizationReferenceWWSType ()

Public Methods

public ExternalIntegrationIDReferenceDataType getIntegrationIDReference ()

Gets the value of the integrationIDReference property.

Returns

public OrganizationObjectType getOrganizationIDReference ()

Gets the value of the organizationIDReference property.

Returns

public void setIntegrationIDReference (ExternalIntegrationIDReferenceDataType value)

Sets the value of the integrationIDReference property.

Parameters
value Allowed object is ExternalIntegrationIDReferenceDataType

public void setOrganizationIDReference (OrganizationObjectType value)

Sets the value of the organizationIDReference property.

Parameters
value Allowed object is OrganizationObjectType