| java.lang.Object | |
| ↳ | workday.com.bsvc.PaymentMessageWWSDataType |
Payment Message Data
Java class for Payment_Message_WWS_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payment_Message_WWS_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Payment_Message_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Create_Date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Create_Date_Sequence" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="10"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Integration_System_Reference" type="{urn:com.workday/bsvc}Integration_System__Audited_ObjectType" minOccurs="0"/>
<element name="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="Payments_Sum" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Payment_Message_Group_Data" type="{urn:com.workday/bsvc}Payment_Message_Group_WWS_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| createDate | |||||||||||
| createDateSequence | |||||||||||
| integrationSystemReference | |||||||||||
| paymentCount | |||||||||||
| paymentMessageGroupData | |||||||||||
| paymentMessageID | |||||||||||
| paymentsSum | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the createDate property.
| |||||||||||
Gets the value of the createDateSequence property.
| |||||||||||
Gets the value of the integrationSystemReference property.
| |||||||||||
Gets the value of the paymentCount property.
| |||||||||||
Gets the value of the paymentMessageGroupData property.
| |||||||||||
Gets the value of the paymentMessageID property.
| |||||||||||
Gets the value of the paymentsSum property.
| |||||||||||
Sets the value of the createDate property.
| |||||||||||
Sets the value of the createDateSequence property.
| |||||||||||
Sets the value of the integrationSystemReference property.
| |||||||||||
Sets the value of the paymentCount property.
| |||||||||||
Sets the value of the paymentMessageID property.
| |||||||||||
Sets the value of the paymentsSum property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the createDate property.
Gets the value of the createDateSequence property.
Gets the value of the integrationSystemReference property.
IntegrationSystemAuditedObjectType
Gets the value of the paymentCount property.
Gets the value of the paymentMessageGroupData 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 paymentMessageGroupData property.
For example, to add a new item, do as follows:
getPaymentMessageGroupData().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentMessageGroupWWSDataType
Gets the value of the paymentMessageID property.
Gets the value of the paymentsSum property.
Sets the value of the createDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the createDateSequence property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the integrationSystemReference property.
| value | Allowed object is
IntegrationSystemAuditedObjectType
|
|---|
Sets the value of the paymentCount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the paymentMessageID property.
| value | Allowed object is String |
|---|
Sets the value of the paymentsSum property.
| value | Allowed object is BigDecimal |
|---|