FileDocCategorySizeDatePackage
IDRef.javaAPI DocApache Axis 1.41149Sat Apr 22 18:57:26 GMT+01:00 2006org.apache.axis.types

IDRef

public class IDRef extends NCName
Custom class for supporting XSD data type IDRef
author
Davanum Srinivas
see
XML Schema 3.3.10 IDREFS

Fields Summary
Constructors Summary
public IDRef()

        super();
    
public IDRef(String stValue)
ctor for IDRef

exception
IllegalArgumentException will be thrown if validation fails

        super(stValue);
    
Methods Summary