Class Property


  • public class Property
    extends Object

    Java class for property complex type.

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

     <complexType name="property">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="clob" type="{http://www.w3.org/2001/XMLSchema}boolean" />
           <attribute name="type" type="{http://www.appng.org/schema/application}propertyType" />
         </extension>
       </simpleContent>
     </complexType>
     
    • 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
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id 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
      • setType

        public void setType​(PropertyType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is PropertyType