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.
Field Summary |
(package private) java.lang.String |
name
|
(package private) java.lang.String |
publicNotation
|
(package private) java.lang.String |
system
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
java.lang.String name
system
java.lang.String system
publicNotation
java.lang.String publicNotation
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)
Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.