public class

PrimaryBusinessSiteReferenceDataType

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

Class Overview

Reference element representing a unique instance of Location.

Java class for Primary_Business_Site_Reference_DataType complex type.

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

 <complexType name="Primary_Business_Site_Reference_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Business_Site_Reference" type="{urn:com.workday/bsvc}Business_Site_Reference_DataType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BusinessSiteReferenceDataType businessSiteReference
Public Constructors
PrimaryBusinessSiteReferenceDataType()
Public Methods
BusinessSiteReferenceDataType getBusinessSiteReference()
Gets the value of the businessSiteReference property.
void setBusinessSiteReference(BusinessSiteReferenceDataType value)
Sets the value of the businessSiteReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BusinessSiteReferenceDataType businessSiteReference

Public Constructors

public PrimaryBusinessSiteReferenceDataType ()

Public Methods

public BusinessSiteReferenceDataType getBusinessSiteReference ()

Gets the value of the businessSiteReference property.

Returns

public void setBusinessSiteReference (BusinessSiteReferenceDataType value)

Sets the value of the businessSiteReference property.

Parameters
value Allowed object is BusinessSiteReferenceDataType