| java.lang.Object | |
| ↳ | workday.com.bsvc.PaymentMessageGroupWWSDataType |
Payment Message Group Data
Java class for Payment_Message_Group_WWS_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payment_Message_Group_WWS_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payment_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Currency_Reference" type="{urn:com.workday/bsvc}CurrencyObjectType" minOccurs="0"/>
<element name="Payment_Type_Reference" type="{urn:com.workday/bsvc}Payment_TypeObjectType" minOccurs="0"/>
<element name="Payment_Method_Reference" type="{urn:com.workday/bsvc}Payment_MethodObjectType" minOccurs="0"/>
<element name="Payment_Category_Reference" type="{urn:com.workday/bsvc}Payment_CategoryObjectType" 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="Group_Payment_Count" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Group_Rejected_Payment_Count" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Group_Reprocessed_Payment_Count" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="12"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Group_Payment_Sum" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Group_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Payment_Data" type="{urn:com.workday/bsvc}Payment_WWS_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currencyReference | |||||||||||
| groupID | |||||||||||
| groupPaymentCount | |||||||||||
| groupPaymentSum | |||||||||||
| groupRejectedPaymentCount | |||||||||||
| groupReprocessedPaymentCount | |||||||||||
| originatingBankData | |||||||||||
| originatingContactData | |||||||||||
| paymentCategoryReference | |||||||||||
| paymentData | |||||||||||
| paymentDate | |||||||||||
| paymentMethodReference | |||||||||||
| paymentTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currencyReference property.
| |||||||||||
Gets the value of the groupID property.
| |||||||||||
Gets the value of the groupPaymentCount property.
| |||||||||||
Gets the value of the groupPaymentSum property.
| |||||||||||
Gets the value of the groupRejectedPaymentCount property.
| |||||||||||
Gets the value of the groupReprocessedPaymentCount property.
| |||||||||||
Gets the value of the originatingBankData property.
| |||||||||||
Gets the value of the originatingContactData property.
| |||||||||||
Gets the value of the paymentCategoryReference property.
| |||||||||||
Gets the value of the paymentData property.
| |||||||||||
Gets the value of the paymentDate property.
| |||||||||||
Gets the value of the paymentMethodReference property.
| |||||||||||
Gets the value of the paymentTypeReference property.
| |||||||||||
Sets the value of the currencyReference property.
| |||||||||||
Sets the value of the groupID property.
| |||||||||||
Sets the value of the groupPaymentCount property.
| |||||||||||
Sets the value of the groupPaymentSum property.
| |||||||||||
Sets the value of the groupRejectedPaymentCount property.
| |||||||||||
Sets the value of the groupReprocessedPaymentCount property.
| |||||||||||
Sets the value of the paymentCategoryReference property.
| |||||||||||
Sets the value of the paymentDate property.
| |||||||||||
Sets the value of the paymentMethodReference property.
| |||||||||||
Sets the value of the paymentTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currencyReference property.
CurrencyObjectType
Gets the value of the groupID property.
Gets the value of the groupPaymentCount property.
Gets the value of the groupPaymentSum property.
Gets the value of the groupRejectedPaymentCount property.
Gets the value of the groupReprocessedPaymentCount 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 paymentCategoryReference property.
PaymentCategoryObjectType
Gets the value of the paymentData 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 paymentData property.
For example, to add a new item, do as follows:
getPaymentData().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentWWSDataType
Gets the value of the paymentDate property.
Gets the value of the paymentMethodReference property.
PaymentMethodObjectType
Gets the value of the paymentTypeReference property.
PaymentTypeObjectType
Sets the value of the currencyReference property.
| value | Allowed object is
CurrencyObjectType
|
|---|
Sets the value of the groupID property.
| value | Allowed object is String |
|---|
Sets the value of the groupPaymentCount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the groupPaymentSum property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the groupRejectedPaymentCount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the groupReprocessedPaymentCount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the paymentCategoryReference property.
| value | Allowed object is
PaymentCategoryObjectType
|
|---|
Sets the value of the paymentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentMethodReference property.
| value | Allowed object is
PaymentMethodObjectType
|
|---|
Sets the value of the paymentTypeReference property.
| value | Allowed object is
PaymentTypeObjectType
|
|---|