Class InvoiceReport
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.InvoiceReport
Java class for InvoiceReport complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="InvoiceReport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BillerID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DeliveryDate" 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 jakarta.xml.bind.JAXBElement
<String> protected XMLGregorianCalendar
protected jakarta.xml.bind.JAXBElement
<String> protected jakarta.xml.bind.JAXBElement
<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<String> Gets the value of the billerID property.Gets the value of the deliveryDate property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the fileType property.jakarta.xml.bind.JAXBElement
<String> Gets the value of the transactionID property.void
setBillerID
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the billerID property.void
Sets the value of the deliveryDate property.void
setFileType
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the fileType property.void
setTransactionID
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the transactionID property.
-
Field Details
-
billerID
-
transactionID
-
deliveryDate
-
fileType
-
-
Constructor Details
-
InvoiceReport
public InvoiceReport()
-
-
Method Details
-
getBillerID
Gets the value of the billerID property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setBillerID
Sets the value of the billerID property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getTransactionID
Gets the value of the transactionID property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setTransactionID
Sets the value of the transactionID property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getDeliveryDate
Gets the value of the deliveryDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDeliveryDate
Sets the value of the deliveryDate 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
>
-