Class UploadFilesReport

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

public class UploadFilesReport 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="invoices" type="{http://swisspost_ch.ebs.ebill.b2bservice}ArrayOfInvoice"/>
        <element name="BillerID" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

  • Constructor Details

    • UploadFilesReport

      public UploadFilesReport()
  • Method Details

    • getInvoices

      public ArrayOfInvoice getInvoices()
      Gets the value of the invoices property.
      Returns:
      possible object is ArrayOfInvoice
    • setInvoices

      public void setInvoices(ArrayOfInvoice value)
      Sets the value of the invoices property.
      Parameters:
      value - allowed object is ArrayOfInvoice
    • getBillerID

      public String getBillerID()
      Gets the value of the billerID property.
      Returns:
      possible object is String
    • setBillerID

      public void setBillerID(String value)
      Sets the value of the billerID property.
      Parameters:
      value - allowed object is String