Class Blob


  • public class Blob
    extends Object

    Java class for Blob complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Blob">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="props" type="{http://blob.rats.webservice.adams.waikato.ac.nz/}Properties" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Blob

        public Blob()
    • Method Detail

      • getData

        public DataHandler getData()
        Gets the value of the data property.
        Returns:
        possible object is DataHandler
      • setData

        public void setData​(DataHandler value)
        Sets the value of the data property.
        Parameters:
        value - allowed object is DataHandler
      • getProps

        public Properties getProps()
        Gets the value of the props property.
        Returns:
        possible object is Properties
      • setProps

        public void setProps​(Properties value)
        Sets the value of the props property.
        Parameters:
        value - allowed object is Properties