Class DisplayClassifierResponseObject


  • public class DisplayClassifierResponseObject
    extends Object

    Java class for displayClassifierResponseObject complex type.

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

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

      • displayString

        protected String displayString
      • errorMessage

        protected String errorMessage
    • Constructor Detail

      • DisplayClassifierResponseObject

        public DisplayClassifierResponseObject()
    • Method Detail

      • getDisplayString

        public String getDisplayString()
        Gets the value of the displayString property.
        Returns:
        possible object is String
      • setDisplayString

        public void setDisplayString​(String value)
        Sets the value of the displayString property.
        Parameters:
        value - allowed object is String
      • 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