Class Group
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="{}comment"/>
<element ref="{}group"/>
<element ref="{}block"/>
</choice>
<attribute name="nofield" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="startfield" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="tag" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="req" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="condreq" 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 Group : 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> |
Name
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Nofield
Declaration
public int Nofield
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Req
Declaration
public string Req
Field Value
| Type | Description |
|---|---|
| System.String |
Startfield
Declaration
public int Startfield
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 System.Reflection.FieldInfo Comment System.String Block Group
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
GetName()
Gets the value of the name property.
Declaration
public virtual string GetName()
Returns
| Type | Description |
|---|---|
| System.String | possible object is System.String |
GetNofield()
Gets the value of the nofield property.
Declaration
public virtual int GetNofield()
Returns
| Type | Description |
|---|---|
| System.Int32 | possible object is System.Int32 |
GetReq()
Gets the value of the req property.
Declaration
public virtual string GetReq()
Returns
| Type | Description |
|---|---|
| System.String | possible object is System.String |
GetStartfield()
Gets the value of the startfield property.
Declaration
public virtual int GetStartfield()
Returns
| Type | Description |
|---|---|
| System.Int32 | possible object is System.Int32 |
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 |
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 |
SetNofield(Int32)
Sets the value of the nofield property.
Declaration
public virtual void SetNofield(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | value | allowed object is System.Int32 |
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 |
SetStartfield(Int32)
Sets the value of the startfield property.
Declaration
public virtual void SetStartfield(int value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | value | allowed object is System.Int32 |
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 |