public interface GlobalDef
$Id $
Modifier and Type | Field and Description |
---|---|
static int |
ATTRIBUTE_GROUP |
static int |
BUILT_IN_TYPE |
static int |
COMPLEX_TYPE |
static int |
GENERIC_TYPE |
static int |
GLOBAL_ATTRIBUTE |
static int |
GLOBAL_DECLARATION |
static int |
GLOBAL_ELEMENT |
static int |
MODEL_GROUP |
static int |
SIMPLE_TYPE |
Modifier and Type | Method and Description |
---|---|
int |
getDataType()
Returns an integer contant that specifies whether this GlobalDef is Generic, Simple, Complex, Global or Built-in datatype.
|
java.lang.String |
getDocumentation() |
org.dom4j.Element |
getElement()
Gets the element attribute of the GlobalDef object
|
java.lang.String |
getElementAsXml() |
java.lang.String |
getLocation()
Returns string representation of URI to the schema file in which this GlobalDef is defined.
|
java.lang.String |
getName()
Returns the dataType name for this GlobalDef (e.g., "union.dateType", "stringTextType", etc).
|
org.dom4j.Namespace |
getNamespace() |
java.lang.String |
getQualifiedInstanceName()
use prefix for namespace as defined at the instance level.
|
java.lang.String |
getQualifiedName() |
SchemaReader |
getSchemaReader() |
java.lang.String |
getType()
Returns string representation of the Global Def's dataType (e.g., "simpleType", "complexType", etc).
|
boolean |
isAnyType() |
boolean |
isAttributeGroup() |
boolean |
isBuiltIn()
Gets the builtIn attribute of the GlobalDef object
|
boolean |
isComplexType()
Gets the complexType attribute of the GlobalDef object
|
boolean |
isGlobalAttribute() |
boolean |
isGlobalDeclaration()
Gets the globalElement attribute of the GlobalDef object
|
boolean |
isGlobalElement() |
boolean |
isModelGroup() |
boolean |
isSimpleType()
Gets the simpleType attribute of the GlobalDef object
|
boolean |
isTypeDef()
Gets the builtIn attribute of the GlobalDef object
|
java.lang.String |
toString()
Description of the Method
|
static final int GENERIC_TYPE
static final int SIMPLE_TYPE
static final int COMPLEX_TYPE
static final int GLOBAL_DECLARATION
static final int GLOBAL_ELEMENT
static final int GLOBAL_ATTRIBUTE
static final int BUILT_IN_TYPE
static final int MODEL_GROUP
static final int ATTRIBUTE_GROUP
int getDataType()
java.lang.String getType()
java.lang.String getDocumentation()
java.lang.String getName()
org.dom4j.Namespace getNamespace()
java.lang.String getQualifiedName()
java.lang.String getQualifiedInstanceName()
java.lang.String getLocation()
org.dom4j.Element getElement()
java.lang.String getElementAsXml()
java.lang.String toString()
toString
in class java.lang.Object
SchemaReader getSchemaReader()
boolean isTypeDef()
boolean isBuiltIn()
boolean isAnyType()
boolean isSimpleType()
boolean isComplexType()
boolean isModelGroup()
boolean isAttributeGroup()
boolean isGlobalDeclaration()
boolean isGlobalElement()
boolean isGlobalAttribute()