| java.lang.Object | |
| ↳ | workday.com.bsvc.PaymentIntegrationDataType |
Element containing payment integration data
Java class for Payment_Integration_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payment_Integration_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Order" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Payment_Type_Reference" type="{urn:com.workday/bsvc}Payment_TypeObjectType"/>
<element name="Payment_Category_Reference" type="{urn:com.workday/bsvc}Payment_CategoryObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Country_Reference" type="{urn:com.workday/bsvc}CountryObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Integration_System_Reference" type="{urn:com.workday/bsvc}Integration_System__Audited_ObjectType" minOccurs="0"/>
<element name="Maximum_Payments_Per_Group" 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="Cut_Off_Time_Reference" type="{urn:com.workday/bsvc}Twenty_Four_Hour_TimeObjectType" minOccurs="0"/>
<element name="Check_Print_Layout_Reference" type="{urn:com.workday/bsvc}Check_Print_LayoutObjectType" minOccurs="0"/>
<element name="Outsourced_Bank_Provider_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| checkPrintLayoutReference | |||||||||||
| countryReference | |||||||||||
| cutOffTimeReference | |||||||||||
| integrationSystemReference | |||||||||||
| maximumPaymentsPerGroup | |||||||||||
| order | |||||||||||
| outsourcedBankProviderReference | |||||||||||
| paymentCategoryReference | |||||||||||
| paymentTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the checkPrintLayoutReference property.
| |||||||||||
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the cutOffTimeReference property.
| |||||||||||
Gets the value of the integrationSystemReference property.
| |||||||||||
Gets the value of the maximumPaymentsPerGroup property.
| |||||||||||
Gets the value of the order property.
| |||||||||||
Gets the value of the outsourcedBankProviderReference property.
| |||||||||||
Gets the value of the paymentCategoryReference property.
| |||||||||||
Gets the value of the paymentTypeReference property.
| |||||||||||
Sets the value of the checkPrintLayoutReference property.
| |||||||||||
Sets the value of the cutOffTimeReference property.
| |||||||||||
Sets the value of the integrationSystemReference property.
| |||||||||||
Sets the value of the maximumPaymentsPerGroup property.
| |||||||||||
Sets the value of the order property.
| |||||||||||
Sets the value of the outsourcedBankProviderReference property.
| |||||||||||
Sets the value of the paymentTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the checkPrintLayoutReference property.
CheckPrintLayoutObjectType
Gets the value of the countryReference 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 countryReference property.
For example, to add a new item, do as follows:
getCountryReference().add(newItem);
Objects of the following type(s) are allowed in the list
CountryObjectType
Gets the value of the cutOffTimeReference property.
TwentyFourHourTimeObjectType
Gets the value of the integrationSystemReference property.
IntegrationSystemAuditedObjectType
Gets the value of the maximumPaymentsPerGroup property.
Gets the value of the order property.
Gets the value of the outsourcedBankProviderReference property.
UniqueIdentifierObjectType
Gets the value of the paymentCategoryReference 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 paymentCategoryReference property.
For example, to add a new item, do as follows:
getPaymentCategoryReference().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentCategoryObjectType
Gets the value of the paymentTypeReference property.
PaymentTypeObjectType
Sets the value of the checkPrintLayoutReference property.
| value | Allowed object is
CheckPrintLayoutObjectType
|
|---|
Sets the value of the cutOffTimeReference property.
| value | Allowed object is
TwentyFourHourTimeObjectType
|
|---|
Sets the value of the integrationSystemReference property.
| value | Allowed object is
IntegrationSystemAuditedObjectType
|
|---|
Sets the value of the maximumPaymentsPerGroup property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the order property.
| value | Allowed object is String |
|---|
Sets the value of the outsourcedBankProviderReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the paymentTypeReference property.
| value | Allowed object is
PaymentTypeObjectType
|
|---|