public class XmlSchemaNotation extends XmlSchemaAnnotated implements XmlSchemaNamed
| Constructor and Description |
|---|
XmlSchemaNotation(XmlSchema parent)
Creates new XmlSchemaNotation
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Retrieve the name.
|
XmlSchema |
getParent()
Retrieve the parent schema.
|
String |
getPublic() |
QName |
getQName()
Get the QName for this object.
|
String |
getSystem() |
boolean |
isAnonymous() |
boolean |
isTopLevel() |
void |
setName(String name)
Set the name.
|
void |
setPublic(String isPublic) |
void |
setSystem(String system) |
String |
toString() |
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributesaddMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIpublic XmlSchemaNotation(XmlSchema parent)
public String getPublic()
public void setPublic(String isPublic)
public String getSystem()
public void setSystem(String system)
public XmlSchema getParent()
XmlSchemaNamedgetParent in interface XmlSchemaNamedpublic QName getQName()
XmlSchemaNamedgetQName in interface XmlSchemaNamedXmlSchemaNamedWithForm.getWireName()public boolean isAnonymous()
isAnonymous in interface XmlSchemaNamedpublic boolean isTopLevel()
isTopLevel in interface XmlSchemaNamedpublic String toString()
toString in class XmlSchemaAnnotatedpublic String getName()
XmlSchemaNamedgetName in interface XmlSchemaNamedpublic void setName(String name)
XmlSchemaNamedsetName in interface XmlSchemaNamedname - the name.Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.