Class GetInvoiceListPayerResponse

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

public class GetInvoiceListPayerResponse 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="GetInvoiceListPayerResult" type="{http://swisspost_ch.ebs.ebill.b2bservice}ArrayOfInvoiceReport" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • getInvoiceListPayerResult

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

    • GetInvoiceListPayerResponse

      public GetInvoiceListPayerResponse()
  • Method Details

    • getGetInvoiceListPayerResult

      public jakarta.xml.bind.JAXBElement<ArrayOfInvoiceReport> getGetInvoiceListPayerResult()
      Gets the value of the getInvoiceListPayerResult property.
      Returns:
      possible object is JAXBElement<ArrayOfInvoiceReport>
    • setGetInvoiceListPayerResult

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