站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

IDRef (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.types
Class IDRef

java.lang.Object
  extended byorg.apache.axis.types.NormalizedString
      extended byorg.apache.axis.types.Token
          extended byorg.apache.axis.types.Name
              extended byorg.apache.axis.types.NCName
                  extended byorg.apache.axis.types.IDRef
All Implemented Interfaces:
Serializable

public class IDRef
extends NCName

Custom class for supporting XSD data type IDRef

Author:
Davanum Srinivas
See Also:
XML Schema 3.3.10 IDREFS, Serialized Form

Constructor Summary
IDRef()
           
IDRef(String stValue)
          ctor for IDRef
 
Methods inherited from class org.apache.axis.types.NCName
isValid
 
Methods inherited from class org.apache.axis.types.NormalizedString
equals, hashCode, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDRef

public IDRef()

IDRef

public IDRef(String stValue)
      throws IllegalArgumentException
ctor for IDRef

Throws:
IllegalArgumentException - will be thrown if validation fails


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