Class DownloadClustererResponseObject


  • public class DownloadClustererResponseObject
    extends Object

    Java class for downloadClustererResponseObject complex type.

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

     <complexType name="downloadClustererResponseObject">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="modelData" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • errorMessage

        protected String errorMessage
    • Constructor Detail

      • DownloadClustererResponseObject

        public DownloadClustererResponseObject()
    • Method Detail

      • getModelData

        public DataHandler getModelData()
        Gets the value of the modelData property.
        Returns:
        possible object is DataHandler
      • setModelData

        public void setModelData​(DataHandler value)
        Sets the value of the modelData property.
        Parameters:
        value - allowed object is DataHandler
      • getErrorMessage

        public String getErrorMessage()
        Gets the value of the errorMessage property.
        Returns:
        possible object is String
      • setErrorMessage

        public void setErrorMessage​(String value)
        Sets the value of the errorMessage property.
        Parameters:
        value - allowed object is String