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