org.exolab.castor.builder.types
public final class XSBinary extends XSType
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:07:55 $
Constructor Summary | |
---|---|
XSBinary(short type) |
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.