org.exolab.castor.builder.types
public final class XSId extends XSType
Version: $Revision: 1.2 $ $Date: 2005/03/05 13:41:44 $
Constructor Summary | |
---|---|
XSId() |
Method Summary | |
---|---|
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. |
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.