com.epam.fix.validation.beans
Class Fielddef

java.lang.Object
  extended by com.epam.fix.validation.beans.Fielddef
All Implemented Interfaces:
Findable, Comparable

public class Fielddef
extends Object
implements Findable

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

item

protected List<Item> item

valblock

protected Valblock valblock

multi

protected Multi multi

alias

protected String alias

range

protected Range range

descr

protected Descr descr

tag

protected Integer tag

name

protected String name

type

protected String type

lenfield

protected Integer lenfield
Constructor Detail

Fielddef

public Fielddef()
Method Detail

getItem

public List<Item> getItem()
Gets the value of the item property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a 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


getValblock

public Valblock getValblock()
Gets the value of the valblock property.

Returns:
possible object is Valblock

setValblock

public void setValblock(Valblock value)
Sets the value of the valblock property.

Parameters:
value - allowed object is Valblock

getMulti

public Multi getMulti()
Gets the value of the multi property.

Returns:
possible object is Multi

setMulti

public void setMulti(Multi value)
Sets the value of the multi property.

Parameters:
value - allowed object is Multi

getAlias

public String getAlias()
Gets the value of the alias property.

Returns:
possible object is String

setAlias

public void setAlias(String value)
Sets the value of the alias property.

Parameters:
value - allowed object is String

getRange

public Range getRange()
Gets the value of the range property.

Returns:
possible object is Range

setRange

public void setRange(Range value)
Sets the value of the range property.

Parameters:
value - allowed object is Range

getDescr

public Descr getDescr()
Gets the value of the descr property.

Returns:
possible object is Descr

setDescr

public void setDescr(Descr value)
Sets the value of the descr property.

Parameters:
value - allowed object is Descr

getTag

public Integer getTag()
Gets the value of the tag property.

Returns:
possible object is Short

setTag

public void setTag(Integer value)
Sets the value of the tag property.

Parameters:
value - allowed object is Short

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getLenfield

public Integer getLenfield()
Gets the value of the lenfield property.

Returns:
possible object is Short

setLenfield

public void setLenfield(Integer value)
Sets the value of the lenfield property.

Parameters:
value - allowed object is Short

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.