Package org.apache.xmlbeans
Interface SchemaGlobalAttribute
- All Superinterfaces:
SchemaAnnotated,SchemaComponent,SchemaField,SchemaLocalAttribute
- All Known Implementing Classes:
SchemaGlobalAttributeImpl
Represents a global attribute definition
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classUsed 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, TYPEFields inherited from interface org.apache.xmlbeans.SchemaLocalAttribute
OPTIONAL, PROHIBITED, REQUIRED -
Method Summary
Modifier and TypeMethodDescriptiongetRef()Retruns a SchemaGlobalElement.Ref pointing to this element itself.Methods inherited from interface org.apache.xmlbeans.SchemaAnnotated
getAnnotationMethods inherited from interface org.apache.xmlbeans.SchemaComponent
getComponentRef, getComponentType, getName, getSourceName, getTypeSystemMethods inherited from interface org.apache.xmlbeans.SchemaField
getDefaultText, getDefaultValue, getMaxOccurs, getMinOccurs, getName, getType, getUserData, isAttribute, isDefault, isFixed, isNillableMethods inherited from interface org.apache.xmlbeans.SchemaLocalAttribute
getUse
-
Method Details
-
getRef
SchemaGlobalAttribute.Ref getRef()Retruns a SchemaGlobalElement.Ref pointing to this element itself.
-