Class SearchInvoice
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.SearchInvoice
Java class for SearchInvoice complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchInvoice">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BillerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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="Amount" 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="PaymentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ESRReferenceNbr" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DeliveryDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PaymentDueDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ReasonCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReasonText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected jakarta.xml.bind.JAXBElement
<BigDecimal> protected jakarta.xml.bind.JAXBElement
<String> protected jakarta.xml.bind.JAXBElement
<XMLGregorianCalendar> protected jakarta.xml.bind.JAXBElement
<String> protected jakarta.xml.bind.JAXBElement
<String> protected jakarta.xml.bind.JAXBElement
<XMLGregorianCalendar> protected jakarta.xml.bind.JAXBElement
<String> protected jakarta.xml.bind.JAXBElement
<String> protected jakarta.xml.bind.JAXBElement
<String> protected State
protected jakarta.xml.bind.JAXBElement
<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<BigDecimal> Gets the value of the amount property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the billerId property.jakarta.xml.bind.JAXBElement
<XMLGregorianCalendar> Gets the value of the deliveryDate property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the eBillAccountId property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the esrReferenceNbr property.jakarta.xml.bind.JAXBElement
<XMLGregorianCalendar> Gets the value of the paymentDueDate property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the paymentType property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the reasonCode property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the reasonText property.getState()
Gets the value of the state property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the transactionId property.void
setAmount
(jakarta.xml.bind.JAXBElement<BigDecimal> value) Sets the value of the amount property.void
setBillerId
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the billerId property.void
setDeliveryDate
(jakarta.xml.bind.JAXBElement<XMLGregorianCalendar> value) Sets the value of the deliveryDate property.void
setEBillAccountId
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the eBillAccountId property.void
setESRReferenceNbr
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the esrReferenceNbr property.void
setPaymentDueDate
(jakarta.xml.bind.JAXBElement<XMLGregorianCalendar> value) Sets the value of the paymentDueDate property.void
setPaymentType
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the paymentType property.void
setReasonCode
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the reasonCode property.void
setReasonText
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the reasonText 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
-
amount
-
state
-
paymentType
-
esrReferenceNbr
-
deliveryDate
-
paymentDueDate
-
reasonCode
-
reasonText
-
-
Constructor Details
-
SearchInvoice
public SearchInvoice()
-
-
Method Details
-
getBillerId
Gets the value of the billerId property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setBillerId
Sets the value of the billerId property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
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
>
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
JAXBElement
<
BigDecimal
>
-
setAmount
Sets the value of the amount property.- Parameters:
value
- allowed object isJAXBElement
<
BigDecimal
>
-
getState
Gets the value of the state property.- Returns:
- possible object is
State
-
setState
Sets the value of the state property.- Parameters:
value
- allowed object isState
-
getPaymentType
Gets the value of the paymentType property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setPaymentType
Sets the value of the paymentType property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getESRReferenceNbr
Gets the value of the esrReferenceNbr property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setESRReferenceNbr
Sets the value of the esrReferenceNbr property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getDeliveryDate
Gets the value of the deliveryDate property.- Returns:
- possible object is
JAXBElement
<
XMLGregorianCalendar
>
-
setDeliveryDate
Sets the value of the deliveryDate property.- Parameters:
value
- allowed object isJAXBElement
<
XMLGregorianCalendar
>
-
getPaymentDueDate
Gets the value of the paymentDueDate property.- Returns:
- possible object is
JAXBElement
<
XMLGregorianCalendar
>
-
setPaymentDueDate
Sets the value of the paymentDueDate property.- Parameters:
value
- allowed object isJAXBElement
<
XMLGregorianCalendar
>
-
getReasonCode
Gets the value of the reasonCode property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setReasonCode
Sets the value of the reasonCode property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getReasonText
Gets the value of the reasonText property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setReasonText
Sets the value of the reasonText property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-