Package org.apache.xmlbeans
Class SchemaGlobalAttribute.Ref
- java.lang.Object
-
- org.apache.xmlbeans.SchemaComponent.Ref
-
- org.apache.xmlbeans.SchemaGlobalAttribute.Ref
-
- Enclosing interface:
- SchemaGlobalAttribute
public static final class SchemaGlobalAttribute.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(SchemaGlobalAttribute element)
Ref(SchemaTypeSystem system, java.lang.String handle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaGlobalAttribute
get()
int
getComponentType()
-
Methods inherited from class org.apache.xmlbeans.SchemaComponent.Ref
getComponent, getTypeSystem
-
-
-
-
Constructor Detail
-
Ref
public Ref(SchemaGlobalAttribute element)
-
Ref
public Ref(SchemaTypeSystem system, java.lang.String handle)
-
-
Method Detail
-
getComponentType
public final int getComponentType()
- Specified by:
getComponentType
in classSchemaComponent.Ref
-
get
public final SchemaGlobalAttribute get()
-
-