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.String |
Type
Declaration
public string Type
Field Value
| Type | Description |
|---|---|
| System.String |
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
System.Object.Equals(System.Object)
GetDescr()
Gets the value of the descr property.
Declaration
public virtual Descr GetDescr()
Returns
| Type | Description |
|---|---|
| Descr | possible object is Descr |
GetExtends()
Gets the value of the extends property.
Declaration
public virtual string GetExtends()
Returns
| Type | Description |
|---|---|
| System.String | possible object is System.String |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.Object.GetHashCode()
GetTypeValue()
Gets the value of the type property.
Declaration
public virtual string GetTypeValue()
Returns
| Type | Description |
|---|---|
| System.String | possible object is System.String |
SetDescr(Descr)
Sets the value of the descr property.
Declaration
public virtual void SetDescr(Descr value)
Parameters
| Type | Name | Description |
|---|---|---|
| Descr | value | allowed object is Descr |
SetExtends(String)
Sets the value of the extends property.
Declaration
public virtual void SetExtends(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | allowed object is System.String |
SetType(String)
Sets the value of the type property.
Declaration
public virtual void SetType(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | allowed object is System.String |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()
Implements
System.IComparable