public abstract class XmlSchemaAnnotated extends XmlSchemaObject
| Constructor and Description |
|---|
XmlSchemaAnnotated() |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAnnotation |
getAnnotation() |
String |
getId() |
Attr[] |
getUnhandledAttributes() |
void |
setAnnotation(XmlSchemaAnnotation annotation) |
void |
setId(String id) |
void |
setUnhandledAttributes(Attr[] unhandledAttributes) |
String |
toString() |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIpublic String getId()
public void setId(String id)
public XmlSchemaAnnotation getAnnotation()
public void setAnnotation(XmlSchemaAnnotation annotation)
public Attr[] getUnhandledAttributes()
public void setUnhandledAttributes(Attr[] unhandledAttributes)
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.