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

public abstract class XmlSchemaAnnotated extends XmlSchemaObject
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 Details

  • Constructor Details

    • XmlSchemaAnnotated

      public XmlSchemaAnnotated()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getAnnotation

      public XmlSchemaAnnotation getAnnotation()
    • setAnnotation

      public void setAnnotation(XmlSchemaAnnotation annotation)
    • getUnhandledAttributes

      public Attr[] getUnhandledAttributes()
    • setUnhandledAttributes

      public void setUnhandledAttributes(Attr[] unhandledAttributes)
    • toString

      public String toString()
      Overrides:
      toString in class Object