当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
IDRefs (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.types
Class IDRefs
java.lang.Object
org.apache.axis.types.NormalizedString
org.apache.axis.types.Token
org.apache.axis.types.Name
org.apache.axis.types.NCName
org.apache.axis.types.IDRefs
- All Implemented Interfaces:
- Serializable
- public class IDRefs
- extends NCName
Custom class for supporting XSD data type IDRefs
- Author:
- Davanum Srinivas
- See Also:
- XML Schema 3.3.10 IDREFS,
Serialized Form
Methods inherited from class org.apache.axis.types.NCName |
isValid |
IDRefs
public IDRefs()
IDRefs
public IDRefs(String stValue)
throws IllegalArgumentException
- ctor for IDRefs
- Throws:
IllegalArgumentException
- will be thrown if validation fails
setValue
public void setValue(String stValue)
- Description copied from class:
NormalizedString
- validates the data and sets the value for the object.
- Overrides:
setValue
in class NormalizedString
toString
public String toString()
- Overrides:
toString
in class NormalizedString
equals
public boolean equals(Object object)
- Overrides:
equals
in class NormalizedString
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.