org.jboss.axis.types
Class Entity

java.lang.Object
  extended by org.jboss.axis.types.NormalizedString
      extended by org.jboss.axis.types.Token
          extended by org.jboss.axis.types.Name
              extended by org.jboss.axis.types.NCName
                  extended by org.jboss.axis.types.Entity

public class Entity
extends NCName

Custom class for supporting XSD data type Entity

Author:
Davanum Srinivas
See Also:
XML Schema 3.3.11 ENTITY

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

Constructor Detail

Entity

public Entity()

Entity

public Entity(String stValue)
       throws IllegalArgumentException
ctor for Entity

Throws:
IllegalArgumentException - will be thrown if validation fails


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