Package io.atlasmap.xml.v2
Class XmlDataSource
java.lang.Object
io.atlasmap.v2.DataSource
io.atlasmap.xml.v2.XmlDataSource
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class io.atlasmap.v2.DataSource
characterEncoding, dataSourceType, description, id, locale, name, uri
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the value of the template property.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.Methods inherited from class io.atlasmap.v2.DataSource
getCharacterEncoding, getDataSourceType, getDescription, getId, getLocale, getName, getUri, setCharacterEncoding, setDataSourceType, setDescription, setId, setLocale, setName, setUri
-
Field Details
-
xmlNamespaces
-
template
-
-
Constructor Details
-
XmlDataSource
public XmlDataSource()
-
-
Method Details
-
getXmlNamespaces
Gets the value of the xmlNamespaces property.- Returns:
- possible object is
XmlNamespaces
-
setXmlNamespaces
Sets the value of the xmlNamespaces property.- Parameters:
value
- allowed object isXmlNamespaces
-
getTemplate
Gets the value of the template property.- Returns:
- possible object is
String
-
setTemplate
Sets the value of the template property.- Parameters:
value
- allowed object isString
-
equals
-
hashCode
public int hashCode()
-