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()
XmlNamespaces
public void setXmlNamespaces(XmlNamespaces value)
value
- allowed object is
XmlNamespaces
public String getTemplate()
String
public void setTemplate(String value)
value
- allowed object is
String
Copyright © 2019 JBoss by Red Hat. All rights reserved.