org.apache.xmlbeans
Class SchemaGlobalElement.Ref

java.lang.Object
  extended byorg.apache.xmlbeans.SchemaComponent.Ref
      extended byorg.apache.xmlbeans.SchemaGlobalElement.Ref
Enclosing class:
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
SchemaGlobalElement.Ref(SchemaGlobalElement element)
           
SchemaGlobalElement.Ref(SchemaTypeSystem system, String handle)
           
 
Method Summary
 SchemaGlobalElement get()
           
 int getComponentType()
           
 
Methods inherited from class org.apache.xmlbeans.SchemaComponent.Ref
getComponent, getTypeSystem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaGlobalElement.Ref

public SchemaGlobalElement.Ref(SchemaGlobalElement element)

SchemaGlobalElement.Ref

public SchemaGlobalElement.Ref(SchemaTypeSystem system,
                               String handle)
Method Detail

getComponentType

public final int getComponentType()
Specified by:
getComponentType in class SchemaComponent.Ref

get

public final SchemaGlobalElement get()