org.gxml.xs
Interface SmComplexUrType<A,S>

All Superinterfaces:
SmComplexType<A,S>, SmComponent<A,S>, SmSequenceType<A,S>, SmType<A,S>

public interface SmComplexUrType<A,S>
extends SmComplexType<A,S>

Marker interface for the Complex Ur-Type (xs:anyType).


Method Summary
 SmComplexUrType<A,S> getBaseType()
          Returns the {base type definition} of this type.
 
Methods inherited from interface org.gxml.xs.SmComplexType
getAttributeUses, getAttributeWildcard, getContentType, getProhibitedSubstitutions
 
Methods inherited from interface org.gxml.xs.SmType
derivedFrom, derivedFromType, getDerivationMethod, getFinal, getLocalName, getName, getTargetNamespace, isAbstract, isAnonymous, isAtomicUrType, isComplexUrType, isFinal, isNative, isSimpleUrType
 
Methods inherited from interface org.gxml.xs.SmComponent
getScope
 
Methods inherited from interface org.gxml.xs.SmSequenceType
accept, atomSet, parentAxis, prime, quantifier
 

Method Detail

getBaseType

SmComplexUrType<A,S> getBaseType()
Description copied from interface: SmType
Returns the {base type definition} of this type. This may be a simple type or a complex type.

Specified by:
getBaseType in interface SmType<A,S>


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.