| Package | org.orpheus.xml.bind.annotation |
| Class | public class XmlElement |
| Inheritance | XmlElement AbstractAnnotation |
XmlElement metadata has the following keys, all of which are optional:
Keys: defaultValue="No Default" name="No Default" nameSpace="No Default" nillable="true|false" required="true|false" type="Class"
Author: Andrew Lewisohn
Version: $Revision: 30 $, $Date: 2009-02-12 16:43:08 -0500 (Thu, 12 Feb 2009) $, $Author: alewisohn $
Since: 0.1
| Property | Defined by | ||
|---|---|---|---|
| defaultValue : String [read-only]
Optional.
| XmlElement | ||
![]() | ignore : Boolean
Optional.
| AbstractAnnotation | |
| name : String [read-only]
Optional.
| XmlElement | ||
| nameSpace : String [read-only]
Optional.
| XmlElement | ||
| nillable : Boolean [read-only]
Optional.
| XmlElement | ||
![]() | precedence : int
Determines the order of the Annotation in a sort.
| AbstractAnnotation | |
| qualifiedName : QName [read-only]
The Name and Namespace as a Qualified Name.
| XmlElement | ||
| required : Boolean [read-only]
Optional.
| XmlElement | ||
| type : Class [read-only]
Optional.
| XmlElement | ||
| Method | Defined by | ||
|---|---|---|---|
|
XmlElement(metadata:Metadata)
Constructor.
| XmlElement | ||
|
annotationName():String
The name of this Annotation type.
| XmlElement | ||
|
toString():String
String representation of the object.
| XmlElement | ||
| defaultValue | property |
defaultValue:String [read-only]
Optional. Default value if the property is null and
nillable is false.
public function get defaultValue():String
| name | property |
name:String [read-only]Optional. The name of the attribute. By default, the attribute name is derived from the property name.
Implementation public function get name():String
| nameSpace | property |
nameSpace:String [read-only]Optional. The namespace of the attribute.
Implementation public function get nameSpace():String
| nillable | property |
nillable:Boolean [read-only]Optional. Value can be null.
Implementation public function get nillable():Boolean
| qualifiedName | property |
qualifiedName:QName [read-only]The Name and Namespace as a Qualified Name.
Implementation public function get qualifiedName():QName
| required | property |
required:Boolean [read-only]Optional. Specifies whether the attribute is optional or required.
Implementation public function get required():Boolean
| type | property |
type:Class [read-only]Optional. The ActionScript class being referenced.
Implementation public function get type():Class
| XmlElement | () | constructor |
public function XmlElement(metadata:Metadata)Constructor.
Parametersmetadata:Metadata |
| annotationName | () | method |
public override function annotationName():StringThe name of this Annotation type.
ReturnsString |
| toString | () | method |
public override function toString():StringString representation of the object.
ReturnsString |