public class XmlSchemaAnnotated extends XmlSchemaObject
Modifier and Type | Field and Description |
---|---|
Attr[] |
unhandledAttributes |
Constructor and Description |
---|
XmlSchemaAnnotated()
Creates new 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, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString
public Attr[] unhandledAttributes
public 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-2013 The Apache Software Foundation. All Rights Reserved.