org.exolab.castor.builder.types
public final class XSBoolean extends XSType
Version: $Revision: 6219 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
| Constructor Summary | |
|---|---|
| XSBoolean() | |
| XSBoolean(boolean asWrapper) | |
| Method Summary | |
|---|---|
| String | createFromJavaObjectCode(String variableName)
Returns the String necessary to convert an Object to
an instance of this XSType. |
| String | createToJavaObjectCode(String variableName)
Returns the String necessary to convert an instance of this XSType
to an Object. |
| JType | getJType()
Returns the JType that this XSType represents |
| void | setFacets(SimpleType simpleType) |
| void | validationCode(JSourceCode jsc, String fixedValue, String fieldValidatorInstanceName)
Returns a JSourceCode that contains the validation method for this XSBoolean.
|
Parameters: variableName the name of the Object
Returns: the String necessary to convert an Object to an instance of this XSType
Parameters: variableName the name of the instance variable
Returns: the String necessary to convert an instance of this XSType to an Object
Returns: the JType that this XSType represents
Parameters: fixedValue a fixed value to use if any jsc the JSourceCode to fill in.