| java.lang.Object | |
| ↳ | workday.com.bsvc.DocumentRemittanceDataType |
Document Remittance Data
Java class for Document_Remittance_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document_Remittance_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Document_Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Document_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Document_Reference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Document_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Amount_Paid" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Amount_Due" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="26"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<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="Tax_Amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="18"/>
<minInclusive value="0"/>
<fractionDigits value="6"/>
</restriction>
</simpleType>
</element>
<element name="Worker_Reference" type="{urn:com.workday/bsvc}WorkerObjectType" minOccurs="0"/>
<element name="Credit_Card_Transaction_Reference" type="{urn:com.workday/bsvc}Expense_Credit_Card_TransactionObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Additional_Info" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| additionalInfo | |||||||||||
| amountDue | |||||||||||
| amountPaid | |||||||||||
| creditCardTransactionReference | |||||||||||
| discountTaken | |||||||||||
| documentDate | |||||||||||
| documentID | |||||||||||
| documentReference | |||||||||||
| documentType | |||||||||||
| taxAmount | |||||||||||
| workerReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the additionalInfo property.
| |||||||||||
Gets the value of the amountDue property.
| |||||||||||
Gets the value of the amountPaid property.
| |||||||||||
Gets the value of the creditCardTransactionReference property.
| |||||||||||
Gets the value of the discountTaken property.
| |||||||||||
Gets the value of the documentDate property.
| |||||||||||
Gets the value of the documentID property.
| |||||||||||
Gets the value of the documentReference property.
| |||||||||||
Gets the value of the documentType property.
| |||||||||||
Gets the value of the taxAmount property.
| |||||||||||
Gets the value of the workerReference property.
| |||||||||||
Sets the value of the additionalInfo property.
| |||||||||||
Sets the value of the amountDue property.
| |||||||||||
Sets the value of the amountPaid property.
| |||||||||||
Sets the value of the discountTaken property.
| |||||||||||
Sets the value of the documentDate property.
| |||||||||||
Sets the value of the documentID property.
| |||||||||||
Sets the value of the documentReference property.
| |||||||||||
Sets the value of the documentType property.
| |||||||||||
Sets the value of the taxAmount property.
| |||||||||||
Sets the value of the workerReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the additionalInfo property.
Gets the value of the amountDue property.
Gets the value of the amountPaid property.
Gets the value of the creditCardTransactionReference 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 creditCardTransactionReference property.
For example, to add a new item, do as follows:
getCreditCardTransactionReference().add(newItem);
Objects of the following type(s) are allowed in the list
ExpenseCreditCardTransactionObjectType
Gets the value of the discountTaken property.
Gets the value of the documentDate property.
Gets the value of the documentID property.
Gets the value of the documentReference property.
Gets the value of the documentType property.
Gets the value of the taxAmount property.
Gets the value of the workerReference property.
WorkerObjectType
Sets the value of the additionalInfo property.
| value | Allowed object is String |
|---|
Sets the value of the amountDue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the amountPaid property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the discountTaken property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the documentDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the documentID property.
| value | Allowed object is String |
|---|
Sets the value of the documentReference property.
| value | Allowed object is String |
|---|
Sets the value of the documentType property.
| value | Allowed object is String |
|---|
Sets the value of the taxAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the workerReference property.
| value | Allowed object is
WorkerObjectType
|
|---|