public abstract class XmlSchemaAnnotated extends XmlSchemaObject
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaAnnotation |
annotation |
private java.lang.String |
id |
private org.w3c.dom.Attr[] |
unhandledAttributes |
lineNumber, linePosition, sourceURI| Constructor and Description |
|---|
XmlSchemaAnnotated() |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaAnnotation |
getAnnotation() |
java.lang.String |
getId() |
org.w3c.dom.Attr[] |
getUnhandledAttributes() |
void |
setAnnotation(XmlSchemaAnnotation annotation) |
void |
setId(java.lang.String id) |
void |
setUnhandledAttributes(org.w3c.dom.Attr[] unhandledAttributes) |
java.lang.String |
toString() |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIprivate XmlSchemaAnnotation annotation
private java.lang.String id
private org.w3c.dom.Attr[] unhandledAttributes
public java.lang.String getId()
public void setId(java.lang.String id)
public XmlSchemaAnnotation getAnnotation()
public void setAnnotation(XmlSchemaAnnotation annotation)
public org.w3c.dom.Attr[] getUnhandledAttributes()
public void setUnhandledAttributes(org.w3c.dom.Attr[] unhandledAttributes)
public java.lang.String toString()
toString in class java.lang.Object