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.String |
Descr
Declaration
public Descr Descr
Field Value
Type | Description |
---|---|
Descr |
Item
Declaration
public List<Item> Item
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Item> |
Lenfield
Declaration
public int Lenfield
Field Value
Type | Description |
---|---|
System.Int32 |
Multi
Declaration
public Multi Multi
Field Value
Type | Description |
---|---|
Multi |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Range
Declaration
public Range Range
Field Value
Type | Description |
---|---|
Range |
Tag
Declaration
public int Tag
Field Value
Type | Description |
---|---|
System.Int32 |
Type
Declaration
public string Type
Field Value
Type | Description |
---|---|
System.String |
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.Object | o |
Returns
Type | Description |
---|---|
System.Int32 |
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetAlias()
Gets the value of the alias property.
Declaration
public virtual string GetAlias()
Returns
Type | Description |
---|---|
System.String | possible object is System.String |
GetDescr()
Gets the value of the descr property.
Declaration
public virtual Descr GetDescr()
Returns
Type | Description |
---|---|
Descr | possible object is Descr |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
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.Collections.Generic.List<Item> |
GetLenfield()
Gets the value of the lenfield property.
Declaration
public virtual int GetLenfield()
Returns
Type | Description |
---|---|
System.Int32 | possible object is System.Int32 |
GetMulti()
Gets the value of the multi property.
Declaration
public virtual Multi GetMulti()
Returns
Type | Description |
---|---|
Multi | possible object is Multi |
GetName()
Gets the value of the name property.
Declaration
public virtual string GetName()
Returns
Type | Description |
---|---|
System.String | possible object is System.String |
GetRange()
Gets the value of the range property.
Declaration
public virtual Range GetRange()
Returns
Type | Description |
---|---|
Range | possible object is Range |
GetTag()
Gets the value of the tag property.
Declaration
public virtual int GetTag()
Returns
Type | Description |
---|---|
System.Int32 | possible object is System.Int32 |
GetTypeValue()
Gets the value of the type property.
Declaration
public virtual string GetTypeValue()
Returns
Type | Description |
---|---|
System.String | possible object is System.String |
GetValblock()
Gets the value of the valblock property.
Declaration
public virtual Valblock GetValblock()
Returns
Type | Description |
---|---|
Valblock | possible object is Valblock |
SetAlias(String)
Sets the value of the alias property.
Declaration
public virtual void SetAlias(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | allowed object is System.String |
SetDescr(Descr)
Sets the value of the descr property.
Declaration
public virtual void SetDescr(Descr value)
Parameters
Type | Name | Description |
---|---|---|
Descr | value | allowed object is Descr |
SetLenfield(Int32)
Sets the value of the lenfield property.
Declaration
public virtual void SetLenfield(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value | allowed object is System.Int32 |
SetMulti(Multi)
Sets the value of the multi property.
Declaration
public virtual void SetMulti(Multi value)
Parameters
Type | Name | Description |
---|---|---|
Multi | value | allowed object is Multi |
SetName(String)
Sets the value of the name property.
Declaration
public virtual void SetName(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | allowed object is System.String |
SetRange(Range)
Sets the value of the range property.
Declaration
public virtual void SetRange(Range value)
Parameters
Type | Name | Description |
---|---|---|
Range | value | allowed object is Range |
SetTag(Int32)
Sets the value of the tag property.
Declaration
public virtual void SetTag(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value | allowed object is System.Int32 |
SetType(String)
Sets the value of the type property.
Declaration
public virtual void SetType(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | allowed object is System.String |
SetValblock(Valblock)
Sets the value of the valblock property.
Declaration
public virtual void SetValblock(Valblock value)
Parameters
Type | Name | Description |
---|---|---|
Valblock | value | allowed object is Valblock |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |