Class ProtocolReport

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

public class ProtocolReport extends Object

Java class for ProtocolReport complex type

.

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

<complexType name="ProtocolReport">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="CreateDate" 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

  • Constructor Details

    • ProtocolReport

      public ProtocolReport()
  • Method Details

    • getCreateDate

      public XMLGregorianCalendar getCreateDate()
      Gets the value of the createDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreateDate

      public void setCreateDate(XMLGregorianCalendar value)
      Sets the value of the createDate 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>