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