com.epam.fix.validation.beans
Class Fixdic

java.lang.Object
  extended by 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 Summary
protected  String date
           
protected  Fielddic fielddic
           
protected  String fixversion
           
protected  Msgdic msgdic
           
protected  String title
           
protected  Typelist typelist
           
 
Constructor Summary
Fixdic()
           
 
Method Summary
 IType clone()
           
 int compareTo(Object o)
           
 boolean equals(Object o)
           
 String getDate()
          Gets the value of the date property.
 Fielddic getFielddic()
          Gets the value of the fielddic property.
 String getFixversion()
          Gets the value of the fixversion property.
 Msgdic getMsgdic()
          Gets the value of the msgdic property.
 String getTitle()
          Gets the value of the title property.
 Typelist getTypelist()
          Gets the value of the typelist property.
 int hashCode()
           
 boolean isFIXTDictionary()
          Is this dictionary is transport dictionary.
 void setDate(String value)
          Sets the value of the date property.
 void setFielddic(Fielddic value)
          Sets the value of the fielddic property.
 void setFixversion(String value)
          Sets the value of the fixversion property.
 void setMsgdic(Msgdic value)
          Sets the value of the msgdic property.
 void setTitle(String value)
          Sets the value of the title property.
 void setTypelist(Typelist value)
          Sets the value of the typelist property.
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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 Detail

Fixdic

public Fixdic()
Method Detail

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


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.