Package org.cxml

Class InvoiceItemIDInfo

java.lang.Object
org.cxml.InvoiceItemIDInfo

public class InvoiceItemIDInfo extends Object
  • Field Details

    • invoiceLineNumber

      protected String invoiceLineNumber
    • invoiceID

      protected String invoiceID
    • invoiceDate

      protected String invoiceDate
    • idReference

      protected List<IdReference> idReference
  • Constructor Details

    • InvoiceItemIDInfo

      public InvoiceItemIDInfo()
  • Method Details

    • getInvoiceLineNumber

      public String getInvoiceLineNumber()
      Gets the value of the invoiceLineNumber property.
      Returns:
      possible object is String
    • setInvoiceLineNumber

      public void setInvoiceLineNumber(String value)
      Sets the value of the invoiceLineNumber property.
      Parameters:
      value - allowed object is String
    • getInvoiceID

      public String getInvoiceID()
      Gets the value of the invoiceID property.
      Returns:
      possible object is String
    • setInvoiceID

      public void setInvoiceID(String value)
      Sets the value of the invoiceID property.
      Parameters:
      value - allowed object is String
    • getInvoiceDate

      public String getInvoiceDate()
      Gets the value of the invoiceDate property.
      Returns:
      possible object is String
    • setInvoiceDate

      public void setInvoiceDate(String value)
      Sets the value of the invoiceDate property.
      Parameters:
      value - allowed object is String
    • getIdReference

      public List<IdReference> 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 set method 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