Class RawTypeSetBuilder
java.lang.Object
com.sun.tools.xjc.reader.xmlschema.RawTypeSetBuilder
- All Implemented Interfaces:
XSTermVisitor
Builds
RawTypeSet for XML Schema.- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classReference to a class that maps from an element.final classReference to a class that maps from an element.static final classReference to a wildcard.static final classReferences to a type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RawTypeSetbuild(XSParticle p, boolean optional) voidelementDecl(XSElementDecl decl) getRefs()Gets theRawTypeSet.Refs that were built.voidmodelGroup(XSModelGroup group) voidvoidwildcard(XSWildcard wc)
-
Field Details
-
builder
-
-
Constructor Details
-
RawTypeSetBuilder
public RawTypeSetBuilder()
-
-
Method Details
-
build
- Parameters:
optional- if this whole property is optional due to the occurrence constraints on ancestors, set this to true. this will prevent the primitive types to be generated.
-
getRefs
Gets theRawTypeSet.Refs that were built. -
wildcard
- Specified by:
wildcardin interfaceXSTermVisitor
-
modelGroupDecl
- Specified by:
modelGroupDeclin interfaceXSTermVisitor
-
modelGroup
- Specified by:
modelGroupin interfaceXSTermVisitor
-
elementDecl
- Specified by:
elementDeclin interfaceXSTermVisitor
-