Uses of Class
com.sun.tools.xjc.model.Multiplicity
Packages that use Multiplicity
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC.Front-end that reads schema(s) and produce BGM.
-
Uses of Multiplicity in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model declared as MultiplicityModifier and TypeFieldDescriptionstatic final MultiplicityMultiplicity.ONEthe constant representing the (1,1) multiplicity.static final MultiplicityMultiplicity.OPTIONALthe constant representing the (0,1) multiplicity.static final MultiplicityMultiplicity.PLUSthe constant representing the (1,unbounded) multiplicity.static final MultiplicityMultiplicity.STARthe constant representing the (0,unbounded) multiplicity.static final MultiplicityMultiplicity.ZEROthe constant representing the (0,0) multiplicity.Methods in com.sun.tools.xjc.model that return MultiplicityModifier and TypeMethodDescriptionstatic MultiplicityMultiplicity.choice(Multiplicity lhs, Multiplicity rhs) static Multiplicitystatic MultiplicityMultiplicity.create(BigInteger min, BigInteger max) static MultiplicityMultiplicity.group(Multiplicity lhs, Multiplicity rhs) Multiplicity.makeOptional()Multiplicity.makeRepeated()static MultiplicityMultiplicity.multiply(Multiplicity lhs, Multiplicity rhs) static MultiplicityMultiplicity.oneOrMore(Multiplicity c) Methods in com.sun.tools.xjc.model with parameters of type MultiplicityModifier and TypeMethodDescriptionstatic MultiplicityMultiplicity.choice(Multiplicity lhs, Multiplicity rhs) static MultiplicityMultiplicity.group(Multiplicity lhs, Multiplicity rhs) booleanMultiplicity.includes(Multiplicity rhs) Returns true if the multiplicity represented by this object completely includes the multiplicity represented by the other object.static MultiplicityMultiplicity.multiply(Multiplicity lhs, Multiplicity rhs) static MultiplicityMultiplicity.oneOrMore(Multiplicity c) -
Uses of Multiplicity in com.sun.tools.xjc.reader
Fields in com.sun.tools.xjc.reader declared as MultiplicityModifier and TypeFieldDescriptionfinal MultiplicityRawTypeSet.mulThe occurence of the whole references.Constructors in com.sun.tools.xjc.reader with parameters of type MultiplicityModifierConstructorDescriptionRawTypeSet(Set<RawTypeSet.Ref> refs, Multiplicity m) Should be called from one of the raw type set builders. -
Uses of Multiplicity in com.sun.tools.xjc.reader.relaxng
Methods in com.sun.tools.xjc.reader.relaxng with parameters of type MultiplicityModifier and TypeMethodDescriptionstatic RawTypeSetRawTypeSetBuilder.build(RELAXNGCompiler compiler, DPattern contentModel, Multiplicity mul) Constructors in com.sun.tools.xjc.reader.relaxng with parameters of type Multiplicity -
Uses of Multiplicity in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return MultiplicityModifier and TypeMethodDescriptionMultiplicityCounter.elementDecl(XSElementDecl decl) MultiplicityCounter.modelGroup(XSModelGroup group) MultiplicityCounter.modelGroupDecl(XSModelGroupDecl decl) MultiplicityCounter.particle(XSParticle p) MultiplicityCounter.wildcard(XSWildcard wc)