| java.lang.Object | |
| ↳ | workday.com.bsvc.WorkersCompensationCodeSummaryDataType |
Worker's Compensation Codes for this Job Profile.
Java class for Workers_Compensation_Code_Summary_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Workers_Compensation_Code_Summary_DataType">
<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_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| countryRegionReference | |||||||||||
| locationReference | |||||||||||
| workersCompensationCodeReference | |||||||||||
| workersCompensationName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the countryRegionReference property.
| |||||||||||
Gets the value of the locationReference property.
| |||||||||||
Gets the value of the workersCompensationCodeReference property.
| |||||||||||
Gets the value of the workersCompensationName property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the workersCompensationCodeReference 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 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 workersCompensationCodeReference property.
WorkersCompensationCodeObjectType
Gets the value of the workersCompensationName property.
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the workersCompensationCodeReference property.
| value | Allowed object is
WorkersCompensationCodeObjectType
|
|---|
Sets the value of the workersCompensationName property.
| value | Allowed object is String |
|---|

