public class XmlSchemaAnnotated extends XmlSchemaObject
| Modifier and Type | Field and Description |
|---|---|
org.w3c.dom.Attr[] |
unhandledAttributes |
| Constructor and Description |
|---|
XmlSchemaAnnotated()
Creates new 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, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toStringpublic 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.ObjectCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.