Class Msgref
Class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="msgtype" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tag" type="{http://www.w3.org/2001/XMLSchema}short" />
</extension>
</simpleContent>
</complexType>
Inheritance
System.Object
Msgref
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FixAntenna.Fix.Validation.Beans
Assembly: FixAntenna.XmlBeans.dll
Syntax
[Serializable]
public class Msgref : IFindable, IComparable
Fields
Msgtype
Declaration
public string Msgtype
Field Value
| Type | Description |
|---|---|
| System.String |
Tag
Declaration
public int Tag
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Value
Declaration
public string Value
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
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()
GetMsgtype()
Gets the value of the msgtype property.
Declaration
public virtual string GetMsgtype()
Returns
| Type | Description |
|---|---|
| System.String | possible object is System.String |
GetTag()
Gets the value of the tag property.
Declaration
public virtual int GetTag()
Returns
| Type | Description |
|---|---|
| System.Int32 | possible object is System.Int32 |
GetValue()
Gets the value of the value property.
Declaration
public virtual string GetValue()
Returns
| Type | Description |
|---|---|
| System.String | possible 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 |
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 |
SetValue(String)
Sets the value of the value property.
Declaration
public virtual void SetValue(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 |
Overrides
System.Object.ToString()
Implements
System.IComparable