Class complexType.BaseContentSimpleTypeRef
- java.lang.Object
-
- com.sun.xml.xsom.impl.parser.state.complexType.BaseContentSimpleTypeRef
-
- All Implemented Interfaces:
Ref.SimpleType
,Ref.Type
- Enclosing class:
- complexType
private static class complexType.BaseContentSimpleTypeRef extends java.lang.Object implements Ref.SimpleType
-
-
Constructor Summary
Constructors Modifier Constructor Description private
BaseContentSimpleTypeRef(Ref.Type _baseType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSSimpleType
getType()
Obtains a reference as a type.
-
-
-
Field Detail
-
baseType
private final Ref.Type baseType
-
-
Constructor Detail
-
BaseContentSimpleTypeRef
private BaseContentSimpleTypeRef(Ref.Type _baseType)
-
-
Method Detail
-
getType
public XSSimpleType getType()
Description copied from interface:Ref.Type
Obtains a reference as a type.- Specified by:
getType
in interfaceRef.SimpleType
- Specified by:
getType
in interfaceRef.Type
-
-