public class NameMapper extends Object
| Constructor and Description |
|---|
NameMapper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getClassName(String name)
return the class name for the specified xml type.
|
static String |
getFieldName(String name) |
static String |
getMethodName(String name)
return the method name for the specified field name.
|
static String |
getPackageName(String targetNamespace,
String packagePrefix)
returns the java package name for the specified schema target namespace
|
public static String getPackageName(String targetNamespace, String packagePrefix)
targetNamespace - scheam target namespacepackagePrefix - package prefixpublic static String getMethodName(String name)
name - field nameCopyright © 2015. All Rights Reserved.