java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.SearchInvoicesResponse2

public class SearchInvoicesResponse2 extends Object

Java class for SearchInvoicesResponse complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="SearchInvoicesResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="InvoiceCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="TotalInvoiceCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="InvoiceList" type="{http://swisspost_ch.ebs.ebill.b2bservice}ArrayOfSearchInvoice" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • invoiceCount

      protected Integer invoiceCount
    • totalInvoiceCount

      protected Integer totalInvoiceCount
    • invoiceList

      protected jakarta.xml.bind.JAXBElement<ArrayOfSearchInvoice> invoiceList
  • Constructor Details

    • SearchInvoicesResponse2

      public SearchInvoicesResponse2()
  • Method Details

    • getInvoiceCount

      public Integer getInvoiceCount()
      Gets the value of the invoiceCount property.
      Returns:
      possible object is Integer
    • setInvoiceCount

      public void setInvoiceCount(Integer value)
      Sets the value of the invoiceCount property.
      Parameters:
      value - allowed object is Integer
    • getTotalInvoiceCount

      public Integer getTotalInvoiceCount()
      Gets the value of the totalInvoiceCount property.
      Returns:
      possible object is Integer
    • setTotalInvoiceCount

      public void setTotalInvoiceCount(Integer value)
      Sets the value of the totalInvoiceCount property.
      Parameters:
      value - allowed object is Integer
    • getInvoiceList

      public jakarta.xml.bind.JAXBElement<ArrayOfSearchInvoice> getInvoiceList()
      Gets the value of the invoiceList property.
      Returns:
      possible object is JAXBElement<ArrayOfSearchInvoice>
    • setInvoiceList

      public void setInvoiceList(jakarta.xml.bind.JAXBElement<ArrayOfSearchInvoice> value)
      Sets the value of the invoiceList property.
      Parameters:
      value - allowed object is JAXBElement<ArrayOfSearchInvoice>