| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PayeesResponseDataType |
Contains each Payee based on the Request Criteria. The data returned is the current information as of the dates in the response filter, and does not include all historical information about the Payee.
Java class for Payees_Response_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payees_Response_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="External_Pay_Group" type="{urn:com.workday/bsvc}External_Pay_GroupType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Period_Content_Data" type="{urn:com.workday/bsvc}Period_Content_DataType" minOccurs="0"/>
<element name="Payee" type="{urn:com.workday/bsvc}PayeeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalPayGroup | |||||||||||
| payee | |||||||||||
| periodContentData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalPayGroup property.
| |||||||||||
Gets the value of the payee property.
| |||||||||||
Gets the value of the periodContentData property.
| |||||||||||
Sets the value of the externalPayGroup property.
| |||||||||||
Sets the value of the payee property.
| |||||||||||
Sets the value of the periodContentData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the externalPayGroup 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 externalPayGroup property.
For example, to add a new item, do as follows:
getExternalPayGroup().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalPayGroupType
Gets the value of the payee 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 payee property.
For example, to add a new item, do as follows:
getPayee().add(newItem);
Objects of the following type(s) are allowed in the list
PayeeType
Gets the value of the periodContentData property.
PeriodContentDataType
Sets the value of the externalPayGroup property.
| externalPayGroup | Allowed object is
ExternalPayGroupType
|
|---|
Sets the value of the payee property.
| payee | Allowed object is
PayeeType
|
|---|
Sets the value of the periodContentData property.
| value | Allowed object is
PeriodContentDataType
|
|---|