org.apache.xmlbeans
public static final class: SchemaGlobalAttribute.Ref [javadoc |
source]
java.lang.Object
org.apache.xmlbeans.SchemaComponent.Ref
org.apache.xmlbeans.SchemaGlobalAttribute$Ref
Used to allow on-demand loading of elements.
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.xmlbeans.SchemaGlobalAttribute$Ref Detail: |
public final SchemaGlobalAttribute get() {
return (SchemaGlobalAttribute)getComponent();
}
|
public final int getComponentType() {
return SchemaComponent.ATTRIBUTE;
}
|