public class XmlDataSource extends io.atlasmap.v2.DataSource implements Serializable
Java class for XmlDataSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlDataSource"> <complexContent> <extension base="{http://atlasmap.io/v2}DataSource"> <sequence> <element name="XmlNamespaces" type="{http://atlasmap.io/xml/v2}XmlNamespaces" minOccurs="0"/> <element name="Template" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
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 © 2018 JBoss by Red Hat. All rights reserved.