org.exolab.castor.xml.schema
class TypeReference extends XMLType
Version: $Revision:
| Method Summary | |
|---|---|
| short | getStructureType()
Returns Structure.UNKNOWN
(This class should not be seen outside ElementDecl anyway)
|
| XMLType | getType()
Returns the referred type |
| void | resolveTypeReference()
Resolves the type reference. |
| protected void | setParent(Structure parent)
Sets the parent for this Schema type
|
| void | validate()
Checks the validity of this type defintion.
|
Parameters: parent the parent Structure for SchemaType
Throws: ValidationException when this type definition is invalid.