Class DownloadFile
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.DownloadFile
Java class for DownloadFile complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="DownloadFile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Data" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="Filename" type="{http://www.w3.org/2001/XMLSchema}string" 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 filename property.void
setData
(jakarta.xml.bind.JAXBElement<byte[]> value) Sets the value of the data property.void
setFilename
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the filename property.
-
Field Details
-
data
protected jakarta.xml.bind.JAXBElement<byte[]> data -
filename
-
-
Constructor Details
-
DownloadFile
public DownloadFile()
-
-
Method Details
-
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[]
>
-
getFilename
Gets the value of the filename property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setFilename
Sets the value of the filename property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-