Class Fielddic
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="{}valblockdef" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{}fielddef" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Inheritance
Inherited Members
Namespace: FixAntenna.Fix.Validation.Beans
Assembly: FixAntenna.XmlBeans.dll
Syntax
[Serializable]
public class Fielddic : IFindable, IComparable
Fields
Fielddef
Declaration
public List<Fielddef> Fielddef
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Fielddef> |
Valblockdef
Declaration
public List<Valblockdef> Valblockdef
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Valblockdef> |
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
GetFielddef()
Gets the value of the fielddef 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 fielddef property.
For example, to add a new item, do as follows:
GetFielddef().Add(newItem);
Objects of the following type(s) are allowed in the list Fielddef
Declaration
public virtual List<Fielddef> GetFielddef()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<Fielddef> |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
GetValblockdef()
Gets the value of the valblockdef 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 valblockdef property.
For example, to add a new item, do as follows:
GetValblockdef().Add(newItem);
Objects of the following type(s) are allowed in the list Valblockdef
Declaration
public virtual List<Valblockdef> GetValblockdef()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<Valblockdef> |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |