public class XmlDocument extends io.atlasmap.v2.Document implements Serializable
Java class for XmlDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlDocument"> <complexContent> <extension base="{http://atlasmap.io/v2}Document"> <sequence> <element name="XmlNamespaces" type="{http://atlasmap.io/xml/v2}XmlNamespaces"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected XmlNamespaces |
xmlNamespaces |
Constructor and Description |
---|
XmlDocument() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
XmlNamespaces |
getXmlNamespaces()
Gets the value of the xmlNamespaces property.
|
int |
hashCode() |
void |
setXmlNamespaces(XmlNamespaces value)
Sets the value of the xmlNamespaces property.
|
protected XmlNamespaces xmlNamespaces
public XmlNamespaces getXmlNamespaces()
XmlNamespaces
public void setXmlNamespaces(XmlNamespaces value)
value
- allowed object is
XmlNamespaces
Copyright © 2018 JBoss by Red Hat. All rights reserved.