Class Msgref

java.lang.Object
com.epam.fix.validation.beans.Msgref
All Implemented Interfaces:
Findable, Comparable

public class Msgref extends Object implements Findable

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="msgtype" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="tag" type="{http://www.w3.org/2001/XMLSchema}short" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

    • value

      protected String value
    • msgtype

      protected String msgtype
    • tag

      protected Integer tag
  • Constructor Details

    • Msgref

      public Msgref()
  • Method Details

    • getValue

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

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getMsgtype

      public String getMsgtype()
      Gets the value of the msgtype property.
      Returns:
      possible object is String
    • setMsgtype

      public void setMsgtype(String value)
      Sets the value of the msgtype property.
      Parameters:
      value - allowed object is String
    • getTag

      public Integer getTag()
      Gets the value of the tag property.
      Returns:
      possible object is Short
    • setTag

      public void setTag(Integer value)
      Sets the value of the tag property.
      Parameters:
      value - allowed object is Short
    • compareTo

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object