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