Class Post

  • All Implemented Interfaces:
    java.io.Serializable

    public class Post
    extends java.lang.Object
    implements java.io.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="parm" 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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String m_parm  
      protected java.lang.String m_value  
    • Constructor Summary

      Constructors 
      Constructor Description
      Post()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.lang.String getParm()  
      java.lang.String getValue()  
      int hashCode()  
      void setParm​(java.lang.String value)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • m_parm

        protected java.lang.String m_parm
      • m_value

        protected java.lang.String m_value
    • Constructor Detail

      • Post

        public Post()
    • Method Detail

      • getParm

        public java.lang.String getParm()
      • setParm

        public void setParm​(java.lang.String value)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • equals

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

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