Class Fielddef
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>
Inheritance
Inherited Members
Namespace: FixAntenna.Fix.Validation.Beans
Assembly: FixAntenna.XmlBeans.dll
Syntax
[Serializable]
public class Fielddef : IFindable, IComparable
Fields
Alias
Declaration
public string Alias
Field Value
Type | Description |
---|---|
System. |
Descr
Declaration
public Descr Descr
Field Value
Type | Description |
---|---|
Descr |
Item
Declaration
public List<Item> Item
Field Value
Type | Description |
---|---|
System. |
Lenfield
Declaration
public int Lenfield
Field Value
Type | Description |
---|---|
System. |
Multi
Declaration
public Multi Multi
Field Value
Type | Description |
---|---|
Multi |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System. |
Range
Declaration
public Range Range
Field Value
Type | Description |
---|---|
Range |
Tag
Declaration
public int Tag
Field Value
Type | Description |
---|---|
System. |
Type
Declaration
public string Type
Field Value
Type | Description |
---|---|
System. |
Valblock
Declaration
public Valblock Valblock
Field Value
Type | Description |
---|---|
Valblock |
Methods
CompareTo(Object)
Declaration
public virtual int CompareTo(object o)
Parameters
Type | Name | Description |
---|---|---|
System. |
o |
Returns
Type | Description |
---|---|
System. |
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
System. |
o |
Returns
Type | Description |
---|---|
System. |
Overrides
GetAlias()
Gets the value of the alias property.
Declaration
public virtual string GetAlias()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetDescr()
Gets the value of the descr property.
Declaration
public virtual Descr GetDescr()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Overrides
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
Declaration
public virtual List<Item> GetItem()
Returns
Type | Description |
---|---|
System. |
GetLenfield()
Gets the value of the lenfield property.
Declaration
public virtual int GetLenfield()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetMulti()
Gets the value of the multi property.
Declaration
public virtual Multi GetMulti()
Returns
GetName()
Gets the value of the name property.
Declaration
public virtual string GetName()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetRange()
Gets the value of the range property.
Declaration
public virtual Range GetRange()
Returns
GetTag()
Gets the value of the tag property.
Declaration
public virtual int GetTag()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetTypeValue()
Gets the value of the type property.
Declaration
public virtual string GetTypeValue()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetValblock()
Gets the value of the valblock property.
Declaration
public virtual Valblock GetValblock()
Returns
SetAlias(String)
Sets the value of the alias property.
Declaration
public virtual void SetAlias(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetDescr(Descr)
Sets the value of the descr property.
Declaration
public virtual void SetDescr(Descr value)
Parameters
SetLenfield(Int32)
Sets the value of the lenfield property.
Declaration
public virtual void SetLenfield(int value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetMulti(Multi)
Sets the value of the multi property.
Declaration
public virtual void SetMulti(Multi value)
Parameters
SetName(String)
Sets the value of the name property.
Declaration
public virtual void SetName(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetRange(Range)
Sets the value of the range property.
Declaration
public virtual void SetRange(Range value)
Parameters
SetTag(Int32)
Sets the value of the tag property.
Declaration
public virtual void SetTag(int value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetType(String)
Sets the value of the type property.
Declaration
public virtual void SetType(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetValblock(Valblock)
Sets the value of the valblock property.
Declaration
public virtual void SetValblock(Valblock value)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |