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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeBuiltinLeafInfoImpl.java137 private static abstract class StringImpl<T> extends RuntimeBuiltinLeafInfoImpl<T> { class in class:RuntimeBuiltinLeafInfoImpl
138 protected StringImpl(Class type, QName... typeNames) { method in class:RuntimeBuiltinLeafInfoImpl.StringImpl
243 new StringImpl<Character>(Character.class, createXS("unsignedShort")) {
253 new StringImpl<Calendar>(Calendar.class, DatatypeConstants.DATETIME) {
262 new StringImpl<GregorianCalendar>(GregorianCalendar.class, DatatypeConstants.DATETIME) {
271 new StringImpl<Date>(Date.class, DatatypeConstants.DATETIME) {
289 new StringImpl<File>(File.class, createXS("string")) {
298 new StringImpl<URL>(URL.class, createXS("anyURI")) {
314 new StringImpl<URI>(URI.class, createXS("string")) {
330 new StringImpl<Clas
[all...]

Completed in 43 milliseconds