Class SettingType


  • public class SettingType
    extends Object

    Java class for settingType complex type.

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

     <complexType name="settingType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="settingName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="settingValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • settingName

        protected String settingName
      • settingValue

        protected String settingValue
    • Constructor Detail

      • SettingType

        public SettingType()
    • Method Detail

      • getSettingName

        public String getSettingName()
        Gets the value of the settingName property.
        Returns:
        possible object is String
      • setSettingName

        public void setSettingName​(String value)
        Sets the value of the settingName property.
        Parameters:
        value - allowed object is String
      • getSettingValue

        public String getSettingValue()
        Gets the value of the settingValue property.
        Returns:
        possible object is String
      • setSettingValue

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