| java.lang.Object | |
| ↳ | com.workday.payroll.MultipleWorksiteReportDataType |
Data for the multiple worksite report.
Java class for Multiple_Worksite_Report_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Multiple_Worksite_Report_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Company_Reference" type="{urn:com.workday/bsvc}CompanyObjectType" minOccurs="0"/>
<element name="Company_Legal_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Company_FEIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Calendar_Year_Reference" type="{urn:com.workday/bsvc}Calendar_YearObjectType" minOccurs="0"/>
<element name="Calendar_Quarter_Reference" type="{urn:com.workday/bsvc}Calendar_QuarterObjectType" minOccurs="0"/>
<element name="Quarter_Number" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="1"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Multiple_Worksite_Report_State_Data" type="{urn:com.workday/bsvc}Multiple_Worksite_Report_State_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| calendarQuarterReference | |||||||||||
| calendarYearReference | |||||||||||
| companyFEIN | |||||||||||
| companyLegalName | |||||||||||
| companyReference | |||||||||||
| multipleWorksiteReportStateData | |||||||||||
| quarterNumber | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the calendarQuarterReference property.
| |||||||||||
Gets the value of the calendarYearReference property.
| |||||||||||
Gets the value of the companyFEIN property.
| |||||||||||
Gets the value of the companyLegalName property.
| |||||||||||
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the multipleWorksiteReportStateData property.
| |||||||||||
Gets the value of the quarterNumber property.
| |||||||||||
Sets the value of the calendarQuarterReference property.
| |||||||||||
Sets the value of the calendarYearReference property.
| |||||||||||
Sets the value of the companyFEIN property.
| |||||||||||
Sets the value of the companyLegalName property.
| |||||||||||
Sets the value of the companyReference property.
| |||||||||||
Sets the value of the multipleWorksiteReportStateData property.
| |||||||||||
Sets the value of the quarterNumber property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the calendarQuarterReference property.
CalendarQuarterObjectType
Gets the value of the calendarYearReference property.
CalendarYearObjectType
Gets the value of the companyFEIN property.
Gets the value of the companyLegalName property.
Gets the value of the companyReference property.
CompanyObjectType
Gets the value of the multipleWorksiteReportStateData 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 multipleWorksiteReportStateData property.
For example, to add a new item, do as follows:
getMultipleWorksiteReportStateData().add(newItem);
Objects of the following type(s) are allowed in the list
MultipleWorksiteReportStateDataType
Gets the value of the quarterNumber property.
Sets the value of the calendarQuarterReference property.
| value | Allowed object is
CalendarQuarterObjectType
|
|---|
Sets the value of the calendarYearReference property.
| value | Allowed object is
CalendarYearObjectType
|
|---|
Sets the value of the companyFEIN property.
| value | Allowed object is String |
|---|
Sets the value of the companyLegalName property.
| value | Allowed object is String |
|---|
Sets the value of the companyReference property.
| value | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the multipleWorksiteReportStateData property.
| multipleWorksiteReportStateData | Allowed object is
MultipleWorksiteReportStateDataType
|
|---|
Sets the value of the quarterNumber property.
| value | Allowed object is BigDecimal |
|---|