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

public class InvoiceReport extends Object

Java class for InvoiceReport complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="InvoiceReport">
   <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="DeliveryDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="FileType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • billerID

      protected jakarta.xml.bind.JAXBElement<String> billerID
    • transactionID

      protected jakarta.xml.bind.JAXBElement<String> transactionID
    • deliveryDate

      protected XMLGregorianCalendar deliveryDate
    • fileType

      protected jakarta.xml.bind.JAXBElement<String> fileType
  • Constructor Details

    • InvoiceReport

      public InvoiceReport()
  • Method Details

    • getBillerID

      public jakarta.xml.bind.JAXBElement<String> getBillerID()
      Gets the value of the billerID property.
      Returns:
      possible object is JAXBElement<String>
    • setBillerID

      public void setBillerID(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the billerID property.
      Parameters:
      value - allowed object is JAXBElement<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>
    • getDeliveryDate

      public XMLGregorianCalendar getDeliveryDate()
      Gets the value of the deliveryDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setDeliveryDate

      public void setDeliveryDate(XMLGregorianCalendar value)
      Sets the value of the deliveryDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getFileType

      public jakarta.xml.bind.JAXBElement<String> getFileType()
      Gets the value of the fileType property.
      Returns:
      possible object is JAXBElement<String>
    • setFileType

      public void setFileType(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the fileType property.
      Parameters:
      value - allowed object is JAXBElement<String>