public class XmlDataSource extends io.atlasmap.v2.DataSource implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
template |
protected XmlNamespaces |
xmlNamespaces |
| Constructor and Description |
|---|
XmlDataSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getTemplate()
Gets the value of the template property.
|
XmlNamespaces |
getXmlNamespaces()
Gets the value of the xmlNamespaces property.
|
int |
hashCode() |
void |
setTemplate(String value)
Sets the value of the template property.
|
void |
setXmlNamespaces(XmlNamespaces value)
Sets the value of the xmlNamespaces property.
|
protected XmlNamespaces xmlNamespaces
protected String template
public XmlNamespaces getXmlNamespaces()
XmlNamespacespublic void setXmlNamespaces(XmlNamespaces value)
value - allowed object is
XmlNamespacespublic String getTemplate()
Stringpublic void setTemplate(String value)
value - allowed object is
StringCopyright © 2019 JBoss by Red Hat. All rights reserved.