java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.SearchInvoiceParameter

public class SearchInvoiceParameter extends Object

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 Details

  • Constructor Details

    • SearchInvoiceParameter

      public SearchInvoiceParameter()
  • Method Details

    • getBillerID

      public String getBillerID()
      Gets the value of the billerID property.
      Returns:
      possible object is String
    • setBillerID

      public void setBillerID(String value)
      Sets the value of the billerID property.
      Parameters:
      value - allowed object is String
    • getTransactionID

      public jakarta.xml.bind.JAXBElement<String> getTransactionID()
      Gets the value of the transactionID property.
      Returns:
      possible object is JAXBElement<String>
    • setTransactionID

      public void setTransactionID(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the transactionID property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getEBillAccountID

      public jakarta.xml.bind.JAXBElement<String> getEBillAccountID()
      Gets the value of the eBillAccountID property.
      Returns:
      possible object is JAXBElement<String>
    • setEBillAccountID

      public void setEBillAccountID(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the eBillAccountID property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getAmountFrom

      public BigDecimal getAmountFrom()
      Gets the value of the amountFrom property.
      Returns:
      possible object is BigDecimal
    • setAmountFrom

      public void setAmountFrom(BigDecimal value)
      Sets the value of the amountFrom property.
      Parameters:
      value - allowed object is BigDecimal
    • getAmountTo

      public BigDecimal getAmountTo()
      Gets the value of the amountTo property.
      Returns:
      possible object is BigDecimal
    • setAmountTo

      public void setAmountTo(BigDecimal value)
      Sets the value of the amountTo property.
      Parameters:
      value - allowed object is BigDecimal
    • getState

      public jakarta.xml.bind.JAXBElement<State> getState()
      Gets the value of the state property.
      Returns:
      possible object is JAXBElement<State>
    • setState

      public void setState(jakarta.xml.bind.JAXBElement<State> value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is JAXBElement<State>
    • getDeliveryDateFrom

      public XMLGregorianCalendar getDeliveryDateFrom()
      Gets the value of the deliveryDateFrom property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDeliveryDateFrom

      public void setDeliveryDateFrom(XMLGregorianCalendar value)
      Sets the value of the deliveryDateFrom property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getDeliveryDateTo

      public XMLGregorianCalendar getDeliveryDateTo()
      Gets the value of the deliveryDateTo property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDeliveryDateTo

      public void setDeliveryDateTo(XMLGregorianCalendar value)
      Sets the value of the deliveryDateTo property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getPaymentDueDateFrom

      public XMLGregorianCalendar getPaymentDueDateFrom()
      Gets the value of the paymentDueDateFrom property.
      Returns:
      possible object is XMLGregorianCalendar
    • setPaymentDueDateFrom

      public void setPaymentDueDateFrom(XMLGregorianCalendar value)
      Sets the value of the paymentDueDateFrom property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getPaymentDueDateTo

      public XMLGregorianCalendar getPaymentDueDateTo()
      Gets the value of the paymentDueDateTo property.
      Returns:
      possible object is XMLGregorianCalendar
    • setPaymentDueDateTo

      public void setPaymentDueDateTo(XMLGregorianCalendar value)
      Sets the value of the paymentDueDateTo property.
      Parameters:
      value - allowed object is XMLGregorianCalendar