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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DBaseContentRef.java38 public BaseContentRef(final NGCCRuntimeEx $runtime, Ref.Type _baseType) { argument
39 this.baseType = _baseType;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DSimpleTypeImpl.java57 Ref.SimpleType _baseType) {
61 this.baseType = _baseType;
49 SimpleTypeImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _baseType) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java124 BaseTypeBean _baseType, CollectionTypeAttribute collectionType, Boolean isConst,
130 this.baseType = _baseType;
123 BIProperty(Locator loc, String _propName, String _javadoc, BaseTypeBean _baseType, CollectionTypeAttribute collectionType, Boolean isConst, OptionalPropertyMode optionalProperty, Boolean genElemProp) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DcomplexType.java1926 private BaseContentSimpleTypeRef(Ref.Type _baseType ) { this.baseType = _baseType; }
1962 private BaseComplexTypeContentRef(Ref.Type _baseType) { this.baseType = _baseType; } argument
1973 Ref.Type _baseType,XSContentType _explicitContent,NGCCRuntimeEx $runtime) {
1975 this.baseType = _baseType;
1972 InheritBaseContentTypeRef( Ref.Type _baseType,XSContentType _explicitContent,NGCCRuntimeEx $runtime) argument

Completed in 123 milliseconds