Class Fixdic

java.lang.Object
com.epam.fix.validation.beans.Fixdic
All Implemented Interfaces:
Findable, IType, Cloneable, Comparable
Direct Known Subclasses:
FixTDic

public class Fixdic extends Object implements IType

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">
       <sequence>
         <element ref="{}typelist"/>
         <element ref="{}fielddic"/>
         <element ref="{}msgdic"/>
       </sequence>
       <attribute name="fixversion" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="date" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • typelist

      protected Typelist typelist
    • fielddic

      protected Fielddic fielddic
    • msgdic

      protected Msgdic msgdic
    • fixversion

      protected String fixversion
    • title

      protected String title
    • date

      protected String date
  • Constructor Details

    • Fixdic

      public Fixdic()
  • Method Details

    • getTypelist

      public Typelist getTypelist()
      Gets the value of the typelist property.
      Returns:
      possible object is Typelist
    • setTypelist

      public void setTypelist(Typelist value)
      Sets the value of the typelist property.
      Parameters:
      value - allowed object is Typelist
    • getFielddic

      public Fielddic getFielddic()
      Gets the value of the fielddic property.
      Returns:
      possible object is Fielddic
    • setFielddic

      public void setFielddic(Fielddic value)
      Sets the value of the fielddic property.
      Parameters:
      value - allowed object is Fielddic
    • getMsgdic

      public Msgdic getMsgdic()
      Gets the value of the msgdic property.
      Returns:
      possible object is Msgdic
    • setMsgdic

      public void setMsgdic(Msgdic value)
      Sets the value of the msgdic property.
      Parameters:
      value - allowed object is Msgdic
    • getFixversion

      public String getFixversion()
      Gets the value of the fixversion property.
      Returns:
      possible object is Float
    • setFixversion

      public void setFixversion(String value)
      Sets the value of the fixversion property.
      Parameters:
      value - allowed object is Float
    • getTitle

      public String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      public void setTitle(String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String
    • getDate

      public String getDate()
      Gets the value of the date property.
      Returns:
      possible object is String
    • setDate

      public void setDate(String value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is String
    • isFIXTDictionary

      public boolean isFIXTDictionary()
      Is this dictionary is transport dictionary.
      Returns:
      always return true for this instance.
    • equals

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

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

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

      public String toString()
      Overrides:
      toString in class Object
    • clone

      public IType clone() throws CloneNotSupportedException
      Specified by:
      clone in interface IType
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException