Class BillerReport

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

public class BillerReport extends Object

Java class for BillerReport complex type

.

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

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

  • Constructor Details

    • BillerReport

      public BillerReport()
  • 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
    • getReportType

      public jakarta.xml.bind.JAXBElement<String> getReportType()
      Gets the value of the reportType property.
      Returns:
      possible object is JAXBElement<String>
    • setReportType

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