Package org.apache.xmlbeans
Class SchemaGlobalElement.Ref
- java.lang.Object
 - 
- org.apache.xmlbeans.SchemaComponent.Ref
 - 
- org.apache.xmlbeans.SchemaGlobalElement.Ref
 
 
 
- 
- Enclosing interface:
 - SchemaGlobalElement
 
public static final class SchemaGlobalElement.Ref extends SchemaComponent.Ref
Used to allow on-demand loading of elements. 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.xmlbeans.SchemaComponent.Ref
_handle 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Ref(SchemaGlobalElement element)Ref(SchemaTypeSystem system, java.lang.String handle) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaGlobalElementget()intgetComponentType()- 
Methods inherited from class org.apache.xmlbeans.SchemaComponent.Ref
getComponent, getTypeSystem 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
Ref
public Ref(SchemaGlobalElement element)
 
- 
Ref
public Ref(SchemaTypeSystem system, java.lang.String handle)
 
 - 
 
- 
Method Detail
- 
getComponentType
public final int getComponentType()
- Specified by:
 getComponentTypein classSchemaComponent.Ref
 
- 
get
public final SchemaGlobalElement get()
 
 - 
 
 -