|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.epam.fix.validation.beans.Fielddef
public class Fielddef
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="{}item" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}valblock" minOccurs="0"/>
<element ref="{}multi" minOccurs="0"/>
<element ref="{}alias" minOccurs="0"/>
<element ref="{}range" minOccurs="0"/>
<element ref="{}descr"/>
</sequence>
<attribute name="tag" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lenfield" type="{http://www.w3.org/2001/XMLSchema}short" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
alias
|
protected Descr |
descr
|
protected List<Item> |
item
|
protected Integer |
lenfield
|
protected Multi |
multi
|
protected String |
name
|
protected Range |
range
|
protected Integer |
tag
|
protected String |
type
|
protected Valblock |
valblock
|
| Constructor Summary | |
|---|---|
Fielddef()
|
|
| Method Summary | |
|---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
String |
getAlias()
Gets the value of the alias property. |
Descr |
getDescr()
Gets the value of the descr property. |
List<Item> |
getItem()
Gets the value of the item property. |
Integer |
getLenfield()
Gets the value of the lenfield property. |
Multi |
getMulti()
Gets the value of the multi property. |
String |
getName()
Gets the value of the name property. |
Range |
getRange()
Gets the value of the range property. |
Integer |
getTag()
Gets the value of the tag property. |
String |
getType()
Gets the value of the type property. |
Valblock |
getValblock()
Gets the value of the valblock property. |
int |
hashCode()
|
void |
setAlias(String value)
Sets the value of the alias property. |
void |
setDescr(Descr value)
Sets the value of the descr property. |
void |
setLenfield(Integer value)
Sets the value of the lenfield property. |
void |
setMulti(Multi value)
Sets the value of the multi property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setRange(Range value)
Sets the value of the range property. |
void |
setTag(Integer value)
Sets the value of the tag property. |
void |
setType(String value)
Sets the value of the type property. |
void |
setValblock(Valblock value)
Sets the value of the valblock property. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<Item> item
protected Valblock valblock
protected Multi multi
protected String alias
protected Range range
protected Descr descr
protected Integer tag
protected String name
protected String type
protected Integer lenfield
| Constructor Detail |
|---|
public Fielddef()
| Method Detail |
|---|
public List<Item> getItem()
set method for the item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
Item
public Valblock getValblock()
Valblockpublic void setValblock(Valblock value)
value - allowed object is
Valblockpublic Multi getMulti()
Multipublic void setMulti(Multi value)
value - allowed object is
Multipublic String getAlias()
Stringpublic void setAlias(String value)
value - allowed object is
Stringpublic Range getRange()
Rangepublic void setRange(Range value)
value - allowed object is
Rangepublic Descr getDescr()
Descrpublic void setDescr(Descr value)
value - allowed object is
Descrpublic Integer getTag()
Shortpublic void setTag(Integer value)
value - allowed object is
Shortpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Integer getLenfield()
Shortpublic void setLenfield(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 | |||||||||