Class ProcessedInvoice

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

public class ProcessedInvoice extends Object

Java class for ProcessedInvoice complex type

.

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

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

    • fileType

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

      protected XMLGregorianCalendar submitDate
    • transactionID

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

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

    • ProcessedInvoice

      public ProcessedInvoice()
  • 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>
    • getSubmitDate

      public XMLGregorianCalendar getSubmitDate()
      Gets the value of the submitDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setSubmitDate

      public void setSubmitDate(XMLGregorianCalendar value)
      Sets the value of the submitDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • 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>
    • getProcessingState

      public jakarta.xml.bind.JAXBElement<String> getProcessingState()
      Gets the value of the processingState property.
      Returns:
      possible object is JAXBElement<String>
    • setProcessingState

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