Class Invoice
java.lang.Object
ch.tocco.nice2.optional.einvoicingpostfinance.impl.webservice.soap.Invoice
Java class for Invoice complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Invoice">
<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="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Data" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<byte[]> getData()
Gets the value of the data 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
setData
(jakarta.xml.bind.JAXBElement<byte[]> value) Sets the value of the data 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
-
fileType
-
transactionID
-
data
protected jakarta.xml.bind.JAXBElement<byte[]> data
-
-
Constructor Details
-
Invoice
public Invoice()
-
-
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
>
-
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
>
-
getData
public jakarta.xml.bind.JAXBElement<byte[]> getData()Gets the value of the data property.- Returns:
- possible object is
JAXBElement
<
invalid reference
byte[]
>
-
setData
public void setData(jakarta.xml.bind.JAXBElement<byte[]> value) Sets the value of the data property.- Parameters:
value
- allowed object isJAXBElement
<
invalid reference
byte[]
>
-