org.exolab.castor.builder.types
public final class XSNMToken extends XSType
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:07:59 $
Constructor Summary | |
---|---|
XSNMToken() |
Method Summary | |
---|---|
String | createFromJavaObjectCode(String variableName)
Returns the String necessary to convert an Object to
an instance of this XSType. |
JType | getJType()
Returns the JType that this XSType represents |
void | setFacets(SimpleType simpleType) |
void | validationCode(JSourceCode jsc, String fixedValue, String fieldValidatorInstanceName)
Creates the validation code for an instance of this XSType. |
Parameters: variableName the name of the Object
Returns: the String necessary to convert an Object to an instance of this XSType
Returns: the JType that this XSType represents
Parameters: fixedValue a fixed value to use if any jsc the JSourceCode to fill in. fieldValidatorInstanceName the name of the FieldValidator that the configured TypeValidator should be added to.