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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSType.java54 boolean isComplexType(); method in interface:XSType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DBaseContentRef.java44 if (t.isComplexType() && t.asComplexType().getContentType().asParticle()!=null) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DExtendedComplexTypeBuilder.java46 && baseType.isComplexType()
H A DMixedExtendedComplexTypeBuilder.java48 if (bt.isComplexType() &&
H A DRestrictedComplexTypeBuilder.java50 && baseType.isComplexType()
H A DMixedComplexTypeBuilder.java51 if (bt.isComplexType() &&
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DUtil.java86 if( _base.isComplexType() ) {
H A DSimpleTypeImpl.java133 public final boolean isComplexType() { return false; } method in class:SimpleTypeImpl
H A DElementDecl.java183 if( type.isComplexType() ) {
H A DSchemaSetImpl.java270 public boolean isComplexType() { return false; } method in class:SchemaSetImpl.AnySimpleType
343 public boolean isComplexType() { return true; } method in class:SchemaSetImpl.AnyType
H A DComplexTypeImpl.java91 public final boolean isComplexType(){ return true; } method in class:ComplexTypeImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DDefaultClassBinder.java200 if(!type.isComplexType())
229 if(!type.isLocal() || !type.isComplexType())

Completed in 259 milliseconds