| java.lang.Object | |
| ↳ | com.workday.payrollinterface.ExternalPayComponentType |
Encapsulating element representing an External Pay Component and its associated details.
Java class for External_Pay_ComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="External_Pay_ComponentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="External_Pay_Component_Reference" type="{urn:com.workday/bsvc}Pay_ComponentObjectType" minOccurs="0"/>
<element name="External_Pay_Component_Data" type="{urn:com.workday/bsvc}External_Pay_Component_DataType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalPayComponentData | |||||||||||
| externalPayComponentReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalPayComponentData property.
| |||||||||||
Gets the value of the externalPayComponentReference property.
| |||||||||||
Sets the value of the externalPayComponentData property.
| |||||||||||
Sets the value of the externalPayComponentReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the externalPayComponentData 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 externalPayComponentData property.
For example, to add a new item, do as follows:
getExternalPayComponentData().add(newItem);
Objects of the following type(s) are allowed in the list
ExternalPayComponentDataType
Gets the value of the externalPayComponentReference property.
PayComponentObjectType
Sets the value of the externalPayComponentData property.
| externalPayComponentData | Allowed object is
ExternalPayComponentDataType
|
|---|
Sets the value of the externalPayComponentReference property.
| value | Allowed object is
PayComponentObjectType
|
|---|