public class

PayTypePaymentElectionOptionLineDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.PayTypePaymentElectionOptionLineDataType

Class Overview

Container element for Pay Type Payment Election Option Line

Java class for Pay_Type_Payment_Election_Option_Line_DataType complex type.

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

 <complexType name="Pay_Type_Payment_Election_Option_Line_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType"/>
         <element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType"/>
         <element name="Payment_Type_Reference" type="{urn:com.workday/bsvc}Payment_TypeObjectType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CountryObjectType countryReference
protected CurrencyObjectType currencyReference
protected List<PaymentTypeObjectType> paymentTypeReference
Public Constructors
PayTypePaymentElectionOptionLineDataType()
Public Methods
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
CurrencyObjectType getCurrencyReference()
Gets the value of the currencyReference property.
List<PaymentTypeObjectType> getPaymentTypeReference()
Gets the value of the paymentTypeReference property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setCurrencyReference(CurrencyObjectType value)
Sets the value of the currencyReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CountryObjectType countryReference

protected CurrencyObjectType currencyReference

protected List<PaymentTypeObjectType> paymentTypeReference

Public Constructors

public PayTypePaymentElectionOptionLineDataType ()

Public Methods

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public CurrencyObjectType getCurrencyReference ()

Gets the value of the currencyReference property.

Returns

public List<PaymentTypeObjectType> getPaymentTypeReference ()

Gets the value of the paymentTypeReference 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 paymentTypeReference property.

For example, to add a new item, do as follows:

    getPaymentTypeReference().add(newItem);
 

Objects of the following type(s) are allowed in the list PaymentTypeObjectType

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setCurrencyReference (CurrencyObjectType value)

Sets the value of the currencyReference property.

Parameters
value Allowed object is CurrencyObjectType