public class XSSimpleTypeDelegate extends Object implements XSSimpleType
| Modifier and Type | Field and Description |
|---|---|
protected XSSimpleType |
type |
PRIMITIVE_ANYURI, PRIMITIVE_BASE64BINARY, PRIMITIVE_BOOLEAN, PRIMITIVE_DATE, PRIMITIVE_DATETIME, PRIMITIVE_DECIMAL, PRIMITIVE_DOUBLE, PRIMITIVE_DURATION, PRIMITIVE_FLOAT, PRIMITIVE_GDAY, PRIMITIVE_GMONTH, PRIMITIVE_GMONTHDAY, PRIMITIVE_GYEAR, PRIMITIVE_GYEARMONTH, PRIMITIVE_HEXBINARY, PRIMITIVE_NOTATION, PRIMITIVE_PRECISIONDECIMAL, PRIMITIVE_QNAME, PRIMITIVE_STRING, PRIMITIVE_TIME, WS_COLLAPSE, WS_PRESERVE, WS_REPLACEFACET_ENUMERATION, FACET_FRACTIONDIGITS, FACET_LENGTH, FACET_MAXEXCLUSIVE, FACET_MAXINCLUSIVE, FACET_MAXLENGTH, FACET_MINEXCLUSIVE, FACET_MININCLUSIVE, FACET_MINLENGTH, FACET_NONE, FACET_PATTERN, FACET_TOTALDIGITS, FACET_WHITESPACE, ORDERED_FALSE, ORDERED_PARTIAL, ORDERED_TOTAL, VARIETY_ABSENT, VARIETY_ATOMIC, VARIETY_LIST, VARIETY_UNIONCOMPLEX_TYPE, SIMPLE_TYPE| Constructor and Description |
|---|
XSSimpleTypeDelegate(XSSimpleType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyFacets(XSFacets facets,
short presentFacet,
short fixedFacet,
ValidationContext context)
If this type is created from restriction, then some facets can be applied
to the simple type.
|
boolean |
derivedFrom(String namespace,
String name,
short derivationMethod)
Convenience method which checks if this type is derived from the given
ancestor type.
|
boolean |
derivedFromType(XSTypeDefinition ancestorType,
short derivationMethod)
Convenience method which checks if this type is derived from the given
ancestorType. |
XSObjectList |
getAnnotations()
A sequence of [annotations] or an empty
XSObjectList. |
boolean |
getAnonymous()
Convenience attribute.
|
XSTypeDefinition |
getBaseType()
{base type definition}: either a simple type definition or a complex
type definition.
|
boolean |
getBounded()
Fundamental Facet: bounded.
|
short |
getBuiltInKind()
Returns the closest built-in type category this type represents or
derived from.
|
short |
getDefinedFacets()
[facets]: all facets defined on this type.
|
XSObject |
getFacet(int facetType)
A constraining facet object.
|
XSObjectList |
getFacets()
A list of constraining facets if it exists, otherwise an empty
XSObjectList. |
short |
getFinal()
For complex types the returned value is a bit combination of the subset
of {
DERIVATION_EXTENSION, DERIVATION_RESTRICTION}
corresponding to final set of this type or
DERIVATION_NONE. |
boolean |
getFinite()
Fundamental Facet: cardinality.
|
short |
getFixedFacets()
[facets]: all defined facets for this type which are fixed.
|
XSSimpleTypeDefinition |
getItemType()
If variety is
list the item type definition (an atomic or
union simple type definition) is available, otherwise
null. |
StringList |
getLexicalEnumeration()
A list of enumeration values if it exists, otherwise an empty
StringList. |
String |
getLexicalFacetValue(short facetName)
Convenience method.
|
StringList |
getLexicalPattern()
A list of pattern values if it exists, otherwise an empty
StringList. |
XSObjectList |
getMemberTypes()
If variety is
union the list of member type definitions (a
non-empty sequence of simple type definitions) is available,
otherwise an empty XSObjectList. |
XSObjectList |
getMultiValueFacets()
A list of enumeration and pattern constraining facets if it exists,
otherwise an empty
XSObjectList. |
String |
getName()
The name of type
NCName, as defined in XML Namespaces, of
this declaration specified in the {name} property of the
component or null if the definition of this component
does not have a {name} property. |
String |
getNamespace()
The [target namespace] of this object, or
null if it is
unspecified. |
XSNamespaceItem |
getNamespaceItem()
A namespace schema information item corresponding to the target
namespace of the component, if it is globally declared; or
null otherwise. |
boolean |
getNumeric()
Fundamental Facet: numeric.
|
short |
getOrdered()
Fundamental Facet: ordered.
|
short |
getPrimitiveKind()
return an ID representing the built-in primitive base type.
|
XSSimpleTypeDefinition |
getPrimitiveType()
If variety is
atomic the primitive type definition (a
built-in primitive datatype definition or the simple ur-type
definition) is available, otherwise null. |
short |
getType()
The
type of this object, i.e. |
short |
getTypeCategory()
Return whether this type definition is a simple type or complex type.
|
short |
getVariety()
[variety]: one of {atomic, list, union} or absent.
|
short |
getWhitespace()
Return the whitespace corresponding to this datatype.
|
XSSimpleType |
getWrappedXSSimpleType() |
boolean |
isDefinedFacet(short facetName)
Convenience method.
|
boolean |
isEqual(Object value1,
Object value2)
Check whether two actual values are equal.
|
boolean |
isFinal(short restriction)
{final}.
|
boolean |
isFixedFacet(short facetName)
Convenience method.
|
boolean |
isIDType()
Check whether this type is or is derived from ID.
|
String |
toString() |
Object |
validate(Object content,
ValidationContext context,
ValidatedInfo validatedInfo)
validate a given string value, represented by content.toString().
|
Object |
validate(String content,
ValidationContext context,
ValidatedInfo validatedInfo)
validate a given string against this simple type.
|
void |
validate(ValidationContext context,
ValidatedInfo validatedInfo)
Validate an actual value against this simple type.
|
protected final XSSimpleType type
public XSSimpleTypeDelegate(XSSimpleType type)
public XSSimpleType getWrappedXSSimpleType()
public XSObjectList getAnnotations()
XSSimpleTypeDefinitionXSObjectList.getAnnotations in interface XSSimpleTypeDefinitionpublic boolean getBounded()
XSSimpleTypeDefinitiongetBounded in interface XSSimpleTypeDefinitionpublic short getBuiltInKind()
XSSimpleTypeDefinitionINTEGER_DV is returned.getBuiltInKind in interface XSSimpleTypeDefinitionpublic short getDefinedFacets()
XSSimpleTypeDefinitiongetDefinedFacets in interface XSSimpleTypeDefinitionpublic XSObjectList getFacets()
XSSimpleTypeDefinitionXSObjectList. Note: This method must not be used to
retrieve values for enumeration and pattern
facets.getFacets in interface XSSimpleTypeDefinitionpublic XSObject getFacet(int facetType)
XSSimpleTypeDefinitiongetFacet in interface XSSimpleTypeDefinitionpublic boolean getFinite()
XSSimpleTypeDefinitiongetFinite in interface XSSimpleTypeDefinitionpublic short getFixedFacets()
XSSimpleTypeDefinitiongetFixedFacets in interface XSSimpleTypeDefinitionpublic XSSimpleTypeDefinition getItemType()
XSSimpleTypeDefinitionlist the item type definition (an atomic or
union simple type definition) is available, otherwise
null.getItemType in interface XSSimpleTypeDefinitionpublic StringList getLexicalEnumeration()
XSSimpleTypeDefinitionStringList.getLexicalEnumeration in interface XSSimpleTypeDefinitionpublic String getLexicalFacetValue(short facetName)
XSSimpleTypeDefinitionenumeration and pattern facets.getLexicalFacetValue in interface XSSimpleTypeDefinitionfacetName - The name of the facet, i.e.
FACET_LENGTH, FACET_TOTALDIGITS.
To retrieve the value for a pattern or
an enumeration, see enumeration and
pattern.facetName for
this simple type definition or null.public StringList getLexicalPattern()
XSSimpleTypeDefinitionStringList.getLexicalPattern in interface XSSimpleTypeDefinitionpublic XSObjectList getMemberTypes()
XSSimpleTypeDefinitionunion the list of member type definitions (a
non-empty sequence of simple type definitions) is available,
otherwise an empty XSObjectList.getMemberTypes in interface XSSimpleTypeDefinitionpublic XSObjectList getMultiValueFacets()
XSSimpleTypeDefinitionXSObjectList.getMultiValueFacets in interface XSSimpleTypeDefinitionpublic boolean getNumeric()
XSSimpleTypeDefinitiongetNumeric in interface XSSimpleTypeDefinitionpublic short getOrdered()
XSSimpleTypeDefinitiongetOrdered in interface XSSimpleTypeDefinitionpublic XSSimpleTypeDefinition getPrimitiveType()
XSSimpleTypeDefinitionatomic the primitive type definition (a
built-in primitive datatype definition or the simple ur-type
definition) is available, otherwise null.getPrimitiveType in interface XSSimpleTypeDefinitionpublic short getVariety()
XSSimpleTypeDefinitiongetVariety in interface XSSimpleTypeDefinitionpublic boolean isDefinedFacet(short facetName)
XSSimpleTypeDefinitionisDefinedFacet in interface XSSimpleTypeDefinitionfacetName - The name of the facet.public boolean isFixedFacet(short facetName)
XSSimpleTypeDefinitionisFixedFacet in interface XSSimpleTypeDefinitionfacetName - The name of the facet.public boolean derivedFrom(String namespace, String name, short derivationMethod)
XSTypeDefinitionderivedFrom in interface XSTypeDefinitionnamespace - An ancestor type namespace.name - An ancestor type name.derivationMethod - A bit combination representing a subset of {
DERIVATION_RESTRICTION, DERIVATION_EXTENSION, DERIVATION_UNION, DERIVATION_LIST
}.ancestorType
using only derivation methods from the derivationMethod
.public boolean derivedFromType(XSTypeDefinition ancestorType, short derivationMethod)
XSTypeDefinitionancestorType.derivedFromType in interface XSTypeDefinitionancestorType - An ancestor type definition.derivationMethod - A bit combination representing a subset of {
DERIVATION_RESTRICTION, DERIVATION_EXTENSION, DERIVATION_UNION, DERIVATION_LIST
}.ancestorType
using only derivation methods from the derivationMethod
.public boolean getAnonymous()
XSTypeDefinitiongetAnonymous in interface XSTypeDefinitionpublic XSTypeDefinition getBaseType()
XSTypeDefinitiongetBaseType in interface XSTypeDefinitionpublic short getFinal()
XSTypeDefinitionDERIVATION_EXTENSION, DERIVATION_RESTRICTION}
corresponding to final set of this type or
DERIVATION_NONE. For simple types the returned value is
a bit combination of the subset of {
DERIVATION_RESTRICTION, DERIVATION_EXTENSION, DERIVATION_UNION, DERIVATION_LIST
} corresponding to final set of this type or
DERIVATION_NONE.getFinal in interface XSTypeDefinitionpublic short getTypeCategory()
XSTypeDefinitiongetTypeCategory in interface XSTypeDefinitionpublic boolean isFinal(short restriction)
XSTypeDefinitionisFinal in interface XSTypeDefinitionrestriction - Extension, restriction, list, union constants
(defined in XSConstants).restriction is in the final set,
otherwise false.public String getName()
XSObjectNCName, as defined in XML Namespaces, of
this declaration specified in the {name} property of the
component or null if the definition of this component
does not have a {name} property. For anonymous types,
the processor must construct and expose an anonymous type name that
is distinct from the name of every named type and the name of every
other anonymous type.public String getNamespace()
XSObjectnull if it is
unspecified.getNamespace in interface XSObjectpublic XSNamespaceItem getNamespaceItem()
XSObjectnull otherwise.getNamespaceItem in interface XSObjectpublic short getType()
XSObjecttype of this object, i.e.
ELEMENT_DECLARATION.public void applyFacets(XSFacets facets, short presentFacet, short fixedFacet, ValidationContext context) throws InvalidDatatypeFacetException
XSSimpleTypeXSFacets is used to pass the value of
different facets.applyFacets in interface XSSimpleTypefacets - the value of all the facetspresentFacet - bit combination value of the costraining facet
constants which are present.fixedFacet - bit combination value of the costraining facet
constants which are fixed.context - the validation contextInvalidDatatypeFacetException - exception for invalid facet values.public short getPrimitiveKind()
XSSimpleTypegetPrimitiveKind in interface XSSimpleTypepublic short getWhitespace()
throws DatatypeException
XSSimpleTypegetWhitespace in interface XSSimpleTypeDatatypeException - union datatypes don't have whitespace facet associated with thempublic boolean isEqual(Object value1, Object value2)
XSSimpleTypeisEqual in interface XSSimpleTypevalue1 - the first valuevalue2 - the second valuepublic boolean isIDType()
XSSimpleTypeisIDType in interface XSSimpleTypepublic void validate(ValidationContext context, ValidatedInfo validatedInfo) throws InvalidDatatypeValueException
XSSimpleTypevalidate in interface XSSimpleTypecontext - the validation contextvalidatedInfo - used to provide the actual value and member typesInvalidDatatypeValueException - exception for invalid values.public Object validate(String content, ValidationContext context, ValidatedInfo validatedInfo) throws InvalidDatatypeValueException
XSSimpleTypevalidate in interface XSSimpleTypecontent - the string value that needs to be validatedcontext - the validation contextvalidatedInfo - used to store validation resultInvalidDatatypeValueExceptionpublic Object validate(Object content, ValidationContext context, ValidatedInfo validatedInfo) throws InvalidDatatypeValueException
XSSimpleTypevalidate in interface XSSimpleTypecontent - the string value that needs to be validatedcontext - the validation contextvalidatedInfo - used to store validation resultInvalidDatatypeValueExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.