| java.lang.Object | |
| ↳ | com.workday.payrollinterface.ExternalPayComponentDataType |
Information on an External Pay Component.
Java class for External_Pay_Component_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="External_Pay_Component_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="20"/>
</restriction>
</simpleType>
</element>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Position_Based" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Override_Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
<element name="Frequency_Factor" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Tag_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Pay_Group_Reference" type="{urn:com.workday/bsvc}Pay_GroupObjectType" maxOccurs="unbounded"/>
<element name="Inbound_Reporting_Tag_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Inbound_Only" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="External_Payroll_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| code | |||||||||||
| externalPayrollCode | |||||||||||
| frequencyFactor | |||||||||||
| inboundOnly | |||||||||||
| inboundReportingTagReference | |||||||||||
| name | |||||||||||
| overrideFrequencyReference | |||||||||||
| payGroupReference | |||||||||||
| positionBased | |||||||||||
| tagReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the code property.
| |||||||||||
Gets the value of the externalPayrollCode property.
| |||||||||||
Gets the value of the frequencyFactor property.
| |||||||||||
Gets the value of the inboundOnly property.
| |||||||||||
Gets the value of the inboundReportingTagReference property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the overrideFrequencyReference property.
| |||||||||||
Gets the value of the payGroupReference property.
| |||||||||||
Gets the value of the positionBased property.
| |||||||||||
Gets the value of the tagReference property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the externalPayrollCode property.
| |||||||||||
Sets the value of the frequencyFactor property.
| |||||||||||
Sets the value of the inboundOnly property.
| |||||||||||
Sets the value of the inboundReportingTagReference property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the overrideFrequencyReference property.
| |||||||||||
Sets the value of the payGroupReference property.
| |||||||||||
Sets the value of the positionBased property.
| |||||||||||
Sets the value of the tagReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the code property.
Gets the value of the externalPayrollCode property.
Gets the value of the frequencyFactor property.
Gets the value of the inboundOnly property. This getter has been renamed from isInboundOnly() to getInboundOnly() by cxf-xjc-boolean plugin.
Gets the value of the inboundReportingTagReference 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 inboundReportingTagReference property.
For example, to add a new item, do as follows:
getInboundReportingTagReference().add(newItem);
Objects of the following type(s) are allowed in the list
UniqueIdentifierObjectType
Gets the value of the name property.
Gets the value of the overrideFrequencyReference property.
FrequencyObjectType
Gets the value of the payGroupReference 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 payGroupReference property.
For example, to add a new item, do as follows:
getPayGroupReference().add(newItem);
Objects of the following type(s) are allowed in the list
PayGroupObjectType
Gets the value of the positionBased property. This getter has been renamed from isPositionBased() to getPositionBased() by cxf-xjc-boolean plugin.
Gets the value of the tagReference 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 tagReference property.
For example, to add a new item, do as follows:
getTagReference().add(newItem);
Objects of the following type(s) are allowed in the list
UniqueIdentifierObjectType
Sets the value of the code property.
| value | Allowed object is String |
|---|
Sets the value of the externalPayrollCode property.
| value | Allowed object is String |
|---|
Sets the value of the frequencyFactor property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the inboundOnly property.
| value | Allowed object is Boolean |
|---|
Sets the value of the inboundReportingTagReference property.
| inboundReportingTagReference | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the overrideFrequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|
Sets the value of the payGroupReference property.
| payGroupReference | Allowed object is
PayGroupObjectType
|
|---|
Sets the value of the positionBased property.
| value | Allowed object is Boolean |
|---|
Sets the value of the tagReference property.
| tagReference | Allowed object is
UniqueIdentifierObjectType
|
|---|