Class Text


  • public class Text
    extends Object

    Java class for Text complex type.

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

     <complexType name="Text">
       <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://text.rats.webservice.adams.waikato.ac.nz/}Properties" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Text

        public Text()
    • 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