Package com.epam.fix.validation.beans
Class Fixdic
java.lang.Object
com.epam.fix.validation.beans.Fixdic
- All Implemented Interfaces:
Findable,IType,Cloneable,Comparable
- Direct Known Subclasses:
FixTDic
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intbooleangetDate()Gets the value of the date property.Gets the value of the fielddic property.Gets the value of the fixversion property.Gets the value of the msgdic property.getTitle()Gets the value of the title property.Gets the value of the typelist property.inthashCode()booleanIs this dictionary is transport dictionary.voidSets the value of the date property.voidsetFielddic(Fielddic value) Sets the value of the fielddic property.voidsetFixversion(String value) Sets the value of the fixversion property.voidSets the value of the msgdic property.voidSets the value of the title property.voidsetTypelist(Typelist value) Sets the value of the typelist property.toString()
-
Field Details
-
typelist
-
fielddic
-
msgdic
-
fixversion
-
title
-
date
-
-
Constructor Details
-
Fixdic
public Fixdic()
-
-
Method Details
-
getTypelist
Gets the value of the typelist property.- Returns:
- possible object is
Typelist
-
setTypelist
Sets the value of the typelist property.- Parameters:
value- allowed object isTypelist
-
getFielddic
Gets the value of the fielddic property.- Returns:
- possible object is
Fielddic
-
setFielddic
Sets the value of the fielddic property.- Parameters:
value- allowed object isFielddic
-
getMsgdic
Gets the value of the msgdic property.- Returns:
- possible object is
Msgdic
-
setMsgdic
Sets the value of the msgdic property.- Parameters:
value- allowed object isMsgdic
-
getFixversion
Gets the value of the fixversion property.- Returns:
- possible object is
Float
-
setFixversion
Sets the value of the fixversion property.- Parameters:
value- allowed object isFloat
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getDate
Gets the value of the date property.- Returns:
- possible object is
String
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isString
-
isFIXTDictionary
public boolean isFIXTDictionary()Is this dictionary is transport dictionary.- Returns:
- always return true for this instance.
-
equals
-
compareTo
- Specified by:
compareToin interfaceComparable
-
hashCode
public int hashCode() -
toString
-
clone
- Specified by:
clonein interfaceIType- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-