Class Msgdef
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">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{}field"/>
<element ref="{}descr"/>
<element ref="{}alias"/>
<element ref="{}block"/>
<element ref="{}group"/>
</choice>
<attribute name="msgtype" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="admin" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
Inheritance
Inherited Members
Namespace: FixAntenna.Fix.Validation.Beans
Assembly: FixAntenna.XmlBeans.dll
Syntax
[Serializable]
public class Msgdef : IFindable, IComparable
Fields
Admin
Declaration
public string Admin
Field Value
| Type | Description |
|---|---|
| System.String |
FieldOrDescrOrAlias
Declaration
public List<object> FieldOrDescrOrAlias
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Object> |
Msgtype
Declaration
public string Msgtype
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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
GetAdmin()
Gets the value of the admin property.
Declaration
public virtual string GetAdmin()
Returns
| Type | Description |
|---|---|
| System.String | possible object is System.String |
GetFieldOrDescrOrAlias()
Gets the value of the fieldOrDescrOrAlias 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 fieldOrDescrOrAlias property.
For example, to add a new item, do as follows:
GetFieldOrDescrOrAlias().Add(newItem);
Objects of the following type(s) are allowed in the list Descr System.String System.Reflection.FieldInfo Block Group
Declaration
public virtual List<object> GetFieldOrDescrOrAlias()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Object> |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
GetMsgtype()
Gets the value of the msgtype property.
Declaration
public virtual string GetMsgtype()
Returns
| Type | Description |
|---|---|
| System.String | possible object is System.String |
GetName()
Gets the value of the name property.
Declaration
public virtual string GetName()
Returns
| Type | Description |
|---|---|
| System.String | possible object is System.String |
SetAdmin(String)
Sets the value of the admin property.
Declaration
public virtual void SetAdmin(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | allowed object is System.String |
SetMsgtype(String)
Sets the value of the msgtype property.
Declaration
public virtual void SetMsgtype(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | allowed object is System.String |
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 |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |