Class GetBillerReportResponse

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

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

    • getBillerReportResult

      protected jakarta.xml.bind.JAXBElement<DownloadFile> getBillerReportResult
  • Constructor Details

    • GetBillerReportResponse

      public GetBillerReportResponse()
  • Method Details

    • getGetBillerReportResult

      public jakarta.xml.bind.JAXBElement<DownloadFile> getGetBillerReportResult()
      Gets the value of the getBillerReportResult property.
      Returns:
      possible object is JAXBElement<DownloadFile>
    • setGetBillerReportResult

      public void setGetBillerReportResult(jakarta.xml.bind.JAXBElement<DownloadFile> value)
      Sets the value of the getBillerReportResult property.
      Parameters:
      value - allowed object is JAXBElement<DownloadFile>