org.jboss.axis.types
Class Entities

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.Entities

public class Entities
extends NCName

Custom class for supporting XSD data type Entities

Author:
Davanum Srinivas
See Also:
XML Schema 3.3.12 ENTITIES

Constructor Summary
Entities()
           
Entities(String stValue)
          ctor for Entities
 
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

Entities

public Entities()

Entities

public Entities(String stValue)
         throws IllegalArgumentException
ctor for Entities

Throws:
IllegalArgumentException - will be thrown if validation fails


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