org.jboss.axis.types
Class Notation

java.lang.Object
  extended byorg.jboss.axis.types.Notation

public class Notation
extends Object

Custom class for supporting XSD data type NOTATION.

Author:
Davanum Srinivas
See Also:
XML Schema Part 1: 3.12 Notation Declarations

Constructor Summary
Notation()
           
Notation(NCName name, URI publicURI, URI systemURI)
           
 
Method Summary
 boolean equals(Object obj)
           
 NCName getName()
           
 URI getPublic()
           
 URI getSystem()
           
static TypeDesc getTypeDesc()
           
 void setName(NCName name)
           
 void setPublic(URI publicURI)
           
 void setSystem(URI systemURI)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notation

public Notation()

Notation

public Notation(NCName name,
                URI publicURI,
                URI systemURI)
Method Detail

getName

public NCName getName()

setName

public void setName(NCName name)

getPublic

public URI getPublic()

setPublic

public void setPublic(URI publicURI)

getSystem

public URI getSystem()

setSystem

public void setSystem(URI systemURI)

equals

public boolean equals(Object obj)

getTypeDesc

public static TypeDesc getTypeDesc()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.