Class complexType.BaseComplexTypeContentRef
- java.lang.Object
-
- com.sun.xml.xsom.impl.parser.state.complexType.BaseComplexTypeContentRef
-
- All Implemented Interfaces:
Ref.ContentType
- Enclosing class:
- complexType
private static class complexType.BaseComplexTypeContentRef extends java.lang.Object implements Ref.ContentType
-
-
Constructor Summary
Constructors Modifier Constructor Description private
BaseComplexTypeContentRef(Ref.Type _baseType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSContentType
getContentType()
-
-
-
Field Detail
-
baseType
private final Ref.Type baseType
-
-
Constructor Detail
-
BaseComplexTypeContentRef
private BaseComplexTypeContentRef(Ref.Type _baseType)
-
-
Method Detail
-
getContentType
public XSContentType getContentType()
- Specified by:
getContentType
in interfaceRef.ContentType
-
-