com.sun.tools.xjc.reader.xmlschema.ct
Class ChoiceContentComplexTypeBuilder
java.lang.Object
com.sun.tools.xjc.reader.xmlschema.ct.CTBuilder
com.sun.tools.xjc.reader.xmlschema.ct.ChoiceContentComplexTypeBuilder
final class ChoiceContentComplexTypeBuilder
- extends CTBuilder
Binds a complex type whose immediate child is a choice
model group to a choice content interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChoiceContentComplexTypeBuilder
ChoiceContentComplexTypeBuilder()
isApplicable
public boolean isApplicable(XSComplexType ct)
- Description copied from class:
CTBuilder
- Returns true if this owner can handle the given complex type.
- Specified by:
isApplicable
in class CTBuilder
build
public void build(XSComplexType ct)
- Description copied from class:
CTBuilder
- Binds the given complex type. This method will be called
only when the
isApplicable
method returns true.
- Specified by:
build
in class CTBuilder