Package org.apache.ws.commons.schema
Class XmlSchemaAnnotated
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
- All Implemented Interfaces:
XmlSchemaObjectBase
- Direct Known Subclasses:
XmlSchema,XmlSchemaAnyAttribute,XmlSchemaAttributeGroup,XmlSchemaAttributeOrGroupRef,XmlSchemaContent,XmlSchemaContentModel,XmlSchemaExternal,XmlSchemaFacet,XmlSchemaGroup,XmlSchemaIdentityConstraint,XmlSchemaNotation,XmlSchemaParticle,XmlSchemaSimpleTypeContent,XmlSchemaType,XmlSchemaXPath
The base class for any element that can contain an annotation element.
This class also provides storage for an id and a set of non-XML-schema
XML attributes.
-
Field Summary
FieldsFields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Attr[]voidsetAnnotation(XmlSchemaAnnotation annotation) voidvoidsetUnhandledAttributes(Attr[] unhandledAttributes) toString()Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI