| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.ws.jaxme.xs.xml.impl.XsObjectImplorg.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImplorg.apache.ws.jaxme.xs.xml.impl.XsEAnnotationImplxs:annotation, as specified
by the following:
<xs:element name="annotation" id="annotation">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-annotation"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="xs:openAttrs">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="xs:appinfo"/>
<xs:element ref="xs:documentation"/>
</xs:choice>
<xs:attribute name="id" type="xs:ID"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Constructor Summary | |
| |
Method Summary | |
protected void |
|
XsEAppinfo |
|
XsEDocumentation |
|
XsEAppinfo[] |
|
ContentHandler |
|
Object[] |
|
XsEDocumentation[] |
|
XsID |
|
void | |
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl | |
getOpenAttributes, setAttribute | |
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl | |
asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate | |
protected void addChild(Object pChild)
public XsEAppinfo createAppinfo()
Creates a new 'appinfo' child element.
- Specified by:
- createAppinfo in interface XsEAnnotation
public XsEDocumentation createDocumentation()
Creates a new 'documentation' child element.
- Specified by:
- createDocumentation in interface XsEAnnotation
public XsEAppinfo[] getAppinfos()
Returns all the 'appinfo' child elements in the order of creation byXsEAnnotation.createAppinfo().
- Specified by:
- getAppinfos in interface XsEAnnotation
public ContentHandler getChildHandler(String pQName,
String pNamespaceURI,
String pLocalName)
throws SAXExceptionpublic Object[] getChilds()
Returns all the annotations child elements in the order of creation.
- Specified by:
- getChilds in interface XsEAnnotation
public XsEDocumentation[] getDocumentations()
Returns all the 'documentation' child elements in the order of creation byXsEAnnotation.createDocumentation().
- Specified by:
- getDocumentations in interface XsEAnnotation