Package com.sun.xml.xsom.impl
Interface Ref.SimpleType
-
- All Superinterfaces:
Ref.Type
- All Known Implementing Classes:
complexType.BaseContentSimpleTypeRef
,DelayedRef.SimpleType
,ListSimpleTypeImpl
,RestrictionSimpleTypeImpl
,SchemaSetImpl.AnySimpleType
,SimpleTypeImpl
,UnionSimpleTypeImpl
- Enclosing class:
- Ref
public static interface Ref.SimpleType extends Ref.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSSimpleType
getType()
Obtains a reference as a type.
-
-
-
Method Detail
-
getType
XSSimpleType getType()
Description copied from interface:Ref.Type
Obtains a reference as a type.
-
-