public class

WorkersCompensationCodeDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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.
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.
Boolean isInactive()
Gets the value of the inactive property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setInactive(Boolean value)
Sets the value of the inactive 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

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 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 Boolean isInactive ()

Gets the value of the inactive property.

Returns
  • possible object is Boolean

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setInactive (Boolean value)

Sets the value of the inactive property.

Parameters
value Allowed object is Boolean

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