public class

PutCompanyInsiderTypeRequestType

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

Class Overview

Contains data for adding or updating a Company Insider Type

Java class for Put_Company_Insider_Type_RequestType complex type.

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

 <complexType name="Put_Company_Insider_Type_RequestType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Company_Insider_Type_Reference" type="{urn:com.workday/bsvc}Company_Insider_TypeObjectType" minOccurs="0"/>
         <element name="Company_Insider_Type_Data" type="{urn:com.workday/bsvc}Company_Insider_Type_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 CompanyInsiderTypeDataType companyInsiderTypeData
protected CompanyInsiderTypeObjectType companyInsiderTypeReference
protected String version
Public Constructors
PutCompanyInsiderTypeRequestType()
Public Methods
CompanyInsiderTypeDataType getCompanyInsiderTypeData()
Gets the value of the companyInsiderTypeData property.
CompanyInsiderTypeObjectType getCompanyInsiderTypeReference()
Gets the value of the companyInsiderTypeReference 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 setCompanyInsiderTypeData(CompanyInsiderTypeDataType value)
Sets the value of the companyInsiderTypeData property.
void setCompanyInsiderTypeReference(CompanyInsiderTypeObjectType value)
Sets the value of the companyInsiderTypeReference 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 CompanyInsiderTypeDataType companyInsiderTypeData

protected CompanyInsiderTypeObjectType companyInsiderTypeReference

protected String version

Public Constructors

public PutCompanyInsiderTypeRequestType ()

Public Methods

public CompanyInsiderTypeDataType getCompanyInsiderTypeData ()

Gets the value of the companyInsiderTypeData property.

Returns

public CompanyInsiderTypeObjectType getCompanyInsiderTypeReference ()

Gets the value of the companyInsiderTypeReference 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 setCompanyInsiderTypeData (CompanyInsiderTypeDataType value)

Sets the value of the companyInsiderTypeData property.

Parameters
value Allowed object is CompanyInsiderTypeDataType

public void setCompanyInsiderTypeReference (CompanyInsiderTypeObjectType value)

Sets the value of the companyInsiderTypeReference property.

Parameters
value Allowed object is CompanyInsiderTypeObjectType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String