public final class JibxSimpleTypes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SCHEMA_NAMESPACE |
static QName |
STRING_QNAME |
Modifier and Type | Method and Description |
---|---|
static org.apache.cxf.jibx.JibxSimpleTypes.Format |
getFormatElement(QName type) |
static boolean |
isPrimitiveType(String type) |
static boolean |
isSimpleType(Class<?> type) |
static Class<?> |
primitiveType(String type) |
static QName |
schemaType(Class<?> type) |
static Object |
toObject(String text,
QName stype) |
static QName |
toQname(String qname) |
static String |
toText(QName schemaType,
Object value) |
public static final String SCHEMA_NAMESPACE
public static final QName STRING_QNAME
Apache CXF