Class BillerReport
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.BillerReport
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 Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected jakarta.xml.bind.JAXBElement
<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the createDate property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the reportType property.void
Sets the value of the createDate property.void
setReportType
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the reportType property.
-
Field Details
-
createDate
-
reportType
-
-
Constructor Details
-
BillerReport
public BillerReport()
-
-
Method Details
-
getCreateDate
Gets the value of the createDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreateDate
Sets the value of the createDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getReportType
Gets the value of the reportType property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setReportType
Sets the value of the reportType property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-