Public Member Functions | Protected Member Functions | Package Functions

org.exolab.castor.xml.schema.TypeReference Class Reference

Inheritance diagram for org.exolab.castor.xml.schema.TypeReference:
org.exolab.castor.xml.schema.XMLType org.exolab.castor.xml.schema.Annotated org.exolab.castor.xml.schema.Structure

List of all members.

Public Member Functions

short getStructureType ()
void validate () throws ValidationException

Protected Member Functions

void setParent (Structure parent)

Package Functions

XMLType getType ()
void resolveTypeReference ()

Detailed Description

Package private class to handles type references.

Author:
Arnaud Berry
Version:
$Revision:

Member Function Documentation

short org.exolab.castor.xml.schema.TypeReference.getStructureType (  )  [virtual]

Returns Structure.UNKNOWN (This class should not be seen outside ElementDecl anyway)

Implements org.exolab.castor.xml.schema.Structure.

XMLType org.exolab.castor.xml.schema.TypeReference.getType (  )  [package]
void org.exolab.castor.xml.schema.TypeReference.setParent ( Structure  parent  )  [protected, virtual]

Sets the parent for this Schema type

Parameters:
parent the parent Structure for SchemaType

Implements org.exolab.castor.xml.schema.XMLType.

void org.exolab.castor.xml.schema.TypeReference.validate (  )  throws ValidationException [virtual]

Checks the validity of this type defintion.

Exceptions:
ValidationException when this type definition is invalid.

Implements org.exolab.castor.xml.schema.Structure.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties