当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
Notation (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.types
Class Notation
java.lang.Object
org.apache.axis.types.Notation
- All Implemented Interfaces:
- Serializable
- public class Notation
- extends Object
- implements Serializable
Custom class for supporting XSD data type NOTATION.
- Author:
- Davanum Srinivas
- See Also:
- XML Schema Part 1: 3.12 Notation Declarations,
Serialized Form
Notation
public Notation()
Notation
public Notation(NCName name,
URI publicURI,
URI systemURI)
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.