Class Setting


  • public class Setting
    extends java.lang.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="default-value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String defaultValue  
      protected java.lang.String key  
      protected java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Setting()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDefaultValue()
      Gets the value of the defaultValue property.
      java.lang.String getKey()
      Gets the value of the key property.
      java.lang.String getType()
      Gets the value of the type property.
      void setDefaultValue​(java.lang.String value)
      Sets the value of the defaultValue property.
      void setKey​(java.lang.String value)
      Sets the value of the key property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • defaultValue

        protected java.lang.String defaultValue
      • key

        protected java.lang.String key
      • type

        protected java.lang.String type
    • Constructor Detail

      • Setting

        public Setting()
    • Method Detail

      • getDefaultValue

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

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

        public java.lang.String getKey()
        Gets the value of the key property.
        Returns:
        possible object is String
      • setKey

        public void setKey​(java.lang.String value)
        Sets the value of the key 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