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