Class GetBillerReportListResponse

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

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

    • getBillerReportListResult

      protected jakarta.xml.bind.JAXBElement<ArrayOfBillerReport> getBillerReportListResult
  • Constructor Details

    • GetBillerReportListResponse

      public GetBillerReportListResponse()
  • Method Details

    • getGetBillerReportListResult

      public jakarta.xml.bind.JAXBElement<ArrayOfBillerReport> getGetBillerReportListResult()
      Gets the value of the getBillerReportListResult property.
      Returns:
      possible object is JAXBElement<ArrayOfBillerReport>
    • setGetBillerReportListResult

      public void setGetBillerReportListResult(jakarta.xml.bind.JAXBElement<ArrayOfBillerReport> value)
      Sets the value of the getBillerReportListResult property.
      Parameters:
      value - allowed object is JAXBElement<ArrayOfBillerReport>