org.apache.ws.commons.schema
Class XmlSchemaNotation
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaNotation
- public class XmlSchemaNotation
- extends XmlSchemaAnnotated
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.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlSchemaNotation
public XmlSchemaNotation()
- Creates new XmlSchemaNotation
getName
public java.lang.String getName()
setString
public void setString(java.lang.String name)
getPublic
public java.lang.String getPublic()
setPublic
public void setPublic(java.lang.String publicNotation)
getSystem
public java.lang.String getSystem()
setSystem
public void setSystem(java.lang.String system)