|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaNotation
public class XmlSchemaNotation
Class represents a notation. An XML Schema definition language (XSD) notation declaration is a reconstruction of XML 1.0 NOTATION declarations. The purpose of notations is to describe the format of non-XML data within an XML document. Represents the World Wide Web Consortium (W3C) notation element.
| Constructor Summary | |
|---|---|
XmlSchemaNotation(XmlSchema parent)
Creates new XmlSchemaNotation |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated |
|---|
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes |
| Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
|---|
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XmlSchemaNotation(XmlSchema parent)
| Method Detail |
|---|
public String getPublic()
public void setPublic(String isPublic)
public String getSystem()
public void setSystem(String system)
public XmlSchema getParent()
XmlSchemaNamed
getParent in interface XmlSchemaNamedpublic QName getQName()
XmlSchemaNamed
getQName 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()
XmlSchemaNamed
getName in interface XmlSchemaNamedpublic void setName(String name)
XmlSchemaNamed
setName in interface XmlSchemaNamedname - the name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||