|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interfaces represents the Attribute Declaration schema component. The interface may be updated or replaced.
Method Summary | |
XSAnnotation |
getAnnotation()
Optional. |
short |
getConstraintType()
Value constraint: one of VC_NONE, VC_DEFAULT, VC_FIXED . |
java.lang.String |
getConstraintValue()
Value constraint: The actual value with respect to the [type definition ]. |
XSComplexTypeDefinition |
getEnclosingCTDefinition()
The complex type definition for locally scoped declarations (see scope ). |
short |
getScope()
Optional. |
XSSimpleTypeDefinition |
getTypeDefinition()
[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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |