Class Fielddef

java.lang.Object
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 Details

    • 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 Details

    • Fielddef

      public Fielddef()
  • Method Details

    • 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