| java.lang.Object | |
| ↳ | workday.com.bsvc.PutWorkersCompensationCodeRequestType |
Contains data for adding or updating a Workers Compensation Code.
Java class for Put_Workers_Compensation_Code_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Put_Workers_Compensation_Code_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Workers_Compensation_Code_Reference" type="{urn:com.workday/bsvc}Workers_Compensation_CodeObjectType" minOccurs="0"/>
<element name="Workers_Compensation_Code_Data" type="{urn:com.workday/bsvc}Workers_Compensation_Code_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 | |||||||||||
| version | |||||||||||
| workersCompensationCodeData | |||||||||||
| workersCompensationCodeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the version property.
| |||||||||||
Gets the value of the workersCompensationCodeData property.
| |||||||||||
Gets the value of the workersCompensationCodeReference property.
| |||||||||||
Gets the value of the addOnly property.
| |||||||||||
Sets the value of the addOnly property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
Sets the value of the workersCompensationCodeData property.
| |||||||||||
Sets the value of the workersCompensationCodeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the version property.
Gets the value of the workersCompensationCodeData property.
WorkersCompensationCodeDataType
Gets the value of the workersCompensationCodeReference property.
WorkersCompensationCodeObjectType
Gets the value of the addOnly property.
Sets the value of the addOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|
Sets the value of the workersCompensationCodeData property.
| value | Allowed object is
WorkersCompensationCodeDataType
|
|---|
Sets the value of the workersCompensationCodeReference property.
| value | Allowed object is
WorkersCompensationCodeObjectType
|
|---|

