| java.lang.Object | |
| ↳ | workday.com.bsvc.PaymentWWSDataType |
Payment Data
Java class for Payment_WWS_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payment_WWS_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payment_Group_Data" type="{urn:com.workday/bsvc}Payment_Group_DataType" minOccurs="0"/>
<element name="Payment_Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Payment_Memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Payment_Reference_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Payment_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Amount_as_Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Discount_Taken" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Currency_Symbol" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Currency_Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Check_or_Advice_Number" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="20"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Check_Number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Prenote_Flag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Payroll_Payment_Display_Order" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="6"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Company_Reference" type="{urn:com.workday/bsvc}CompanyObjectType" minOccurs="0"/>
<element name="Originating_Contact_Data" type="{urn:com.workday/bsvc}Originating_Party_WWS_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Originating_Bank_Data" type="{urn:com.workday/bsvc}Originating_Party_Bank_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Receiving_Party_Reference" type="{urn:com.workday/bsvc}PayeeObjectType" minOccurs="0"/>
<element name="Receiving_Party_Contact_Data" type="{urn:com.workday/bsvc}Receiving_Party_WWS_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Receiving_Party_Bank_Data" type="{urn:com.workday/bsvc}Receiving_Party_Bank_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Receiving_Party_Credit_Card_Data" type="{urn:com.workday/bsvc}Receiving_Party_Credit_Card_DataType" minOccurs="0"/>
<element name="Remittance_Data" type="{urn:com.workday/bsvc}Remittance_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Payroll_Remittance_Data" type="{urn:com.workday/bsvc}Payroll_Remittance_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amountAsText property.
| |||||||||||
Gets the value of the checkNumber property.
| |||||||||||
Gets the value of the checkOrAdviceNumber property.
| |||||||||||
Gets the value of the companyReference property.
| |||||||||||
Gets the value of the currencyDescription property.
| |||||||||||
Gets the value of the currencySymbol property.
| |||||||||||
Gets the value of the discountTaken property.
| |||||||||||
Gets the value of the originatingBankData property.
| |||||||||||
Gets the value of the originatingContactData property.
| |||||||||||
Gets the value of the paymentAmount property.
| |||||||||||
Gets the value of the paymentGroupData property.
| |||||||||||
Gets the value of the paymentMemo property.
| |||||||||||
Gets the value of the paymentReferenceNumber property.
| |||||||||||
Gets the value of the paymentStatus property.
| |||||||||||
Gets the value of the payrollPaymentDisplayOrder property.
| |||||||||||
Gets the value of the payrollRemittanceData property.
| |||||||||||
Gets the value of the receivingPartyBankData property.
| |||||||||||
Gets the value of the receivingPartyContactData property.
| |||||||||||
Gets the value of the receivingPartyCreditCardData property.
| |||||||||||
Gets the value of the receivingPartyReference property.
| |||||||||||
Gets the value of the remittanceData property.
| |||||||||||
Gets the value of the prenoteFlag property.
| |||||||||||
Sets the value of the amountAsText property.
| |||||||||||
Sets the value of the checkNumber property.
| |||||||||||
Sets the value of the checkOrAdviceNumber property.
| |||||||||||
Sets the value of the companyReference property.
| |||||||||||
Sets the value of the currencyDescription property.
| |||||||||||
Sets the value of the currencySymbol property.
| |||||||||||
Sets the value of the discountTaken property.
| |||||||||||
Sets the value of the paymentAmount property.
| |||||||||||
Sets the value of the paymentGroupData property.
| |||||||||||
Sets the value of the paymentMemo property.
| |||||||||||
Sets the value of the paymentReferenceNumber property.
| |||||||||||
Sets the value of the paymentStatus property.
| |||||||||||
Sets the value of the payrollPaymentDisplayOrder property.
| |||||||||||
Sets the value of the prenoteFlag property.
| |||||||||||
Sets the value of the receivingPartyCreditCardData property.
| |||||||||||
Sets the value of the receivingPartyReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amountAsText property.
Gets the value of the checkNumber property.
Gets the value of the checkOrAdviceNumber property.
Gets the value of the companyReference property.
CompanyObjectType
Gets the value of the currencyDescription property.
Gets the value of the currencySymbol property.
Gets the value of the discountTaken property.
Gets the value of the originatingBankData 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 originatingBankData property.
For example, to add a new item, do as follows:
getOriginatingBankData().add(newItem);
Objects of the following type(s) are allowed in the list
OriginatingPartyBankDataType
Gets the value of the originatingContactData 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 originatingContactData property.
For example, to add a new item, do as follows:
getOriginatingContactData().add(newItem);
Objects of the following type(s) are allowed in the list
OriginatingPartyWWSDataType
Gets the value of the paymentAmount property.
Gets the value of the paymentGroupData property.
PaymentGroupDataType
Gets the value of the paymentMemo property.
Gets the value of the paymentReferenceNumber property.
Gets the value of the paymentStatus property.
Gets the value of the payrollPaymentDisplayOrder property.
Gets the value of the payrollRemittanceData 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 payrollRemittanceData property.
For example, to add a new item, do as follows:
getPayrollRemittanceData().add(newItem);
Objects of the following type(s) are allowed in the list
PayrollRemittanceDataType
Gets the value of the receivingPartyBankData 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 receivingPartyBankData property.
For example, to add a new item, do as follows:
getReceivingPartyBankData().add(newItem);
Objects of the following type(s) are allowed in the list
ReceivingPartyBankDataType
Gets the value of the receivingPartyContactData 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 receivingPartyContactData property.
For example, to add a new item, do as follows:
getReceivingPartyContactData().add(newItem);
Objects of the following type(s) are allowed in the list
ReceivingPartyWWSDataType
Gets the value of the receivingPartyCreditCardData property.
ReceivingPartyCreditCardDataType
Gets the value of the receivingPartyReference property.
PayeeObjectType
Gets the value of the remittanceData 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 remittanceData property.
For example, to add a new item, do as follows:
getRemittanceData().add(newItem);
Objects of the following type(s) are allowed in the list
RemittanceDataType
Gets the value of the prenoteFlag property.
Sets the value of the amountAsText property.
| value | Allowed object is String |
|---|
Sets the value of the checkNumber property.
| value | Allowed object is String |
|---|
Sets the value of the checkOrAdviceNumber property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the companyReference property.
| value | Allowed object is
CompanyObjectType
|
|---|
Sets the value of the currencyDescription property.
| value | Allowed object is String |
|---|
Sets the value of the currencySymbol property.
| value | Allowed object is String |
|---|
Sets the value of the discountTaken property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the paymentAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the paymentGroupData property.
| value | Allowed object is
PaymentGroupDataType
|
|---|
Sets the value of the paymentMemo property.
| value | Allowed object is String |
|---|
Sets the value of the paymentReferenceNumber property.
| value | Allowed object is String |
|---|
Sets the value of the paymentStatus property.
| value | Allowed object is String |
|---|
Sets the value of the payrollPaymentDisplayOrder property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the prenoteFlag property.
| value | Allowed object is Boolean |
|---|
Sets the value of the receivingPartyCreditCardData property.
| value | Allowed object is
ReceivingPartyCreditCardDataType
|
|---|
Sets the value of the receivingPartyReference property.
| value | Allowed object is
PayeeObjectType
|
|---|