|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.epam.fix.validation.beans.Msgdef
public class Msgdef
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">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{}field"/>
<element ref="{}descr"/>
<element ref="{}alias"/>
<element ref="{}block"/>
<element ref="{}group"/>
</choice>
<attribute name="msgtype" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="admin" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
admin
|
protected List<Object> |
fieldOrDescrOrAlias
|
protected String |
msgtype
|
protected String |
name
|
| Constructor Summary | |
|---|---|
Msgdef()
|
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
String |
getAdmin()
Gets the value of the admin property. |
List<Object> |
getFieldOrDescrOrAlias()
Gets the value of the fieldOrDescrOrAlias property. |
String |
getMsgtype()
Gets the value of the msgtype property. |
String |
getName()
Gets the value of the name property. |
int |
hashCode()
|
void |
setAdmin(String value)
Sets the value of the admin property. |
void |
setMsgtype(String value)
Sets the value of the msgtype property. |
void |
setName(String value)
Sets the value of the name property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> fieldOrDescrOrAlias
protected String msgtype
protected String name
protected String admin
| Constructor Detail |
|---|
public Msgdef()
| Method Detail |
|---|
public List<Object> getFieldOrDescrOrAlias()
set method for the fieldOrDescrOrAlias property.
For example, to add a new item, do as follows:
getFieldOrDescrOrAlias().add(newItem);
Objects of the following type(s) are allowed in the list
Descr
String
Field
Block
Group
public String getMsgtype()
Stringpublic void setMsgtype(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getAdmin()
Stringpublic void setAdmin(String value)
value - allowed object is
Stringpublic 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 | |||||||||