| java.lang.Object | |
| ↳ | workday.com.bsvc.ReceivingPartyWWSDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addressInformationData | |||||||||||
| corporateCreditCardAccountNumber | |||||||||||
| countryReference | |||||||||||
| expensePayeeEmployeeNumber | |||||||||||
| marketCode | |||||||||||
| payeeAlternateName | |||||||||||
| payeeID | |||||||||||
| payeeName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addressInformationData property.
| |||||||||||
Gets the value of the corporateCreditCardAccountNumber property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the expensePayeeEmployeeNumber property.
| |||||||||||
Gets the value of the marketCode property.
| |||||||||||
Gets the value of the payeeAlternateName property.
| |||||||||||
Gets the value of the payeeID property.
| |||||||||||
Gets the value of the payeeName property.
| |||||||||||
Sets the value of the corporateCreditCardAccountNumber property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the expensePayeeEmployeeNumber property.
| |||||||||||
Sets the value of the marketCode property.
| |||||||||||
Sets the value of the payeeID property.
| |||||||||||
Sets the value of the payeeName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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
Gets the value of the corporateCreditCardAccountNumber property.
Gets the value of the countryReference property.
CountryObjectType
Gets the value of the expensePayeeEmployeeNumber property.
Gets the value of the marketCode property.
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
Gets the value of the payeeID property.
Gets the value of the payeeName property.
Sets the value of the corporateCreditCardAccountNumber property.
| value | Allowed object is String |
|---|
Sets the value of the countryReference property.
| value | Allowed object is
CountryObjectType
|
|---|
Sets the value of the expensePayeeEmployeeNumber property.
| value | Allowed object is String |
|---|
Sets the value of the marketCode property.
| value | Allowed object is String |
|---|
Sets the value of the payeeID property.
| value | Allowed object is String |
|---|
Sets the value of the payeeName property.
| value | Allowed object is String |
|---|