Package org.cxml
Class InvoiceItemIDInfo
java.lang.Object
org.cxml.InvoiceItemIDInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<IdReference>protected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the idReference property.Gets the value of the invoiceDate property.Gets the value of the invoiceID property.Gets the value of the invoiceLineNumber property.voidsetInvoiceDate(String value) Sets the value of the invoiceDate property.voidsetInvoiceID(String value) Sets the value of the invoiceID property.voidsetInvoiceLineNumber(String value) Sets the value of the invoiceLineNumber property.
-
Field Details
-
invoiceLineNumber
-
invoiceID
-
invoiceDate
-
idReference
-
-
Constructor Details
-
InvoiceItemIDInfo
public InvoiceItemIDInfo()
-
-
Method Details
-
getInvoiceLineNumber
Gets the value of the invoiceLineNumber property.- Returns:
- possible object is
String
-
setInvoiceLineNumber
Sets the value of the invoiceLineNumber property.- Parameters:
value- allowed object isString
-
getInvoiceID
Gets the value of the invoiceID property.- Returns:
- possible object is
String
-
setInvoiceID
Sets the value of the invoiceID property.- Parameters:
value- allowed object isString
-
getInvoiceDate
Gets the value of the invoiceDate property.- Returns:
- possible object is
String
-
setInvoiceDate
Sets the value of the invoiceDate property.- Parameters:
value- allowed object isString
-
getIdReference
Gets the value of the idReference 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 idReference property.For example, to add a new item, do as follows:
getIdReference().add(newItem);Objects of the following type(s) are allowed in the list
IdReference
-