public class

ReceivingPartyWWSDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payroll.ReceivingPartyWWSDataType

Class Overview

Receiving Party Data

Java class for Receiving_Party_WWS_DataType complex type.

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

 <complexType name="Receiving_Party_WWS_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Payee_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Payee_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Expense_Payee_Employee_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Corporate_Credit_Card_Account_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Market_Code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" minOccurs="0"/>
         <element name="Payee_Alternate_Name" type="{urn:com.workday/bsvc}Business_Entity_Alternate_Name_DataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Address_Information_Data" type="{urn:com.workday/bsvc}Address_Information_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<AddressInformationDataType> addressInformationData
protected String corporateCreditCardAccountNumber
protected CountryObjectType countryReference
protected String expensePayeeEmployeeNumber
protected String marketCode
protected List<BusinessEntityAlternateNameDataType> payeeAlternateName
protected String payeeID
protected String payeeName
Public Constructors
ReceivingPartyWWSDataType()
Public Methods
List<AddressInformationDataType> getAddressInformationData()
Gets the value of the addressInformationData property.
String getCorporateCreditCardAccountNumber()
Gets the value of the corporateCreditCardAccountNumber property.
CountryObjectType getCountryReference()
Gets the value of the countryReference property.
String getExpensePayeeEmployeeNumber()
Gets the value of the expensePayeeEmployeeNumber property.
String getMarketCode()
Gets the value of the marketCode property.
List<BusinessEntityAlternateNameDataType> getPayeeAlternateName()
Gets the value of the payeeAlternateName property.
String getPayeeID()
Gets the value of the payeeID property.
String getPayeeName()
Gets the value of the payeeName property.
void setAddressInformationData(List<AddressInformationDataType> addressInformationData)
Sets the value of the addressInformationData property.
void setCorporateCreditCardAccountNumber(String value)
Sets the value of the corporateCreditCardAccountNumber property.
void setCountryReference(CountryObjectType value)
Sets the value of the countryReference property.
void setExpensePayeeEmployeeNumber(String value)
Sets the value of the expensePayeeEmployeeNumber property.
void setMarketCode(String value)
Sets the value of the marketCode property.
void setPayeeAlternateName(List<BusinessEntityAlternateNameDataType> payeeAlternateName)
Sets the value of the payeeAlternateName property.
void setPayeeID(String value)
Sets the value of the payeeID property.
void setPayeeName(String value)
Sets the value of the payeeName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<AddressInformationDataType> addressInformationData

protected String corporateCreditCardAccountNumber

protected CountryObjectType countryReference

protected String expensePayeeEmployeeNumber

protected String marketCode

protected List<BusinessEntityAlternateNameDataType> payeeAlternateName

protected String payeeID

protected String payeeName

Public Constructors

public ReceivingPartyWWSDataType ()

Public Methods

public List<AddressInformationDataType> getAddressInformationData ()

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

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

    getAddressInformationData().add(newItem);
 

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

public String getCorporateCreditCardAccountNumber ()

Gets the value of the corporateCreditCardAccountNumber property.

Returns
  • possible object is String

public CountryObjectType getCountryReference ()

Gets the value of the countryReference property.

Returns

public String getExpensePayeeEmployeeNumber ()

Gets the value of the expensePayeeEmployeeNumber property.

Returns
  • possible object is String

public String getMarketCode ()

Gets the value of the marketCode property.

Returns
  • possible object is String

public List<BusinessEntityAlternateNameDataType> getPayeeAlternateName ()

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

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

    getPayeeAlternateName().add(newItem);
 

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

public String getPayeeID ()

Gets the value of the payeeID property.

Returns
  • possible object is String

public String getPayeeName ()

Gets the value of the payeeName property.

Returns
  • possible object is String

public void setAddressInformationData (List<AddressInformationDataType> addressInformationData)

Sets the value of the addressInformationData property.

Parameters
addressInformationData Allowed object is AddressInformationDataType

public void setCorporateCreditCardAccountNumber (String value)

Sets the value of the corporateCreditCardAccountNumber property.

Parameters
value Allowed object is String

public void setCountryReference (CountryObjectType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryObjectType

public void setExpensePayeeEmployeeNumber (String value)

Sets the value of the expensePayeeEmployeeNumber property.

Parameters
value Allowed object is String

public void setMarketCode (String value)

Sets the value of the marketCode property.

Parameters
value Allowed object is String

public void setPayeeAlternateName (List<BusinessEntityAlternateNameDataType> payeeAlternateName)

Sets the value of the payeeAlternateName property.

Parameters
payeeAlternateName Allowed object is BusinessEntityAlternateNameDataType

public void setPayeeID (String value)

Sets the value of the payeeID property.

Parameters
value Allowed object is String

public void setPayeeName (String value)

Sets the value of the payeeName property.

Parameters
value Allowed object is String