Class A
Class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType>
Inheritance
System.Object
A
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 A : IFindable, IComparable
Fields
Href
Declaration
public string Href
Field Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value
Field Value
Type | Description |
---|---|
System.String |
Methods
CompareTo(Object)
Declaration
public virtual int CompareTo(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
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)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Object.GetHashCode()
GetHref()
Gets the value of the href property.
Declaration
public virtual string GetHref()
Returns
Type | Description |
---|---|
System.String | possible object is System.String |
GetValue()
Gets the value of the value property.
Declaration
public virtual string GetValue()
Returns
Type | Description |
---|---|
System.String | possible object is System.String |
SetHref(String)
Sets the value of the href property.
Declaration
public virtual void SetHref(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | allowed object is System.String |
SetValue(String)
Sets the value of the value property.
Declaration
public virtual void SetValue(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