public class XsdUtil
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| static java.lang.String | getDefaultXsdType(Type type)Returns default xsd type used for given SimpleType | 
| static java.lang.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 java.lang.String getDefaultXsdType(Type type)
type - simple typepublic static java.lang.String getXsdType(XmlMapping xmlMapping, Type type)
getDefaultXsdType(com.whitestein.lsps.lang.type.Type)).xmlMapping - type - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.