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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSSimpleType.java153 boolean isRestriction(); method in interface:XSSimpleType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DRestrictionSimpleTypeImpl.java118 public boolean isRestriction() { return true; } method in class:RestrictionSimpleTypeImpl
H A DSimpleTypeImpl.java138 public boolean isRestriction() { return false; } method in class:SimpleTypeImpl
H A DSchemaSetImpl.java294 public boolean isRestriction() { return true; } method in class:SchemaSetImpl.AnySimpleType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java402 if(type.isRestriction() && !noAutoEnum) {

Completed in 35 milliseconds