Class Descr
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="{}p"/> <element ref="{}ul"/> <element ref="{}dl"/> <element ref="{}fieldref"/> <element ref="{}table"/> <element ref="{}blockref"/> <element ref="{}ol"/> <element ref="{}msgref"/> </choice> </restriction> </complexContent> </complexType>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FixAntenna.Fix.Validation.Beans
Assembly: FixAntenna.XmlBeans.dll
Syntax
[Serializable]
public class Descr : GenericElement<Descr>, IFindable, IComparable
Methods
ToString()
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.String Table Dl Fieldref Blockref Ul Ol Msgref P
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
FixAntenna.Fix.Validation.Beans.GenericElement<FixAntenna.Fix.Validation.Beans.Descr>.ToString()
Implements
System.IComparable