Searched defs:_maxOccurs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DParticleImpl.java46 Ref.Term _term, Locator _loc, BigInteger _maxOccurs, BigInteger _minOccurs ) {
50 this.maxOccurs = _maxOccurs;
54 Ref.Term _term, Locator _loc, int _maxOccurs, int _minOccurs ) {
58 this.maxOccurs = BigInteger.valueOf(_maxOccurs);
45 ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc, BigInteger _maxOccurs, BigInteger _minOccurs ) argument
53 ParticleImpl( SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, Locator _loc, int _maxOccurs, int _minOccurs ) argument

Completed in 28 milliseconds