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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java92 * {@link #initiatingType} is set to the type which started binding, so that we can refer
138 private XSSimpleType initiatingType; field in class:SimpleTypeBuilder
152 XSSimpleType oldi = initiatingType;
153 this.initiatingType = type;
159 initiatingType = oldi;
170 XSSimpleType oldi = initiatingType;
171 this.initiatingType = type;
175 initiatingType = oldi;
825 * Returns true if the {@link #initiatingType} is restricted
830 XSFacet pattern = initiatingType
[all...]

Completed in 77 milliseconds