|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.epam.fix.validation.beans.Msgref
public class Msgref
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="msgtype" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tag" type="{http://www.w3.org/2001/XMLSchema}short" />
</extension>
</simpleContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
msgtype
|
protected Integer |
tag
|
protected String |
value
|
| Constructor Summary | |
|---|---|
Msgref()
|
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
String |
getMsgtype()
Gets the value of the msgtype property. |
Integer |
getTag()
Gets the value of the tag property. |
String |
getValue()
Gets the value of the value property. |
int |
hashCode()
|
void |
setMsgtype(String value)
Sets the value of the msgtype property. |
void |
setTag(Integer value)
Sets the value of the tag property. |
void |
setValue(String value)
Sets the value of the value property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String value
protected String msgtype
protected Integer tag
| Constructor Detail |
|---|
public Msgref()
| Method Detail |
|---|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getMsgtype()
Stringpublic void setMsgtype(String value)
value - allowed object is
Stringpublic Integer getTag()
Shortpublic void setTag(Integer value)
value - allowed object is
Shortpublic int compareTo(Object o)
compareTo in interface Comparablepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||