Modifier and Type | Method and Description |
---|---|
public boolean | |
public Object | getActualVC()
Deprecated
Use getValueConstraintValue().getActualValue() instead
Value Constraint: Binding specific actual constraint value or
|
public short | getActualVCType()
Deprecated
Use getValueConstraintValue().getActualValueType() instead
The actual constraint value built-in datatype, e.g.
|
public XSAnnotation | |
public XSObjectList | |
public short | |
public String | getConstraintValue()
Deprecated
Use getValueConstraintValue().getNormalizedValue() instead
[Value constraint]: the constraint value with respect to the [type
definition], otherwise |
public short | getDisallowedSubstitutions()
[disallowed substitutions]: the returned value is a bit combination of
the subset of {
|
public XSComplexTypeDefinition | getEnclosingCTDefinition()
The complex type definition for locally scoped declarations (see
|
public XSNamedMap | getIdentityConstraints()
identity-constraint definitions: a set of constraint definitions if it
exists, otherwise an empty |
public ShortList | getItemValueTypes()
Deprecated
Use getValueConstraintValue().getListValueTypes() instead
In the case the actual constraint value represents a list, i.e. the
|
public boolean | getNillable()
If nillable is true, then an element may also be valid if it carries
the namespace qualified attribute with local name |
public short | |
public XSElementDeclaration | getSubstitutionGroupAffiliation()
[substitution group affiliation]: a top-level element definition if it
exists, otherwise |
public short | getSubstitutionGroupExclusions()
[substitution group exclusions]: the returned value is a bit
combination of the subset of {
|
public XSTypeDefinition | |
public XSValue | |
public boolean | Returns: True ifdisallowed is a part of the substitution
group exclusion subset.{
disallowed)DERIVATION_SUBSTITUTION, DERIVATION_EXTENSION, DERIVATION_RESTRICTION
} or DERIVATION_NONE . Represents a block set for the
element.Convenience method that checks if |
public boolean | Returns: True ifexclusion is a part of the substitution
group exclusion subset.DERIVATION_EXTENSION, DERIVATION_RESTRICTION or
DERIVATION_NONE . Represents final set for the element.Convenience method that checks if |
getAbstract | back to summary |
---|---|
public boolean getAbstract() {abstract} A boolean. |
getActualVC | back to summary |
---|---|
public Object getActualVC() throws XSException
Deprecated Use getValueConstraintValue().getActualValue() instead Value Constraint: Binding specific actual constraint value or
|
getActualVCType | back to summary |
---|---|
public short getActualVCType() throws XSException
Deprecated Use getValueConstraintValue().getActualValueType() instead The actual constraint value built-in datatype, e.g.
|
getAnnotation | back to summary |
---|---|
public XSAnnotation getAnnotation() An annotation if it exists, otherwise |
getAnnotations | back to summary |
---|---|
public XSObjectList getAnnotations() A sequence of [annotations] or an empty |
getConstraintType | back to summary |
---|---|
public short getConstraintType() [Value constraint]: one of |
getConstraintValue | back to summary |
---|---|
public String getConstraintValue()
Deprecated Use getValueConstraintValue().getNormalizedValue() instead [Value constraint]: the constraint value with respect to the [type
definition], otherwise
|
getDisallowedSubstitutions | back to summary |
---|---|
public short getDisallowedSubstitutions() [disallowed substitutions]: the returned value is a bit combination of
the subset of {
|
getEnclosingCTDefinition | back to summary |
---|---|
public XSComplexTypeDefinition getEnclosingCTDefinition() The complex type definition for locally scoped declarations (see
|
getIdentityConstraints | back to summary |
---|---|
public XSNamedMap getIdentityConstraints() identity-constraint definitions: a set of constraint definitions if it
exists, otherwise an empty |
getItemValueTypes | back to summary |
---|---|
public ShortList getItemValueTypes() throws XSException
Deprecated Use getValueConstraintValue().getListValueTypes() instead In the case the actual constraint value represents a list, i.e. the
|
getNillable | back to summary |
---|---|
public boolean getNillable() If nillable is true, then an element may also be valid if it carries
the namespace qualified attribute with local name |
getScope | back to summary |
---|---|
public short getScope() [scope]. One of |
getSubstitutionGroupAffiliation | back to summary |
---|---|
public XSElementDeclaration getSubstitutionGroupAffiliation() [substitution group affiliation]: a top-level element definition if it
exists, otherwise |
getSubstitutionGroupExclusions | back to summary |
---|---|
public short getSubstitutionGroupExclusions() [substitution group exclusions]: the returned value is a bit
combination of the subset of {
|
getTypeDefinition | back to summary |
---|---|
public XSTypeDefinition getTypeDefinition() [type definition]: either a simple type definition or a complex type definition. |
getValueConstraintValue | back to summary |
---|---|
public XSValue getValueConstraintValue() The actual value of the default or fixed value constraint. |
isDisallowedSubstitution | back to summary |
---|---|
public boolean isDisallowedSubstitution(short disallowed) Convenience method that checks if
|
isSubstitutionGroupExclusion | back to summary |
---|---|
public boolean isSubstitutionGroupExclusion(short exclusion) Convenience method that checks if
|