Class Property


  • public class Property
    extends java.lang.Object

    Java class for property complex type.

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

     <complexType name="property">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="hints" type="{}hints" minOccurs="0"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="deprecated" use="optional" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • description

        protected java.lang.String description
      • hints

        protected Hints hints
      • annotations

        protected java.util.List<Annotations> annotations
      • name

        protected java.lang.String name
      • type

        protected java.lang.String type
      • deprecated

        protected java.lang.String deprecated
      • deprecatedSince

        protected java.lang.String deprecatedSince
      • _equals

        protected boolean _equals
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • getDescription

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

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

        public Hints getHints()
        Gets the value of the hints property.
        Returns:
        possible object is Hints
      • setHints

        public void setHints​(Hints value)
        Sets the value of the hints property.
        Parameters:
        value - allowed object is Hints
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getAnnotations

        public java.util.List<Annotations> getAnnotations()
      • getDeprecated

        public java.lang.String getDeprecated()
      • setDeprecated

        public void setDeprecated​(java.lang.String deprecated)
      • getDeprecatedSince

        public java.lang.String getDeprecatedSince()
      • setDeprecatedSince

        public void setDeprecatedSince​(java.lang.String deprecatedSince)
      • isEquals

        public boolean isEquals()
      • setEquals

        public void setEquals​(boolean _equals)