FileDocCategorySizeDatePackage
Entity.javaAPI DocApache Axis 1.41155Sat Apr 22 18:57:26 BST 2006org.apache.axis.types

Entity

public class Entity extends NCName
Custom class for supporting XSD data type Entity
author
Davanum Srinivas
see
XML Schema 3.3.11 ENTITY

Fields Summary
Constructors Summary
public Entity()

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

exception
IllegalArgumentException will be thrown if validation fails

        super(stValue);
    
Methods Summary