java.lang.Object
ch.tocco.nice2.optional.einvoicingpostfinance.impl.webservice.soap.Invoice

public class Invoice extends Object

Java class for Invoice complex type

.

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


 <complexType name="Invoice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FileType" 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="Data" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected jakarta.xml.bind.JAXBElement<byte[]>
     
    protected jakarta.xml.bind.JAXBElement<String>
     
    protected jakarta.xml.bind.JAXBElement<String>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.xml.bind.JAXBElement<byte[]>
    Gets the value of the data property.
    jakarta.xml.bind.JAXBElement<String>
    Gets the value of the fileType property.
    jakarta.xml.bind.JAXBElement<String>
    Gets the value of the transactionID property.
    void
    setData(jakarta.xml.bind.JAXBElement<byte[]> value)
    Sets the value of the data property.
    void
    setFileType(jakarta.xml.bind.JAXBElement<String> value)
    Sets the value of the fileType property.
    void
    setTransactionID(jakarta.xml.bind.JAXBElement<String> value)
    Sets the value of the transactionID property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • fileType

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

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

      protected jakarta.xml.bind.JAXBElement<byte[]> data
  • Constructor Details

    • Invoice

      public Invoice()
  • Method Details

    • 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>
    • 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>
    • getData

      public jakarta.xml.bind.JAXBElement<byte[]> getData()
      Gets the value of the data property.
      Returns:
      possible object is JAXBElement<
      invalid reference
      byte[]
      >
    • setData

      public void setData(jakarta.xml.bind.JAXBElement<byte[]> value)
      Sets the value of the data property.
      Parameters:
      value - allowed object is JAXBElement<
      invalid reference
      byte[]
      >