| java.lang.Object | |
| ↳ | com.workday.hr.WorkersCompensationCodeRequestCriteriaType |
Utilize the Request Criteria to search for a specific instance(s) of a Workers' Compensation Code
Java class for Workers_Compensation_Code_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Workers_Compensation_Code_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Country_Subregion_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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| countrySubregionReference | |||||||||||
| locationReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the countrySubregionReference property.
| |||||||||||
Gets the value of the locationReference property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the countrySubregionReference property.
| |||||||||||
Sets the value of the locationReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the countryReference 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 countryReference property.
For example, to add a new item, do as follows:
getCountryReference().add(newItem);
Objects of the following type(s) are allowed in the list
CountryObjectType
Gets the value of the countrySubregionReference 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 countrySubregionReference property.
For example, to add a new item, do as follows:
getCountrySubregionReference().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
Sets the value of the countryReference property.
| countryReference | Allowed object is
CountryObjectType
|
|---|
Sets the value of the countrySubregionReference property.
| countrySubregionReference | Allowed object is
CountryRegionObjectType
|
|---|
Sets the value of the locationReference property.
| locationReference | Allowed object is
LocationObjectType
|
|---|

