Class GetInvoiceBillerResponse

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

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

    • getInvoiceBillerResult

      protected jakarta.xml.bind.JAXBElement<ArrayOfDownloadFile> getInvoiceBillerResult
  • Constructor Details

    • GetInvoiceBillerResponse

      public GetInvoiceBillerResponse()
  • Method Details

    • getGetInvoiceBillerResult

      public jakarta.xml.bind.JAXBElement<ArrayOfDownloadFile> getGetInvoiceBillerResult()
      Gets the value of the getInvoiceBillerResult property.
      Returns:
      possible object is JAXBElement<ArrayOfDownloadFile>
    • setGetInvoiceBillerResult

      public void setGetInvoiceBillerResult(jakarta.xml.bind.JAXBElement<ArrayOfDownloadFile> value)
      Sets the value of the getInvoiceBillerResult property.
      Parameters:
      value - allowed object is JAXBElement<ArrayOfDownloadFile>