Class Parameter

  • All Implemented Interfaces:
    Serializable

    public class Parameter
    extends Object
    implements Serializable

    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="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • m_key

        protected String m_key
      • m_value

        protected String m_value
    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getKey

        public String getKey()
      • setKey

        public void setKey​(String value)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object