Package com.epam.fix.validation.beans
Class Fielddef
java.lang.Object
com.epam.fix.validation.beans.Fielddef
- All Implemented Interfaces:
Findable
,Comparable
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
getAlias()
Gets the value of the alias property.getDescr()
Gets the value of the descr property.getItem()
Gets the value of the item property.Gets the value of the lenfield property.getMulti()
Gets the value of the multi property.getName()
Gets the value of the name property.getRange()
Gets the value of the range property.getTag()
Gets the value of the tag property.getType()
Gets the value of the type property.Gets the value of the valblock property.int
hashCode()
void
Sets the value of the alias property.void
Sets the value of the descr property.void
setLenfield
(Integer value) Sets the value of the lenfield property.void
Sets the value of the multi property.void
Sets the value of the name property.void
Sets the value of the range property.void
Sets the value of the tag property.void
Sets the value of the type property.void
setValblock
(Valblock value) Sets the value of the valblock property.toString()
-
Field Details
-
item
-
valblock
-
multi
-
alias
-
range
-
descr
-
tag
-
name
-
type
-
lenfield
-
-
Constructor Details
-
Fielddef
public Fielddef()
-
-
Method Details
-
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
Gets the value of the valblock property.- Returns:
- possible object is
Valblock
-
setValblock
Sets the value of the valblock property.- Parameters:
value
- allowed object isValblock
-
getMulti
Gets the value of the multi property.- Returns:
- possible object is
Multi
-
setMulti
Sets the value of the multi property.- Parameters:
value
- allowed object isMulti
-
getAlias
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
Sets the value of the alias property.- Parameters:
value
- allowed object isString
-
getRange
Gets the value of the range property.- Returns:
- possible object is
Range
-
setRange
Sets the value of the range property.- Parameters:
value
- allowed object isRange
-
getDescr
Gets the value of the descr property.- Returns:
- possible object is
Descr
-
setDescr
Sets the value of the descr property.- Parameters:
value
- allowed object isDescr
-
getTag
Gets the value of the tag property.- Returns:
- possible object is
Short
-
setTag
Sets the value of the tag property.- Parameters:
value
- allowed object isShort
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getLenfield
Gets the value of the lenfield property.- Returns:
- possible object is
Short
-
setLenfield
Sets the value of the lenfield property.- Parameters:
value
- allowed object isShort
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
equals
-
hashCode
public int hashCode() -
toString
-