public static class XmlJoinNodes.XmlJoinNode
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="xml-path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="referenced-xml-path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
referencedXmlPath |
protected java.lang.String |
xmlPath |
Constructor and Description |
---|
XmlJoinNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getReferencedXmlPath()
Gets the value of the referencedXmlPath property.
|
java.lang.String |
getXmlPath()
Gets the value of the xmlPath property.
|
void |
setReferencedXmlPath(java.lang.String value)
Sets the value of the referencedXmlPath property.
|
void |
setXmlPath(java.lang.String value)
Sets the value of the xmlPath property.
|
protected java.lang.String xmlPath
protected java.lang.String referencedXmlPath
public java.lang.String getXmlPath()
String
public void setXmlPath(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReferencedXmlPath()
String
public void setReferencedXmlPath(java.lang.String value)
value
- allowed object is
String