Class Property

  • Direct Known Subclasses:
    Property

    public class Property
    extends Nameable

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://www.appng.org/schema/appngizer}nameable">
           <sequence>
             <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
           <attribute name="clob" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="status-code" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="status-message" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • value

        protected String value
      • defaultValue

        protected String defaultValue
      • description

        protected String description
      • statusCode

        protected Integer statusCode
      • statusMessage

        protected String statusMessage
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getDefaultValue

        public String getDefaultValue()
        Gets the value of the defaultValue property.
        Returns:
        possible object is String
      • setDefaultValue

        public void setDefaultValue​(String value)
        Sets the value of the defaultValue property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • isClob

        public Boolean isClob()
        Gets the value of the clob property.
        Returns:
        possible object is Boolean
      • setClob

        public void setClob​(Boolean value)
        Sets the value of the clob property.
        Parameters:
        value - allowed object is Boolean
      • getStatusCode

        public Integer getStatusCode()
        Gets the value of the statusCode property.
        Returns:
        possible object is Integer
      • setStatusCode

        public void setStatusCode​(Integer value)
        Sets the value of the statusCode property.
        Parameters:
        value - allowed object is Integer
      • getStatusMessage

        public String getStatusMessage()
        Gets the value of the statusMessage property.
        Returns:
        possible object is String
      • setStatusMessage

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