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. |
Content
Declaration
public List<object> Content
Field Value
Type | Description |
---|---|
System. |
Idref
Declaration
public string Idref
Field Value
Type | Description |
---|---|
System. |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System. |
Req
Declaration
public string Req
Field Value
Type | Description |
---|---|
System. |
Tag
Declaration
public int Tag
Field Value
Type | Description |
---|---|
System. |
Methods
CompareTo(Object)
Declaration
public virtual int CompareTo(object o)
Parameters
Type | Name | Description |
---|---|---|
System. |
o |
Returns
Type | Description |
---|---|
System. |
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
Type | Name | Description |
---|---|---|
System. |
o |
Returns
Type | Description |
---|---|
System. |
Overrides
GetCondreq()
Gets the value of the condreq property.
Declaration
public virtual string GetCondreq()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
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.
Declaration
public virtual List<object> GetContent()
Returns
Type | Description |
---|---|
System. |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Overrides
GetIdref()
Gets the value of the idref property.
Declaration
public virtual string GetIdref()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetName()
Gets the value of the name property.
Declaration
public virtual string GetName()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetReq()
Gets the value of the req property.
Declaration
public virtual string GetReq()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetTag()
Gets the value of the tag property.
Declaration
public virtual int GetTag()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
SetCondreq(String)
Sets the value of the condreq property.
Declaration
public virtual void SetCondreq(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetIdref(String)
Sets the value of the idref property.
Declaration
public virtual void SetIdref(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetName(String)
Sets the value of the name property.
Declaration
public virtual void SetName(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetReq(String)
Sets the value of the req property.
Declaration
public virtual void SetReq(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetTag(Int32)
Sets the value of the tag property.
Declaration
public virtual void SetTag(int value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |