|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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()
Valblock
public void setValblock(Valblock value)
value
- allowed object is
Valblock
public Multi getMulti()
Multi
public void setMulti(Multi value)
value
- allowed object is
Multi
public String getAlias()
String
public void setAlias(String value)
value
- allowed object is
String
public Range getRange()
Range
public void setRange(Range value)
value
- allowed object is
Range
public Descr getDescr()
Descr
public void setDescr(Descr value)
value
- allowed object is
Descr
public Integer getTag()
Short
public void setTag(Integer value)
value
- allowed object is
Short
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public Integer getLenfield()
Short
public void setLenfield(Integer value)
value
- allowed object is
Short
public int compareTo(Object o)
compareTo
in interface Comparable
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |