java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.DownloadFile

public class DownloadFile extends Object

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
    Modifier and Type
    Field
    Description
    protected jakarta.xml.bind.JAXBElement<byte[]>
     
    protected jakarta.xml.bind.JAXBElement<String>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.xml.bind.JAXBElement<byte[]>
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • data

      protected jakarta.xml.bind.JAXBElement<byte[]> data
    • filename

      protected jakarta.xml.bind.JAXBElement<String> 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 is JAXBElement<
      invalid reference
      byte[]
      >
    • getFilename

      public jakarta.xml.bind.JAXBElement<String> getFilename()
      Gets the value of the filename property.
      Returns:
      possible object is JAXBElement<String>
    • setFilename

      public void setFilename(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the filename property.
      Parameters:
      value - allowed object is JAXBElement<String>