| java.lang.Object | |
| ↳ | workday.com.bsvc.PutCompanyInsiderTypeRequestType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addOnly | |||||||||||
| companyInsiderTypeData | |||||||||||
| companyInsiderTypeReference | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyInsiderTypeData property.
| |||||||||||
Gets the value of the companyInsiderTypeReference property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Gets the value of the addOnly property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the companyInsiderTypeData property.
| |||||||||||
Sets the value of the companyInsiderTypeReference property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the companyInsiderTypeData property.
CompanyInsiderTypeDataType
Gets the value of the companyInsiderTypeReference property.
CompanyInsiderTypeObjectType
Gets the value of the version property.
Gets the value of the addOnly property.
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the companyInsiderTypeData property.
| value | Allowed object is
CompanyInsiderTypeDataType
|
|---|
Sets the value of the companyInsiderTypeReference property.
| value | Allowed object is
CompanyInsiderTypeObjectType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|

