java.lang.Object
ch.tocco.nice2.optional.einvoicingpostfinance.impl.webservice.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 Link icon

    Fields
    Modifier and Type
    Field
    Description
    protected jakarta.xml.bind.JAXBElement<byte[]>
     
    protected jakarta.xml.bind.JAXBElement<String>
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    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 Link icon

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

    • data Link icon

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

      protected jakarta.xml.bind.JAXBElement<String> filename
  • Constructor Details Link icon

    • DownloadFile Link icon

      public DownloadFile()
  • Method Details Link icon

    • getData Link icon

      public jakarta.xml.bind.JAXBElement<byte[]> getData()
      Gets the value of the data property.
      Returns:
      possible object is JAXBElement<
      invalid reference
      byte[]
      >
    • setData Link icon

      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 Link icon

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

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