Class SearchInvoices
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.SearchInvoices
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="Parameter" type="{http://swisspost_ch.ebs.ebill.b2bservice}SearchInvoiceParameter"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the parameter property.void
Sets the value of the parameter property.
-
Field Details
-
parameter
-
-
Constructor Details
-
SearchInvoices
public SearchInvoices()
-
-
Method Details
-
getParameter
Gets the value of the parameter property.- Returns:
- possible object is
SearchInvoiceParameter
-
setParameter
Sets the value of the parameter property.- Parameters:
value
- allowed object isSearchInvoiceParameter
-