Package org.cxml
Class InvoiceStatus
java.lang.Object
org.cxml.InvoiceStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InvoiceIDInfoprotected PartialAmountprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comments property.Gets the value of the invoiceIDInfo property.Gets the value of the partialAmount property.Gets the value of the paymentNetDueDate property.getType()Gets the value of the type property.voidsetInvoiceIDInfo(InvoiceIDInfo value) Sets the value of the invoiceIDInfo property.voidsetPartialAmount(PartialAmount value) Sets the value of the partialAmount property.voidsetPaymentNetDueDate(String value) Sets the value of the paymentNetDueDate property.voidSets the value of the type property.
-
Field Details
-
type
-
paymentNetDueDate
-
invoiceIDInfo
-
partialAmount
-
comments
-
-
Constructor Details
-
InvoiceStatus
public InvoiceStatus()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getPaymentNetDueDate
Gets the value of the paymentNetDueDate property.- Returns:
- possible object is
String
-
setPaymentNetDueDate
Sets the value of the paymentNetDueDate property.- Parameters:
value- allowed object isString
-
getInvoiceIDInfo
Gets the value of the invoiceIDInfo property.- Returns:
- possible object is
InvoiceIDInfo
-
setInvoiceIDInfo
Sets the value of the invoiceIDInfo property.- Parameters:
value- allowed object isInvoiceIDInfo
-
getPartialAmount
Gets the value of the partialAmount property.- Returns:
- possible object is
PartialAmount
-
setPartialAmount
Sets the value of the partialAmount property.- Parameters:
value- allowed object isPartialAmount
-
getComments
Gets the value of the comments 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
setmethod for the comments property.For example, to add a new item, do as follows:
getComments().add(newItem);Objects of the following type(s) are allowed in the list
Comments
-