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() |
String |
getId() |
org.w3c.dom.Attr[] |
getUnhandledAttributes() |
void |
setAnnotation(XmlSchemaAnnotation annotation) |
void |
setId(String id) |
void |
setUnhandledAttributes(org.w3c.dom.Attr[] unhandledAttributes) |
String |
toString() |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString
public String getId()
public void setId(String id)
public XmlSchemaAnnotation getAnnotation()
public void setAnnotation(XmlSchemaAnnotation annotation)
public org.w3c.dom.Attr[] getUnhandledAttributes()
public void setUnhandledAttributes(org.w3c.dom.Attr[] unhandledAttributes)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.