| Package | org.orpheus.xml.bind.annotation |
| Class | public class XmlElementWrapper |
| Inheritance | XmlElementWrapper AbstractAnnotation |
XmlElementWrapper metadata has the following keys (name is required):
Keys: name="No Default" nameSpace="No Default"
Author: Andrew Lewisohn
Version: $Revision: 31 $, $Date: 2009-02-12 17:01:41 -0500 (Thu, 12 Feb 2009) $, $Author: alewisohn $
Since: 0.1
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | ignore : Boolean
Optional.
| AbstractAnnotation | |
| name : String [read-only]
Optional.
| XmlElementWrapper | ||
| nameSpace : String [read-only]
Optional.
| XmlElementWrapper | ||
![]() | precedence : int
Determines the order of the Annotation in a sort.
| AbstractAnnotation | |
| qualifiedName : QName [read-only]
The Name and Namespace as a Qualified Name.
| XmlElementWrapper | ||
| Method | Defined by | ||
|---|---|---|---|
|
XmlElementWrapper(metadata:Metadata)
Constructor.
| XmlElementWrapper | ||
|
annotationName():String
The name of this Annotation type.
| XmlElementWrapper | ||
|
toString():String
String representation of the object.
| XmlElementWrapper | ||
| 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
| qualifiedName | property |
qualifiedName:QName [read-only]The Name and Namespace as a Qualified Name.
Implementation public function get qualifiedName():QName
| XmlElementWrapper | () | constructor |
public function XmlElementWrapper(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 |