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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DNonElement.java59 boolean isSimpleType(); method in interface:NonElement
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DAnyTypeImpl.java64 public boolean isSimpleType() { method in class:AnyTypeImpl
H A DLeafInfoImpl.java83 public boolean isSimpleType() { method in class:LeafInfoImpl
H A DArrayInfoImpl.java95 public boolean isSimpleType() { method in class:ArrayInfoImpl
H A DEnumLeafInfoImpl.java186 public boolean isSimpleType() { method in class:EnumLeafInfoImpl
H A DClassInfoImpl.java1241 public final boolean isSimpleType() { method in class:ClassInfoImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSType.java52 boolean isSimpleType(); method in interface:XSType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCArrayInfo.java71 public boolean isSimpleType() { method in class:CArrayInfo
H A DCClassRef.java129 public boolean isSimpleType() { method in class:CClassRef
H A DCEnumLeafInfo.java204 public boolean isSimpleType() { method in class:CEnumLeafInfo
H A DCClassInfo.java332 public boolean isSimpleType() { method in class:CClassInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComplexTypeImpl.java90 public final boolean isSimpleType() { return false; } method in class:ComplexTypeImpl
H A DSimpleTypeImpl.java132 public final boolean isSimpleType() { return true; } method in class:SimpleTypeImpl
H A DSchemaSetImpl.java269 public boolean isSimpleType() { return true; } method in class:SchemaSetImpl.AnySimpleType
342 public boolean isSimpleType() { return false; } method in class:SchemaSetImpl.AnyType

Completed in 51 milliseconds