public class

BusinessSiteReferenceDataType

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

Class Overview

Reference element representing a unique instance of Location.

Java class for Business_Site_Reference_DataType complex type.

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

 <complexType name="Business_Site_Reference_DataType">
   <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

Fields

protected ExternalIntegrationIDReferenceDataType integrationIDReference

Public Constructors

public BusinessSiteReferenceDataType ()

Public Methods

public ExternalIntegrationIDReferenceDataType getIntegrationIDReference ()

Gets the value of the integrationIDReference property.

Returns

public void setIntegrationIDReference (ExternalIntegrationIDReferenceDataType value)

Sets the value of the integrationIDReference property.

Parameters
value Allowed object is ExternalIntegrationIDReferenceDataType