Class ProtocolReport
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.ProtocolReport
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 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 fileType property.void
Sets the value of the createDate property.void
setFileType
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the fileType property.
-
Field Details
-
createDate
-
fileType
-
-
Constructor Details
-
ProtocolReport
public ProtocolReport()
-
-
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
-
getFileType
Gets the value of the fileType property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setFileType
Sets the value of the fileType property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-