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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DTypeUse.java85 MimeType getExpectedMimeType(); method in interface:TypeUse
H A DAbstractCTypeInfoImpl.java91 public MimeType getExpectedMimeType() { method in class:AbstractCTypeInfoImpl
H A DCSingleTypePropertyInfo.java74 public final MimeType getExpectedMimeType() { method in class:CSingleTypePropertyInfo
75 return type.getExpectedMimeType();
H A DTypeUseImpl.java77 public MimeType getExpectedMimeType() { method in class:TypeUseImpl
H A DCBuiltinLeafInfo.java136 public MimeType getExpectedMimeType() { method in class:CBuiltinLeafInfo
H A DCElementPropertyInfo.java185 public MimeType getExpectedMimeType() { method in class:CElementPropertyInfo
H A DCEnumLeafInfo.java254 public MimeType getExpectedMimeType() { method in class:CEnumLeafInfo
H A DCReferencePropertyInfo.java206 public MimeType getExpectedMimeType() { method in class:CReferencePropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DPropertyInfo.java128 MimeType getExpectedMimeType(); method in interface:PropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DRawTypeSet.java184 public MimeType getExpectedMimeType() { method in class:RawTypeSet
186 MimeType mt = t.getExpectedMimeType();
225 protected MimeType getExpectedMimeType() { return null; } method in class:RawTypeSet.Ref
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DRawTypeSetBuilder.java295 protected MimeType getExpectedMimeType() { method in class:RawTypeSetBuilder.CElementInfoRef
296 return target.getProperty().getExpectedMimeType();
375 protected MimeType getExpectedMimeType() { method in class:RawTypeSetBuilder.XmlTypeRef
376 return target.getExpectedMimeType();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DPropertyInfoImpl.java271 public final MimeType getExpectedMimeType() { method in class:PropertyInfoImpl
H A DElementInfoImpl.java204 public MimeType getExpectedMimeType() { method in class:ElementInfoImpl.PropertyImpl

Completed in 69 milliseconds