|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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()
Typelistpublic void setTypelist(Typelist value)
value - allowed object is
Typelistpublic Fielddic getFielddic()
Fielddicpublic void setFielddic(Fielddic value)
value - allowed object is
Fielddicpublic Msgdic getMsgdic()
Msgdicpublic void setMsgdic(Msgdic value)
value - allowed object is
Msgdicpublic String getFixversion()
Floatpublic void setFixversion(String value)
value - allowed object is
Floatpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getDate()
Stringpublic void setDate(String value)
value - allowed object is
Stringpublic boolean isFIXTDictionary()
public boolean equals(Object o)
equals in class Objectpublic int compareTo(Object o)
compareTo in interface Comparablepublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
public IType clone()
throws CloneNotSupportedException
clone in interface ITypeclone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||