|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interfaces represents the Element Declaration schema component.
Method Summary | |
---|---|
boolean |
getAbstract()
Deprecated. {abstract} A boolean. |
XSAnnotation |
getAnnotation()
Deprecated. Optional. |
short |
getConstraintType()
Deprecated. [Value constraint]: one of VC_NONE, VC_DEFAULT, VC_FIXED . |
java.lang.String |
getConstraintValue()
Deprecated. [Value constraint]: the actual value with respect to the [type definition]. |
short |
getDisallowedSubstitutions()
Deprecated. [disallowed substitutions]: the returned value is a bit combination of the subset of { DERIVATION_SUBSTITUTION, DERIVATION_EXTENSION, DERIVATION_RESTRICTION
} corresponding to substitutions disallowed by this
XSElementDeclaration or DERIVATION_NONE . |
XSComplexTypeDefinition |
getEnclosingCTDefinition()
Deprecated. The complex type definition for locally scoped declarations (see scope ). |
XSNamedMap |
getIdentityConstraints()
Deprecated. identity-constraint definitions: a set of constraint definitions. |
boolean |
getNillable()
Deprecated. If nillable is true, then an element may also be valid if it carries the namespace qualified attribute with local name nil
from namespace http://www.w3.org/2001/XMLSchema-instance
and value true (xsi:nil) even if it has no text or
element content despite a content type which would
otherwise require content. |
short |
getScope()
Deprecated. Optional. |
XSElementDeclaration |
getSubstitutionGroupAffiliation()
Deprecated. [substitution group affiliation]: optional. |
short |
getSubstitutionGroupExclusions()
Deprecated. [substitution group exclusions]: the returned value is a bit combination of the subset of { DERIVATION_EXTENSION, DERIVATION_RESTRICTION } or
DERIVATION_NONE . |
XSTypeDefinition |
getTypeDefinition()
Deprecated. [type definition]: either a simple type definition or a complex type definition. |
boolean |
isDisallowedSubstitution(short disallowed)
Deprecated. Convenience method. |
boolean |
isSubstitutionGroupExclusion(short exclusion)
Deprecated. Convenience method. |
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject |
---|
getName, getNamespace, getNamespaceItem, getType |
Method Detail |
public XSTypeDefinition getTypeDefinition()
public short getScope()
SCOPE_GLOBAL
, SCOPE_LOCAL
,
or SCOPE_ABSENT
. If the scope is local, then the
enclosingCTDefinition
is present.public XSComplexTypeDefinition getEnclosingCTDefinition()
scope
).public short getConstraintType()
VC_NONE, VC_DEFAULT, VC_FIXED
.public java.lang.String getConstraintValue()
public boolean getNillable()
nil
from namespace http://www.w3.org/2001/XMLSchema-instance
and value true
(xsi:nil) even if it has no text or
element content despite a content type
which would
otherwise require content.public XSNamedMap getIdentityConstraints()
public XSElementDeclaration getSubstitutionGroupAffiliation()
public boolean isSubstitutionGroupExclusion(short exclusion)
exclusion
is a substitution
group exclusion for this element declaration.exclusion
- DERIVATION_EXTENSION, DERIVATION_RESTRICTION
or
DERIVATION_NONE
. Represents final set for the element.exclusion
is a part of the substitution
group exclusion subset.public short getSubstitutionGroupExclusions()
DERIVATION_EXTENSION, DERIVATION_RESTRICTION
} or
DERIVATION_NONE
.public boolean isDisallowedSubstitution(short disallowed)
disallowed
is a disallowed
substitution for this element declaration.disallowed
- {
DERIVATION_SUBSTITUTION, DERIVATION_EXTENSION, DERIVATION_RESTRICTION
} or DERIVATION_NONE
. Represents a block set for the
element.disallowed
is a part of the substitution
group exclusion subset.public short getDisallowedSubstitutions()
DERIVATION_SUBSTITUTION, DERIVATION_EXTENSION, DERIVATION_RESTRICTION
} corresponding to substitutions disallowed by this
XSElementDeclaration
or DERIVATION_NONE
.public boolean getAbstract()
public XSAnnotation getAnnotation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |