Class Typedef
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="{}descr"/> </sequence> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="extends" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Inheritance
System.Object
Typedef
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 Typedef : IFindable, IComparable
Fields
Descr
Declaration
public Descr Descr
Field Value
Type | Description |
---|---|
Descr |
Extends
Declaration
public string Extends
Field Value
Type | Description |
---|---|
System. |
Type
Declaration
public string Type
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
System.Object.Equals(System.Object)
GetDescr()
Gets the value of the descr property.
Declaration
public virtual Descr GetDescr()
Returns
GetExtends()
Gets the value of the extends property.
Declaration
public virtual string GetExtends()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.GetHashCode()
GetTypeValue()
Gets the value of the type property.
Declaration
public virtual string GetTypeValue()
Returns
Type | Description |
---|---|
System. |
possible object is
System. |
SetDescr(Descr)
Sets the value of the descr property.
Declaration
public virtual void SetDescr(Descr value)
Parameters
SetExtends(String)
Sets the value of the extends property.
Declaration
public virtual void SetExtends(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
SetType(String)
Sets the value of the type property.
Declaration
public virtual void SetType(string value)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | allowed object is
System. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
Overrides
System.Object.ToString()
Implements
System.IComparable