Class SearchInvoiceParameter
java.lang.Object
ch.tocco.nice2.optional.einvoicingpostfinance.impl.webservice.soap.SearchInvoiceParameter
Java class for SearchInvoiceParameter complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchInvoiceParameter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BillerID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="eBillAccountID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AmountFrom" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="AmountTo" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="State" type="{http://schemas.datacontract.org/2004/07/eBill.B2BServiceLib.Logic}State" minOccurs="0"/>
<element name="DeliveryDateFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="DeliveryDateTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PaymentDueDateFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PaymentDueDateTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimalprotected BigDecimalprotected Stringprotected XMLGregorianCalendarprotected XMLGregorianCalendarprotected jakarta.xml.bind.JAXBElement<String> protected XMLGregorianCalendarprotected XMLGregorianCalendarprotected jakarta.xml.bind.JAXBElement<State> protected jakarta.xml.bind.JAXBElement<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amountFrom property.Gets the value of the amountTo property.Gets the value of the billerID property.Gets the value of the deliveryDateFrom property.Gets the value of the deliveryDateTo property.jakarta.xml.bind.JAXBElement<String> Gets the value of the eBillAccountID property.Gets the value of the paymentDueDateFrom property.Gets the value of the paymentDueDateTo property.jakarta.xml.bind.JAXBElement<State> getState()Gets the value of the state property.jakarta.xml.bind.JAXBElement<String> Gets the value of the transactionID property.voidsetAmountFrom(BigDecimal value) Sets the value of the amountFrom property.voidsetAmountTo(BigDecimal value) Sets the value of the amountTo property.voidsetBillerID(String value) Sets the value of the billerID property.voidSets the value of the deliveryDateFrom property.voidSets the value of the deliveryDateTo property.voidsetEBillAccountID(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the eBillAccountID property.voidSets the value of the paymentDueDateFrom property.voidSets the value of the paymentDueDateTo property.voidSets the value of the state property.voidsetTransactionID(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the transactionID property.
-
Field Details
-
billerID
-
transactionID
-
eBillAccountID
-
amountFrom
-
amountTo
-
state
-
deliveryDateFrom
-
deliveryDateTo
-
paymentDueDateFrom
-
paymentDueDateTo
-
-
Constructor Details
-
SearchInvoiceParameter
public SearchInvoiceParameter()
-
-
Method Details
-
getBillerID
-
setBillerID
-
getTransactionID
-
setTransactionID
-
getEBillAccountID
-
setEBillAccountID
-
getAmountFrom
Gets the value of the amountFrom property.- Returns:
- possible object is
BigDecimal
-
setAmountFrom
Sets the value of the amountFrom property.- Parameters:
value- allowed object isBigDecimal
-
getAmountTo
Gets the value of the amountTo property.- Returns:
- possible object is
BigDecimal
-
setAmountTo
Sets the value of the amountTo property.- Parameters:
value- allowed object isBigDecimal
-
getState
-
setState
-
getDeliveryDateFrom
Gets the value of the deliveryDateFrom property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDeliveryDateFrom
Sets the value of the deliveryDateFrom property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDeliveryDateTo
Gets the value of the deliveryDateTo property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDeliveryDateTo
Sets the value of the deliveryDateTo property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getPaymentDueDateFrom
Gets the value of the paymentDueDateFrom property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPaymentDueDateFrom
Sets the value of the paymentDueDateFrom property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getPaymentDueDateTo
Gets the value of the paymentDueDateTo property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPaymentDueDateTo
Sets the value of the paymentDueDateTo property.- Parameters:
value- allowed object isXMLGregorianCalendar
-