de.ispsoft.jaxme.generator
Interface SchemaType

All Known Subinterfaces:
AbstractType, SchemaComplexType, SchemaSimpleType
All Known Implementing Classes:
AnyType, SchemaSimpleTypeImpl, SchemaTypeImpl, SimpleTypeWrapper, UserDefinedComplexType, UserDefinedSimpleType

public interface SchemaType

Implementation of a Schema type.

Author:
Jochen Wiedmann

Method Summary
 SchemaType getClone()
          Returns a clone of this type.
 java.lang.String getLocalName()
          Returns the types local name.
 java.lang.String getNamespaceURI()
          Returns the types namespace URI.
 boolean isComplex()
           
 

Method Detail

isComplex

public boolean isComplex()

getNamespaceURI

public java.lang.String getNamespaceURI()

Returns the types namespace URI.


getLocalName

public java.lang.String getLocalName()

Returns the types local name.


getClone

public SchemaType getClone()

Returns a clone of this type.