org.apache.ws.jaxme.xs.xml

Interface XsTAnnotated

public interface XsTAnnotated extends XsTOpenAttrs

Interface 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>
 

Author: Jochen Wiedmann

Method Summary
XsEAnnotationcreateAnnotation()
XsEAnnotationgetAnnotation()
XsIDgetId()
voidsetId(XsID pId)

Method Detail

createAnnotation

public XsEAnnotation createAnnotation()

getAnnotation

public XsEAnnotation getAnnotation()

getId

public XsID getId()

setId

public void setId(XsID pId)