Class UploadFilesReport
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.UploadFilesReport
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the billerID property.Gets the value of the invoices property.void
setBillerID
(String value) Sets the value of the billerID property.void
setInvoices
(ArrayOfInvoice value) Sets the value of the invoices property.
-
Field Details
-
invoices
-
billerID
-
-
Constructor Details
-
UploadFilesReport
public UploadFilesReport()
-
-
Method Details
-
getInvoices
Gets the value of the invoices property.- Returns:
- possible object is
ArrayOfInvoice
-
setInvoices
Sets the value of the invoices property.- Parameters:
value
- allowed object isArrayOfInvoice
-
getBillerID
Gets the value of the billerID property.- Returns:
- possible object is
String
-
setBillerID
Sets the value of the billerID property.- Parameters:
value
- allowed object isString
-