com.sun.msv.datatype.xsd
public final class UnionType extends ConcreteType
| Field Summary | |
|---|---|
| XSDatatypeImpl[] | memberTypes member types |
| Constructor Summary | |
|---|---|
| UnionType(String nsUri, String newTypeName, XSDatatype[] memberTypes)
derives a new datatype from atomic datatypes by union | |
| Method Summary | |
|---|---|
| String | convertToLexicalValue(Object o, SerializationContext context) |
| String | displayName() |
| XSDatatype | getBaseType() |
| Class | getJavaObjectType() |
| int | getVariety()
Variety of the UnionType is VARIETY_UNION. |
| boolean | isContextDependent()
The union type is context-dependent if one of the member types is so. |
| int | isFacetApplicable(String facetName) |
| Object | _createValue(String content, ValidationContext context) |