| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
Implementation of an annotated element, as specified by the following:
  <xs:complexType name="annotated">
    <xs:annotation>
      <xs:documentation>
        This type is extended by all types which allow annotation
        other than <schema> itself.
      </xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="xs:openAttrs">
        <xs:sequence>
          <xs:element ref="xs:annotation" minOccurs="0"/>
        </xs:sequence>
        <xs:attribute name="id" type="xs:ID"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
 
| Constructor Summary | |
| protected  | XsTAnnotatedImpl(XsObject pParent) | 
| Method Summary | |
|  XsEAnnotation | createAnnotation() | 
|  XsEAnnotation | getAnnotation() | 
|  XsID | getId() | 
|  void | setId(XsID pId) | 
| 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, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs | 
| getOpenAttributes | 
| Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject | 
| getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate | 
| Constructor Detail | 
protected XsTAnnotatedImpl(XsObject pParent)
| Method Detail | 
public XsEAnnotation createAnnotation()
createAnnotation in interface XsTAnnotatedpublic XsEAnnotation getAnnotation()
getAnnotation in interface XsTAnnotatedpublic void setId(XsID pId)
setId in interface XsTAnnotatedpublic XsID getId()
getId in interface XsTAnnotated| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||