Class GetInvoicePayer
java.lang.Object
ch.tocco.nice2.optional.einvoicingpostfinance.impl.webservice.soap.GetInvoicePayer
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="eBillAccountID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BillerID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="FileType" 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 eBillAccountID property.Gets the value of the fileType property.Gets the value of the transactionID property.voidsetBillerID(String value) Sets the value of the billerID property.voidsetEBillAccountID(String value) Sets the value of the eBillAccountID property.voidsetFileType(String value) Sets the value of the fileType property.voidsetTransactionID(String value) Sets the value of the transactionID property.
-
Field Details
-
eBillAccountID
-
billerID
-
transactionID
-
fileType
-
-
Constructor Details
-
GetInvoicePayer
public GetInvoicePayer()
-
-
Method Details
-
getEBillAccountID
-
setEBillAccountID
-
getBillerID
-
setBillerID
-
getTransactionID
-
setTransactionID
-
getFileType
-
setFileType
-