public class XsdUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getDefaultXsdType(Type type)
Returns default xsd type used for given SimpleType
|
static String |
getXsdType(XmlMapping xmlMapping,
Type type)
Returns either the xsd type from mapping
or if there is no entry in the mapping, it returns the default type (see
getDefaultXsdType(com.whitestein.lsps.lang.type.Type) ). |
public static String getDefaultXsdType(Type type)
type
- simple typepublic static String getXsdType(XmlMapping xmlMapping, Type type)
getDefaultXsdType(com.whitestein.lsps.lang.type.Type)
).xmlMapping
- type
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.