public class Fieldref extends Object implements Findable
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="tag" type="{http://www.w3.org/2001/XMLSchema}short" /> <attribute name="msgtype" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
msgtype |
protected Integer |
tag |
protected String |
value |
Constructor and Description |
---|
Fieldref() |
Modifier and Type | Method and Description |
---|---|
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() |
protected String value
protected Integer tag
protected String msgtype
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public Integer getTag()
Short
public void setTag(Integer value)
value
- allowed object is
Short
public String getMsgtype()
String
public void setMsgtype(String value)
value
- allowed object is
String
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2000–2022 EPAM Systems. All rights reserved.