Package com.epam.fix.validation.beans
Class Msgref
java.lang.Object
com.epam.fix.validation.beans.Msgref
- All Implemented Interfaces:
Findable
,Comparable
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
Gets the value of the msgtype property.getTag()
Gets the value of the tag property.getValue()
Gets the value of the value property.int
hashCode()
void
setMsgtype
(String value) Sets the value of the msgtype property.void
Sets the value of the tag property.void
Sets the value of the value property.toString()
-
Field Details
-
value
-
msgtype
-
tag
-
-
Constructor Details
-
Msgref
public Msgref()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getMsgtype
Gets the value of the msgtype property.- Returns:
- possible object is
String
-
setMsgtype
Sets the value of the msgtype property.- Parameters:
value
- allowed object isString
-
getTag
Gets the value of the tag property.- Returns:
- possible object is
Short
-
setTag
Sets the value of the tag property.- Parameters:
value
- allowed object isShort
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
equals
-
hashCode
public int hashCode() -
toString
-