Public Member Functions | |
| XSNMToken () | |
| String | createFromJavaObjectCode (String variableName) |
| void | setFacets (SimpleType simpleType) |
| JType | getJType () |
| void | validationCode (JSourceCode jsc, String fixedValue, String fieldValidatorInstanceName) |
The XML Schema String type
| org.exolab.castor.builder.types.XSNMToken.XSNMToken | ( | ) |
| String org.exolab.castor.builder.types.XSNMToken.createFromJavaObjectCode | ( | String | variableName | ) |
Returns the String necessary to convert an Object to an instance of this XSType. This method is really only useful for primitive types
| variableName | the name of the Object |
Reimplemented from org.exolab.castor.builder.types.XSType.
| JType org.exolab.castor.builder.types.XSNMToken.getJType | ( | ) | [virtual] |
Returns the JType that this XSType represents
Implements org.exolab.castor.builder.types.XSType.
| void org.exolab.castor.builder.types.XSNMToken.setFacets | ( | SimpleType | simpleType | ) | [virtual] |
Reads and sets the facets for XSType
| simpleType | the SimpleType containing the facets |
Implements org.exolab.castor.builder.types.XSType.
| void org.exolab.castor.builder.types.XSNMToken.validationCode | ( | JSourceCode | jsc, | |
| String | fixedValue, | |||
| String | fieldValidatorInstanceName | |||
| ) | [virtual] |
Creates the validation code for an instance of this XSType. The validation code should if necessary create a newly configured TypeValidator, that should then be added to a FieldValidator instance whose name is provided.
| 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. |
Implements org.exolab.castor.builder.types.XSType.
References org.exolab.javasource.JSourceCode.add().
1.7.0