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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DSchemaSetImpl.java74 private final Vector<XSSchema> schemas2 = new Vector<XSSchema>(); field in class:SchemaSetImpl
75 private final List<XSSchema> readonlySchemaList = Collections.unmodifiableList(schemas2);
86 schemas2.add(obj);
98 return schemas2.get(idx);
101 return schemas2.iterator();

Completed in 30 milliseconds