Class GetInvoiceListBillerResponse

java.lang.Object
ch.tocco.nice2.optional.einvoicingpostfinance.impl.webservice.soap.GetInvoiceListBillerResponse

public class GetInvoiceListBillerResponse extends Object

Java class for anonymous complex type

.

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

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

    • getInvoiceListBillerResult

      protected jakarta.xml.bind.JAXBElement<ArrayOfInvoiceReport> getInvoiceListBillerResult
  • Constructor Details

    • GetInvoiceListBillerResponse

      public GetInvoiceListBillerResponse()
  • Method Details

    • getGetInvoiceListBillerResult

      public jakarta.xml.bind.JAXBElement<ArrayOfInvoiceReport> getGetInvoiceListBillerResult()
      Gets the value of the getInvoiceListBillerResult property.
      Returns:
      possible object is JAXBElement<ArrayOfInvoiceReport>
    • setGetInvoiceListBillerResult

      public void setGetInvoiceListBillerResult(jakarta.xml.bind.JAXBElement<ArrayOfInvoiceReport> value)
      Sets the value of the getInvoiceListBillerResult property.
      Parameters:
      value - allowed object is JAXBElement<ArrayOfInvoiceReport>