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