jimm.twice.ice
Class XmlToken

java.lang.Object
  extended byorg.apache.axis.types.NormalizedString
      extended byorg.apache.axis.types.Token
          extended byjimm.twice.ice.XmlToken
All Implemented Interfaces:
java.io.Serializable

public class XmlToken
extends org.apache.axis.types.Token

Convenience class for wrapping Axis's Token class representing the Token data type in XML Schema. Other SOAP engines presumably have their own similar types, so this class could probably be made more generic in order to handle them.

See Also:
Serialized Form

Constructor Summary
XmlToken()
           
XmlToken(java.lang.String stValue)
           
 
Methods inherited from class org.apache.axis.types.Token
isValid, setValue
 
Methods inherited from class org.apache.axis.types.NormalizedString
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlToken

public XmlToken()

XmlToken

public XmlToken(java.lang.String stValue)