Package org.apache.xmlbeans
Class SchemaComponent.Ref
java.lang.Object
org.apache.xmlbeans.SchemaComponent.Ref
- Direct Known Subclasses:
 SchemaAttributeGroup.Ref,SchemaGlobalAttribute.Ref,SchemaGlobalElement.Ref,SchemaIdentityConstraint.Ref,SchemaModelGroup.Ref,SchemaType.Ref
- Enclosing interface:
 - SchemaComponent
 
public abstract static class SchemaComponent.Ref extends Object
A lazy reference to a component. Used by SchemaTypeLoaders to
 avoid loading components until they are actually needed.
- 
Field Summary
 - 
Constructor Summary
Constructors Modifier Constructor Description protectedRef(SchemaComponent schemaComponent)protectedRef(SchemaTypeSystem schemaTypeSystem, String handle) - 
Method Summary
Modifier and Type Method Description SchemaComponentgetComponent()abstract intgetComponentType()SchemaTypeSystemgetTypeSystem() 
- 
Field Details
 - 
Constructor Details
 - 
Method Details
- 
getComponentType
public abstract int getComponentType() - 
getTypeSystem
 - 
getComponent
 
 -