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
-
Constructor Summary
Constructors Constructor Description Ref(SchemaGlobalElement element)
Ref(SchemaTypeSystem system, String handle)
-
Method Summary
Modifier and Type Method Description SchemaGlobalElement
get()
int
getComponentType()
-
Constructor Details
-
Method Details
-
getComponentType
public final int getComponentType()- Specified by:
getComponentType
in classSchemaComponent.Ref
-
get
-