public class

WorkersCompensationCodeDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.WorkersCompensationCodeDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected CountryObjectType countryReference
protected List<CountryRegionObjectType> countryRegionReference
protected Boolean inactive
protected List<LocationObjectType> locationReference
protected String workersCompensationCode
protected String workersCompensationID
protected String workersCompensationName
Public Constructors
WorkersCompensationCodeDataType()
Public Methods
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
List<CountryRegionObjectType> getCountryRegionReference()
Gets the value of the countryRegionReference property.
Boolean getInactive()
Gets the value of the inactive property.
List<LocationObjectType> getLocationReference()
Gets the value of the locationReference property.
String getWorkersCompensationCode()
Gets the value of the workersCompensationCode property.
String getWorkersCompensationID()
Gets the value of the workersCompensationID property.
String getWorkersCompensationName()
Gets the value of the workersCompensationName property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setCountryRegionReference(List<CountryRegionObjectType> countryRegionReference)
Sets the value of the countryRegionReference property.
void setInactive(Boolean value)
Sets the value of the inactive property.
void setLocationReference(List<LocationObjectType> locationReference)
Sets the value of the locationReference property.
void setWorkersCompensationCode(String value)
Sets the value of the workersCompensationCode property.
void setWorkersCompensationID(String value)
Sets the value of the workersCompensationID property.
void setWorkersCompensationName(String value)
Sets the value of the workersCompensationName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryObjectType countryReference

protected List<CountryRegionObjectType> countryRegionReference

protected Boolean inactive

protected List<LocationObjectType> locationReference

protected String workersCompensationCode

protected String workersCompensationID

protected String workersCompensationName

Public Constructors

public WorkersCompensationCodeDataType ()

Public Methods

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public List<CountryRegionObjectType> getCountryRegionReference ()

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

public Boolean getInactive ()

Gets the value of the inactive property. This getter has been renamed from isInactive() to getInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<LocationObjectType> getLocationReference ()

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

public String getWorkersCompensationCode ()

Gets the value of the workersCompensationCode property.

Returns
  • possible object is String

public String getWorkersCompensationID ()

Gets the value of the workersCompensationID property.

Returns
  • possible object is String

public String getWorkersCompensationName ()

Gets the value of the workersCompensationName property.

Returns
  • possible object is String

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setCountryRegionReference (List<CountryRegionObjectType> countryRegionReference)

Sets the value of the countryRegionReference property.

Parameters
countryRegionReference Allowed object is CountryRegionObjectType

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

public void setLocationReference (List<LocationObjectType> locationReference)

Sets the value of the locationReference property.

Parameters
locationReference Allowed object is LocationObjectType

public void setWorkersCompensationCode (String value)

Sets the value of the workersCompensationCode property.

Parameters
value Allowed object is String

public void setWorkersCompensationID (String value)

Sets the value of the workersCompensationID property.

Parameters
value Allowed object is String

public void setWorkersCompensationName (String value)

Sets the value of the workersCompensationName property.

Parameters
value Allowed object is String