|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.epam.fix.validation.beans.Fixdic
public class Fixdic
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 |
---|
protected Typelist typelist
protected Fielddic fielddic
protected Msgdic msgdic
protected String fixversion
protected String title
protected String date
Constructor Detail |
---|
public Fixdic()
Method Detail |
---|
public Typelist getTypelist()
Typelist
public void setTypelist(Typelist value)
value
- allowed object is
Typelist
public Fielddic getFielddic()
Fielddic
public void setFielddic(Fielddic value)
value
- allowed object is
Fielddic
public Msgdic getMsgdic()
Msgdic
public void setMsgdic(Msgdic value)
value
- allowed object is
Msgdic
public String getFixversion()
Float
public void setFixversion(String value)
value
- allowed object is
Float
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getDate()
String
public void setDate(String value)
value
- allowed object is
String
public boolean isFIXTDictionary()
public boolean equals(Object o)
equals
in class Object
public int compareTo(Object o)
compareTo
in interface Comparable
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public IType clone() throws CloneNotSupportedException
clone
in interface IType
clone
in class Object
CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |