|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
3.5.1 The Attribute Use Schema Component.
Method Summary | |
XSAttributeDeclaration |
getAttrDeclaration()
{attribute declaration} provides the attribute declaration itself, which will in turn determine the simple type definition used. |
short |
getConstraintType()
Value Constraint: one of default, fixed. |
java.lang.String |
getConstraintValue()
Value Constraint: The actual value (with respect to the {type definition}). |
boolean |
getIsRequired()
{required} determines whether this use of an attribute declaration requires an appropriate attribute information item to be present, or merely allows it. |
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject |
getName, getNamespace, getType |
Method Detail |
public boolean getIsRequired()
public XSAttributeDeclaration getAttrDeclaration()
public short getConstraintType()
public java.lang.String getConstraintValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |