Class SearchInvoiceParameter
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.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 BigDecimal
protected BigDecimal
protected String
protected XMLGregorianCalendar
protected XMLGregorianCalendar
protected jakarta.xml.bind.JAXBElement
<String> protected XMLGregorianCalendar
protected XMLGregorianCalendar
protected 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.void
setAmountFrom
(BigDecimal value) Sets the value of the amountFrom property.void
setAmountTo
(BigDecimal value) Sets the value of the amountTo property.void
setBillerID
(String value) Sets the value of the billerID property.void
Sets the value of the deliveryDateFrom property.void
Sets the value of the deliveryDateTo property.void
setEBillAccountID
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the eBillAccountID property.void
Sets the value of the paymentDueDateFrom property.void
Sets the value of the paymentDueDateTo property.void
Sets the value of the state property.void
setTransactionID
(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
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
-
getTransactionID
Gets the value of the transactionID property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setTransactionID
Sets the value of the transactionID property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getEBillAccountID
Gets the value of the eBillAccountID property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setEBillAccountID
Sets the value of the eBillAccountID property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
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
Gets the value of the state property.- Returns:
- possible object is
JAXBElement
<
State
>
-
setState
Sets the value of the state property.- Parameters:
value
- allowed object isJAXBElement
<
State
>
-
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
-