Class Field
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="{}comment" minOccurs="0"/>
</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="condreq" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="req" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="idref" 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 Field : IFindable, IComparable
Fields
Condreq
Declaration
public string Condreq
Field Value
| Type | Description |
|---|---|
| System.String |
Content
Declaration
public List<object> Content
Field Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Object> |
Idref
Declaration
public string Idref
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Req
Declaration
public string Req
Field Value
| Type | Description |
|---|---|
| System.String |
Tag
Declaration
public int Tag
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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
GetCondreq()
Gets the value of the condreq property.
Declaration
public virtual string GetCondreq()
Returns
| Type | Description |
|---|---|
| System.String | possible object is System.String |
GetContent()
Gets the value of the content 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 content property.
For example, to add a new item, do as follows:
GetContent().Add(newItem);
Objects of the following type(s) are allowed in the list Comment System.String
Declaration
public virtual List<object> GetContent()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Object> |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
GetIdref()
Gets the value of the idref property.
Declaration
public virtual string GetIdref()
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 |
GetReq()
Gets the value of the req property.
Declaration
public virtual string GetReq()
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 |
SetCondreq(String)
Sets the value of the condreq property.
Declaration
public virtual void SetCondreq(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | allowed object is System.String |
SetIdref(String)
Sets the value of the idref property.
Declaration
public virtual void SetIdref(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 |
SetReq(String)
Sets the value of the req property.
Declaration
public virtual void SetReq(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 |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |