Class Item
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="{}fieldref"/> <element ref="{}msgref"/> <element ref="{}blockref" minOccurs="0"/> </choice> <attribute name="val" 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 Item : IFindable, IComparable
Fields
Content
Declaration
public List<object> Content
Field Value
Type | Description |
---|---|
System. |
Id
Declaration
public string Id
Field Value
Type | Description |
---|---|
System. |
Val
Declaration
public string Val
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
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.
Declaration
public virtual List<object> GetContent()
Returns
Type | Description |
---|---|
System. |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Overrides
GetId()
Gets the value of the id property.
Declaration
public virtual string GetId()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetVal()
Gets the value of the val property.
Declaration
public virtual string GetVal()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
SetId(String)
Sets the value of the id property.
Declaration
public virtual void SetId(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetVal(String)
Sets the value of the val property.
Declaration
public virtual void SetVal(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |