Class Tr
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="{}th" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}td" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Inheritance
Inherited Members
Namespace: FixAntenna.Fix.Validation.Beans
Assembly: FixAntenna.XmlBeans.dll
Syntax
[Serializable]
public class Tr : IFindable, IComparable
Fields
Td
Declaration
public List<Td> Td
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Td> |
Th
Declaration
public List<Th> Th
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Th> |
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
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
GetTd()
Gets the value of the td 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 td property.
For example, to add a new item, do as follows:
GetTd().Add(newItem);
Objects of the following type(s) are allowed in the list Td
Declaration
public virtual IList<Td> GetTd()
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<Td> |
GetTh()
Gets the value of the th 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 th property.
For example, to add a new item, do as follows:
GetTh().Add(newItem);
Objects of the following type(s) are allowed in the list Th
Declaration
public virtual IList<Th> GetTh()
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<Th> |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |