org.apache.ws.commons.schema
Class XmlSchemaAnnotated
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
- Direct Known Subclasses:
- XmlSchema, XmlSchemaAnyAttribute, XmlSchemaAttribute, XmlSchemaAttributeGroup, XmlSchemaAttributeGroupRef, XmlSchemaContent, XmlSchemaContentModel, XmlSchemaExternal, XmlSchemaFacet, XmlSchemaGroup, XmlSchemaIdentityConstraint, XmlSchemaNotation, XmlSchemaParticle, XmlSchemaSimpleTypeContent, XmlSchemaType, XmlSchemaXPath
public class XmlSchemaAnnotated
- extends XmlSchemaObject
The base class for any element that can contain annotation elements.
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString |
unhandledAttributes
public org.w3c.dom.Attr[] unhandledAttributes
XmlSchemaAnnotated
public XmlSchemaAnnotated()
- Creates new XmlSchemaAnnotated
getId
public String getId()
setId
public void setId(String id)
getAnnotation
public XmlSchemaAnnotation getAnnotation()
setAnnotation
public void setAnnotation(XmlSchemaAnnotation annotation)
getUnhandledAttributes
public org.w3c.dom.Attr[] getUnhandledAttributes()
setUnhandledAttributes
public void setUnhandledAttributes(org.w3c.dom.Attr[] unhandledAttributes)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.