|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interfaces represents the Attribute Declaration schema component.
Method Summary | |
---|---|
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 ]. |
XSComplexTypeDefinition |
getEnclosingCTDefinition()
Deprecated. The complex type definition for locally scoped declarations (see scope ). |
short |
getScope()
Deprecated. Optional. |
XSSimpleTypeDefinition |
getTypeDefinition()
Deprecated. [type definition]: A simple type definition |
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject |
---|
getName, getNamespace, getNamespaceItem, getType |
Method Detail |
public XSSimpleTypeDefinition 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 XSAnnotation getAnnotation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |