public class

PutBusinessEntityContactRequestType

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

Class Overview

Contains data for creating or updating Business Entity Contact data

Java class for Put_Business_Entity_Contact_RequestType complex type.

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

 <complexType name="Put_Business_Entity_Contact_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Business_Entity_Contact_Reference" type="{urn:com.workday/bsvc}Business_Entity_ContactObjectType" minOccurs="0"/>
         <element name="Business_Entity_Contact_Data" type="{urn:com.workday/bsvc}Business_Entity_Contact_DataType"/>
       </sequence>
       <attribute name="Add_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute ref="{urn:com.workday/bsvc}version"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean addOnly
protected BusinessEntityContactDataType businessEntityContactData
protected BusinessEntityContactObjectType businessEntityContactReference
protected String version
Public Constructors
PutBusinessEntityContactRequestType()
Public Methods
BusinessEntityContactDataType getBusinessEntityContactData()
Gets the value of the businessEntityContactData property.
BusinessEntityContactObjectType getBusinessEntityContactReference()
Gets the value of the businessEntityContactReference property.
String getVersion()
Gets the value of the version property.
Boolean isAddOnly()
Gets the value of the addOnly property.
void setAddOnly(Boolean value)
Sets the value of the addOnly property.
void setBusinessEntityContactData(BusinessEntityContactDataType value)
Sets the value of the businessEntityContactData property.
void setBusinessEntityContactReference(BusinessEntityContactObjectType value)
Sets the value of the businessEntityContactReference property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean addOnly

protected BusinessEntityContactDataType businessEntityContactData

protected BusinessEntityContactObjectType businessEntityContactReference

protected String version

Public Constructors

public PutBusinessEntityContactRequestType ()

Public Methods

public BusinessEntityContactDataType getBusinessEntityContactData ()

Gets the value of the businessEntityContactData property.

Returns

public BusinessEntityContactObjectType getBusinessEntityContactReference ()

Gets the value of the businessEntityContactReference property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public Boolean isAddOnly ()

Gets the value of the addOnly property.

Returns
  • possible object is Boolean

public void setAddOnly (Boolean value)

Sets the value of the addOnly property.

Parameters
value Allowed object is Boolean

public void setBusinessEntityContactData (BusinessEntityContactDataType value)

Sets the value of the businessEntityContactData property.

Parameters
value Allowed object is BusinessEntityContactDataType

public void setBusinessEntityContactReference (BusinessEntityContactObjectType value)

Sets the value of the businessEntityContactReference property.

Parameters
value Allowed object is BusinessEntityContactObjectType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String