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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSSimpleType.java85 XSListSimpleType getBaseListType(); method in interface:XSSimpleType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DSimpleTypeImpl.java99 public XSListSimpleType getBaseListType() { method in class:SimpleTypeImpl
100 return getSimpleBaseType().getBaseListType();
H A DListSimpleTypeImpl.java72 public XSListSimpleType getBaseListType() {return this;} method in class:ListSimpleTypeImpl
H A DSchemaSetImpl.java287 public XSListSimpleType getBaseListType() {return null;} method in class:SchemaSetImpl.AnySimpleType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DAxis.java406 XSListSimpleType baseList = type.getBaseListType();

Completed in 33 milliseconds