Class Property

  • All Implemented Interfaces:
    java.io.Serializable

    public class Property
    extends java.lang.Object
    implements java.io.Serializable
    <p>Java class for Property complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="Property"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Property()
      Default no-arg constructor abc
      Property​(java.lang.String name, java.lang.String value)
      Fully-initialising value constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getName()
      Gets the value of the name property.
      java.lang.String getValue()
      Gets the value of the value property.
      int hashCode()  
      void setName​(java.lang.String value)
      Sets the value of the name property.
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        protected java.lang.String name
      • value

        protected java.lang.String value
    • Constructor Detail

      • Property

        public Property()
        Default no-arg constructor abc
      • Property

        public Property​(java.lang.String name,
                        java.lang.String value)
        Fully-initialising value constructor
    • Method Detail

      • 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
      • getValue

        public java.lang.String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object