|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchemaGlobalElement
Represents a global element definition.
SchemaTypeLoader.findElement(javax.xml.namespace.QName)
Nested Class Summary | |
---|---|
static class |
SchemaGlobalElement.Ref
Used to allow on-demand loading of elements. |
Field Summary |
---|
Fields inherited from interface org.apache.xmlbeans.SchemaComponent |
---|
ANNOTATION, ATTRIBUTE, ATTRIBUTE_GROUP, ELEMENT, IDENTITY_CONSTRAINT, MODEL_GROUP, NOTATION, TYPE |
Method Summary | |
---|---|
boolean |
finalExtension()
True if using this element as the head of a substitution group for a substitution via type extension is prohibited. |
boolean |
finalRestriction()
True if using this element as the head of a substitution group for a substitution via type restriction is prohibited. |
SchemaGlobalElement.Ref |
getRef()
Retruns a SchemaGlobalElement.Ref pointing to this element itself. |
SchemaGlobalElement |
substitutionGroup()
The element that is the head of this element's substitution group, or null if this element is not a member
of a substitution group. |
QName[] |
substitutionGroupMembers()
Set of QNames for elements that are the members of the substitution group for which this element is the head, not including this element. |
Methods inherited from interface org.apache.xmlbeans.SchemaLocalElement |
---|
blockExtension, blockRestriction, blockSubstitution, getIdentityConstraints, isAbstract |
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 |
Methods inherited from interface org.apache.xmlbeans.SchemaComponent |
---|
getComponentRef, getComponentType, getName, getSourceName, getTypeSystem |
Method Detail |
---|
QName[] substitutionGroupMembers()
SchemaGlobalElement substitutionGroup()
null
if this element is not a member
of a substitution group.
boolean finalExtension()
boolean finalRestriction()
SchemaGlobalElement.Ref getRef()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |