public class

WorksiteDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.WorksiteDataType

Class Overview

Data for Location (Business Site). Includes identification, address, number of employees, and wages.

Java class for Worksite_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Worksite_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Worksite_Reference" type="{urn:com.workday/bsvc}LocationObjectType" minOccurs="0"/>
         <element name="Trade_Name" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="35"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Worksite_Street_Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Worksite_City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Worksite_State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Worksite_Zip_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Worksite_Expanded_Zip_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Worksite_Identification_Code" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="21"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Worksite_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Employees_Active_Month_1_Day_12" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Employees_Active_Month_2_Day_12" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Employees_Active_Month_3_Day_12" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="12"/>
               <minInclusive value="0"/>
               <fractionDigits value="0"/>
             </restriction>
           </simpleType>
         </element>
         <element name="Wages" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
               <totalDigits value="26"/>
               <fractionDigits value="6"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected BigDecimal employeesActiveMonth1Day12
protected BigDecimal employeesActiveMonth2Day12
protected BigDecimal employeesActiveMonth3Day12
protected String tradeName
protected BigDecimal wages
protected String worksiteCity
protected String worksiteDescription
protected String worksiteExpandedZipCode
protected String worksiteIdentificationCode
protected LocationObjectType worksiteReference
protected String worksiteState
protected String worksiteStreetAddress
protected String worksiteZipCode
Public Constructors
WorksiteDataType()
Public Methods
BigDecimal getEmployeesActiveMonth1Day12()
Gets the value of the employeesActiveMonth1Day12 property.
BigDecimal getEmployeesActiveMonth2Day12()
Gets the value of the employeesActiveMonth2Day12 property.
BigDecimal getEmployeesActiveMonth3Day12()
Gets the value of the employeesActiveMonth3Day12 property.
String getTradeName()
Gets the value of the tradeName property.
BigDecimal getWages()
Gets the value of the wages property.
String getWorksiteCity()
Gets the value of the worksiteCity property.
String getWorksiteDescription()
Gets the value of the worksiteDescription property.
String getWorksiteExpandedZipCode()
Gets the value of the worksiteExpandedZipCode property.
String getWorksiteIdentificationCode()
Gets the value of the worksiteIdentificationCode property.
LocationObjectType getWorksiteReference()
Gets the value of the worksiteReference property.
String getWorksiteState()
Gets the value of the worksiteState property.
String getWorksiteStreetAddress()
Gets the value of the worksiteStreetAddress property.
String getWorksiteZipCode()
Gets the value of the worksiteZipCode property.
void setEmployeesActiveMonth1Day12(BigDecimal value)
Sets the value of the employeesActiveMonth1Day12 property.
void setEmployeesActiveMonth2Day12(BigDecimal value)
Sets the value of the employeesActiveMonth2Day12 property.
void setEmployeesActiveMonth3Day12(BigDecimal value)
Sets the value of the employeesActiveMonth3Day12 property.
void setTradeName(String value)
Sets the value of the tradeName property.
void setWages(BigDecimal value)
Sets the value of the wages property.
void setWorksiteCity(String value)
Sets the value of the worksiteCity property.
void setWorksiteDescription(String value)
Sets the value of the worksiteDescription property.
void setWorksiteExpandedZipCode(String value)
Sets the value of the worksiteExpandedZipCode property.
void setWorksiteIdentificationCode(String value)
Sets the value of the worksiteIdentificationCode property.
void setWorksiteReference(LocationObjectType value)
Sets the value of the worksiteReference property.
void setWorksiteState(String value)
Sets the value of the worksiteState property.
void setWorksiteStreetAddress(String value)
Sets the value of the worksiteStreetAddress property.
void setWorksiteZipCode(String value)
Sets the value of the worksiteZipCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal employeesActiveMonth1Day12

protected BigDecimal employeesActiveMonth2Day12

protected BigDecimal employeesActiveMonth3Day12

protected String tradeName

protected BigDecimal wages

protected String worksiteCity

protected String worksiteDescription

protected String worksiteExpandedZipCode

protected String worksiteIdentificationCode

protected LocationObjectType worksiteReference

protected String worksiteState

protected String worksiteStreetAddress

protected String worksiteZipCode

Public Constructors

public WorksiteDataType ()

Public Methods

public BigDecimal getEmployeesActiveMonth1Day12 ()

Gets the value of the employeesActiveMonth1Day12 property.

Returns
  • possible object is BigDecimal

public BigDecimal getEmployeesActiveMonth2Day12 ()

Gets the value of the employeesActiveMonth2Day12 property.

Returns
  • possible object is BigDecimal

public BigDecimal getEmployeesActiveMonth3Day12 ()

Gets the value of the employeesActiveMonth3Day12 property.

Returns
  • possible object is BigDecimal

public String getTradeName ()

Gets the value of the tradeName property.

Returns
  • possible object is String

public BigDecimal getWages ()

Gets the value of the wages property.

Returns
  • possible object is BigDecimal

public String getWorksiteCity ()

Gets the value of the worksiteCity property.

Returns
  • possible object is String

public String getWorksiteDescription ()

Gets the value of the worksiteDescription property.

Returns
  • possible object is String

public String getWorksiteExpandedZipCode ()

Gets the value of the worksiteExpandedZipCode property.

Returns
  • possible object is String

public String getWorksiteIdentificationCode ()

Gets the value of the worksiteIdentificationCode property.

Returns
  • possible object is String

public LocationObjectType getWorksiteReference ()

Gets the value of the worksiteReference property.

Returns

public String getWorksiteState ()

Gets the value of the worksiteState property.

Returns
  • possible object is String

public String getWorksiteStreetAddress ()

Gets the value of the worksiteStreetAddress property.

Returns
  • possible object is String

public String getWorksiteZipCode ()

Gets the value of the worksiteZipCode property.

Returns
  • possible object is String

public void setEmployeesActiveMonth1Day12 (BigDecimal value)

Sets the value of the employeesActiveMonth1Day12 property.

Parameters
value Allowed object is BigDecimal

public void setEmployeesActiveMonth2Day12 (BigDecimal value)

Sets the value of the employeesActiveMonth2Day12 property.

Parameters
value Allowed object is BigDecimal

public void setEmployeesActiveMonth3Day12 (BigDecimal value)

Sets the value of the employeesActiveMonth3Day12 property.

Parameters
value Allowed object is BigDecimal

public void setTradeName (String value)

Sets the value of the tradeName property.

Parameters
value Allowed object is String

public void setWages (BigDecimal value)

Sets the value of the wages property.

Parameters
value Allowed object is BigDecimal

public void setWorksiteCity (String value)

Sets the value of the worksiteCity property.

Parameters
value Allowed object is String

public void setWorksiteDescription (String value)

Sets the value of the worksiteDescription property.

Parameters
value Allowed object is String

public void setWorksiteExpandedZipCode (String value)

Sets the value of the worksiteExpandedZipCode property.

Parameters
value Allowed object is String

public void setWorksiteIdentificationCode (String value)

Sets the value of the worksiteIdentificationCode property.

Parameters
value Allowed object is String

public void setWorksiteReference (LocationObjectType value)

Sets the value of the worksiteReference property.

Parameters
value Allowed object is LocationObjectType

public void setWorksiteState (String value)

Sets the value of the worksiteState property.

Parameters
value Allowed object is String

public void setWorksiteStreetAddress (String value)

Sets the value of the worksiteStreetAddress property.

Parameters
value Allowed object is String

public void setWorksiteZipCode (String value)

Sets the value of the worksiteZipCode property.

Parameters
value Allowed object is String