public static class SMEVMessageContentException.BusinessDataTypeIsNotSupportedException.BusinessDataTypeIsNotSupported extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
rootElementLocalName
The Root element local name.
|
protected String |
rootElementNamespaceURI
The Root element namespace uri.
|
Constructor and Description |
---|
BusinessDataTypeIsNotSupported(String rootElementLocalName,
String rootElementNamespaceURI)
Instantiates a new Business data type is not supported.
|
Modifier and Type | Method and Description |
---|---|
String |
getRootElementLocalName()
Gets root element local name.
|
String |
getRootElementNamespaceURI()
Gets root element namespace uri.
|
void |
setRootElementLocalName(String value)
Sets root element local name.
|
void |
setRootElementNamespaceURI(String value)
Sets root element namespace uri.
|
protected String rootElementLocalName
protected String rootElementNamespaceURI
public BusinessDataTypeIsNotSupported(String rootElementLocalName, String rootElementNamespaceURI)
rootElementLocalName
- the root element local namerootElementNamespaceURI
- the root element namespace uripublic String getRootElementLocalName()
public void setRootElementLocalName(String value)
value
- the valuepublic String getRootElementNamespaceURI()
public void setRootElementNamespaceURI(String value)
value
- the valueCopyright © 2017. All rights reserved.