org.exolab.castor.builder.types
public final class XSAnyURI extends XSType
Version: $Revision: 5951 $ $Date: 2005-03-05 06:42:06 -0700 (Sat, 05 Mar 2005) $
Constructor Summary | |
---|---|
XSAnyURI() |
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) |
String | toString() |
void | validationCode(JSourceCode jsc, String fixedValue, String fieldValidatorInstanceName)
Returns a JSourceCode that contains the validation method for this XSAnyURI.
|
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.