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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java283 XSComponent source,TypeUse tu, QName typeName) {
291 if(tu.isCollection() && getBuilder().getGlobalBinding().isSimpleMode())
295 CValuePropertyInfo prop = wrapUp(new CValuePropertyInfo(name, source, getCustomizations(source), source.getLocator(), tu, typeName), source);
300 public CAttributePropertyInfo createAttributeProperty( XSAttributeUse use, TypeUse tu ) {
313 if(tu.isCollection() && getBuilder().getGlobalBinding().isSimpleMode())
321 BGMBuilder.getName(use.getDecl()), tu,
282 createValueProperty(String defaultName,boolean forConstant, XSComponent source,TypeUse tu, QName typeName) argument

Completed in 30 milliseconds