| java.lang.Object | |
| ↳ | com.workday.hr.WorkersCompensationCodeDataType |
Element containing Workers' Compensation Code data
Java class for Workers_Compensation_Code_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Workers_Compensation_Code_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Workers_Compensation_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Workers_Compensation_Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Workers_Compensation_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType"/>
<element name="Country_Region_Reference" type="{urn:com.workday/bsvc}Country_RegionObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Location_Reference" type="{urn:com.workday/bsvc}LocationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Inactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| countryRegionReference | |||||||||||
| inactive | |||||||||||
| locationReference | |||||||||||
| workersCompensationCode | |||||||||||
| workersCompensationID | |||||||||||
| workersCompensationName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the countryRegionReference property.
| |||||||||||
Gets the value of the inactive property.
| |||||||||||
Gets the value of the locationReference property.
| |||||||||||
Gets the value of the workersCompensationCode property.
| |||||||||||
Gets the value of the workersCompensationID property.
| |||||||||||
Gets the value of the workersCompensationName property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the countryRegionReference property.
| |||||||||||
Sets the value of the inactive property.
| |||||||||||
Sets the value of the locationReference property.
| |||||||||||
Sets the value of the workersCompensationCode property.
| |||||||||||
Sets the value of the workersCompensationID property.
| |||||||||||
Sets the value of the workersCompensationName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the countryRegionReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the countryRegionReference property.
For example, to add a new item, do as follows:
getCountryRegionReference().add(newItem);
Objects of the following type(s) are allowed in the list
CountryRegionObjectType
Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.
Gets the value of the locationReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the locationReference property.
For example, to add a new item, do as follows:
getLocationReference().add(newItem);
Objects of the following type(s) are allowed in the list
LocationObjectType
Gets the value of the workersCompensationCode property.
Gets the value of the workersCompensationID property.
Gets the value of the workersCompensationName property.
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the countryRegionReference property.
| countryRegionReference | Allowed object is
CountryRegionObjectType
|
|---|
Sets the value of the inactive property.
| value | Allowed object is Boolean |
|---|
Sets the value of the locationReference property.
| locationReference | Allowed object is
LocationObjectType
|
|---|
Sets the value of the workersCompensationCode property.
| value | Allowed object is String |
|---|
Sets the value of the workersCompensationID property.
| value | Allowed object is String |
|---|
Sets the value of the workersCompensationName property.
| value | Allowed object is String |
|---|