com.sun.msv.datatype.xsd
public class SimpleURType extends BuiltinAtomicType
java.lang.String
.
See http://www.w3.org/TR/xmlschema-1/#simple-ur-type-itself for the spec
Field Summary | |
---|---|
static SimpleURType | theInstance |
Method Summary | |
---|---|
String | convertToLexicalValue(Object value, SerializationContext context) |
XSDatatype | getBaseType()
SimpleURType always returns null to indicate that
there is no base type for this type. |
Class | getJavaObjectType() |
int | isFacetApplicable(String facetName)
no facet is applicable to the simple ur-type. |
Object | _createValue(String lexicalValue, ValidationContext context)
the value object of the simple ur-type is the lexical value itself. |