|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a local or global element definition.
Method Summary | |
boolean |
blockExtension()
True if extension is blocked. |
boolean |
blockRestriction()
True if restriction is blocked. |
boolean |
blockSubstitution()
True if element substitution is blocked. |
SchemaIdentityConstraint[] |
getIdentityConstraints()
Returns all the Key, KeyRef, and Unique constraints on this element. |
boolean |
isAbstract()
True if this element is prohibited in content. |
Methods inherited from interface org.apache.xmlbeans.SchemaField |
getDefaultText, getDefaultValue, getMaxOccurs, getMinOccurs, getName, getType, getUserData, isAttribute, isDefault, isFixed, isNillable |
Methods inherited from interface org.apache.xmlbeans.SchemaAnnotated |
getAnnotation |
Method Detail |
public boolean blockExtension()
public boolean blockRestriction()
public boolean blockSubstitution()
public boolean isAbstract()
Although local elements cannot be abstract, if an element use is a ref to a global element, then the flag from the global element is copied in to the local element where the use occurs.
public SchemaIdentityConstraint[] getIdentityConstraints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |