Searched refs:combineType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DRefPattern.java60 private byte combineType = COMBINE_NONE; field in class:RefPattern
143 return combineType;
146 void setCombineType(byte combineType) { argument
147 this.combineType = combineType;
H A DSchemaBuilderImpl.java502 byte combineType = (combine == COMBINE_CHOICE ? RefPattern.COMBINE_CHOICE : RefPattern.COMBINE_INTERLEAVE);
504 && rp.getCombineType() != combineType) {
510 rp.setCombineType(combineType);

Completed in 100 milliseconds