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

/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/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 DLeafInfoImpl.java83 public boolean isSimpleType() { method in class:LeafInfoImpl
H A DAnyTypeImpl.java64 public boolean isSimpleType() { method in class:AnyTypeImpl
H A DArrayInfoImpl.java95 public boolean isSimpleType() { method in class:ArrayInfoImpl
H A DSingleTypePropertyInfoImpl.java91 if (!(NonElement.ANYTYPE_NAME.equals(type.getTypeName()) || type.isSimpleType() || id()==ID.IDREF)) {
H A DElementPropertyInfoImpl.java185 if(!ref.getTarget().isSimpleType()) {
H A DEnumLeafInfoImpl.java186 public boolean isSimpleType() { method in class:EnumLeafInfoImpl
H A DRuntimeClassInfoImpl.java227 if( !valuep.getTarget().isSimpleType() )
H A DClassInfoImpl.java1241 public final boolean isSimpleType() { method in class:ClassInfoImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DSTDerivedComplexTypeBuilder.java47 return ct.getBaseType().isSimpleType();
H A DAbstractExtendedComplexTypeBuilder.java192 if (lastType.getBaseType().isSimpleType()) // if the base type is a simple type, there won't be
/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 DCTypeRef.java79 if(decl.getType().isSimpleType())
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 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
H A DComplexTypeImpl.java90 public final boolean isSimpleType() { return false; } method in class:ComplexTypeImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DClassSelector.java363 if(!decl.getType().isSimpleType()) return false;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java1061 if ((!t.getTarget().isSimpleType()) && (t.getTarget() instanceof ClassInfo) && collisionChecker.findDuplicate((ClassInfo<T, C>) t.getTarget())) {

Completed in 98 milliseconds