public class

LocationReferenceWWSType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.LocationReferenceWWSType

Class Overview

Reference element representing a unique instance of Location.

Java class for Location_Reference_WWSType complex type.

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

 <complexType name="Location_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="Location_ID_Reference" type="{urn:com.workday/bsvc}LocationObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ExternalIntegrationIDReferenceDataType integrationIDReference
protected LocationObjectType locationIDReference
Public Constructors
LocationReferenceWWSType()
Public Methods
ExternalIntegrationIDReferenceDataType getIntegrationIDReference()
Gets the value of the integrationIDReference property.
LocationObjectType getLocationIDReference()
Gets the value of the locationIDReference property.
void setIntegrationIDReference(ExternalIntegrationIDReferenceDataType value)
Sets the value of the integrationIDReference property.
void setLocationIDReference(LocationObjectType value)
Sets the value of the locationIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ExternalIntegrationIDReferenceDataType integrationIDReference

protected LocationObjectType locationIDReference

Public Constructors

public LocationReferenceWWSType ()

Public Methods

public ExternalIntegrationIDReferenceDataType getIntegrationIDReference ()

Gets the value of the integrationIDReference property.

Returns

public LocationObjectType getLocationIDReference ()

Gets the value of the locationIDReference property.

Returns

public void setIntegrationIDReference (ExternalIntegrationIDReferenceDataType value)

Sets the value of the integrationIDReference property.

Parameters
value Allowed object is ExternalIntegrationIDReferenceDataType

public void setLocationIDReference (LocationObjectType value)

Sets the value of the locationIDReference property.

Parameters
value Allowed object is LocationObjectType