com.sun.msv.datatype.xsd
public abstract class DataTypeWithFacet extends XSDatatypeImpl
| Field Summary | |
|---|---|
| XSDatatypeImpl | baseType immediate base type, which may be a concrete type or DataTypeWithFacet |
| String | facetName name of this facet |
| boolean | isFacetFixed a flag that indicates the facet is fixed (derived types cannot specify this value anymore) |
| Method Summary | |
|---|---|
| String | convertToLexicalValue(Object o, SerializationContext context) |
| String | displayName() |
| XSDatatype | getBaseType() |
| ConcreteType | getConcreteType() |
| DataTypeWithFacet | getFacetObject(String facetName) |
| int | getIdType() |
| Class | getJavaObjectType() |
| int | getVariety() |
| boolean | isContextDependent() |
| int | isFacetApplicable(String facetName) |
| boolean | isFinal(int derivationType) |
| String | serializeJavaObject(Object value, SerializationContext context) |
| Object | _createJavaObject(String literal, ValidationContext context) |