Class Schema.Parameter

  • Enclosing class:
    Schema

    public static class Schema.Parameter
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="type" use="required">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                 <enumeration value="String"/>
                 <enumeration value="Numeric"/>
                 <enumeration value="Integer"/>
                 <enumeration value="Boolean"/>
                 <enumeration value="Date"/>
                 <enumeration value="Time"/>
                 <enumeration value="Timestamp"/>
                 <enumeration value="Member"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="modifiable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • description

        protected String description
      • modifiable

        protected Boolean modifiable
      • defaultValue

        protected String defaultValue
    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getName

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

        public void setName​(String value)
        Sets the value of the name 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
      • getType

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

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

        public boolean isModifiable()
        Gets the value of the modifiable property.
        Returns:
        possible object is Boolean
      • setModifiable

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