public class SchemaUtil extends Object implements SchemaConstants
XML_NAMESPACE_URI, XMLSCHEMA_NAMESPACE_URI, XMLSCHEMA_SERIALIZATION_ATTRIB_NAME, XMLSCHEMA_SERIALIZATION_TYPE_NAME| Constructor and Description |
|---|
SchemaUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getContainmentReferenceName(PlasmaType type) |
static String |
getContainmentReferenceName(TypeAdapter type) |
static String |
getNonContainmentReferenceName(PlasmaType type)
Returns the name used for for XSI type attributes and as an external reference XSD
ComplexType for the given SDO type.
|
static String |
getNonContainmentReferenceName(TypeAdapter type) |
static String |
getSerializationAttributeName() |
static String |
getSerializationBaseTypeName() |
public static String getNonContainmentReferenceName(PlasmaType type)
type - the SDO typepublic static String getContainmentReferenceName(PlasmaType type)
public static String getNonContainmentReferenceName(TypeAdapter type)
public static String getContainmentReferenceName(TypeAdapter type)
public static String getSerializationBaseTypeName()
public static String getSerializationAttributeName()
Copyright © 2017. All rights reserved.