public class CustomTypeMapping extends Object
<customTypeMapping>
<type>...</type>
<mapping>...</mapping>
</customTypeMapping>
| Constructor and Description |
|---|
CustomTypeMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomMapping()
Returns the custom mapping value.
|
String |
getType()
Returns the Object type.
|
void |
setCustomMapping(String customMapping)
Sets the custom mapping value
|
void |
setType(String type)
Sets the Object type
|
public String getType()
public void setType(String type)
type - the Object typepublic String getCustomMapping()
public void setCustomMapping(String customMapping)
customMapping - the custom mapping valueCopyright © 2021. All rights reserved.