Class TypeReference

  • All Implemented Interfaces:
    java.io.Serializable

    public class TypeReference
    extends XMLType
    Package private class to handles type references.
    Version:
    $Revision:
    Author:
    Arnaud Berry
    See Also:
    Serialized Form
    • Constructor Detail

      • TypeReference

        public TypeReference()
    • Method Detail

      • getType

        XMLType getType()
        Returns the referred type
        Overrides:
        getType in class XMLType
        Returns:
        the type this type "really" represents
      • resolveTypeReference

        void resolveTypeReference()
        Resolves the type reference.
      • setParent

        protected void setParent​(Structure parent)
        Sets the parent for this Schema type
        Specified by:
        setParent in class XMLType
        Parameters:
        parent - the parent Structure for SchemaType
      • getStructureType

        public short getStructureType()
        Returns Structure.UNKNOWN (This class should not be seen outside ElementDecl anyway)
        Specified by:
        getStructureType in class Structure
        Returns:
        the type of this Schema Structure.