public static class Xpaths.Xpath.DataBinding
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="xpath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="storeItemID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="prefixMappings" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
prefixMappings |
protected java.lang.String |
storeItemID |
protected java.lang.String |
xpath |
| Constructor and Description |
|---|
DataBinding() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPrefixMappings()
Gets the value of the prefixMappings property.
|
java.lang.String |
getStoreItemID()
Gets the value of the storeItemID property.
|
java.lang.String |
getXpath()
Gets the value of the xpath property.
|
void |
setPrefixMappings(java.lang.String value)
Sets the value of the prefixMappings property.
|
void |
setStoreItemID(java.lang.String value)
Sets the value of the storeItemID property.
|
void |
setXpath(java.lang.String value)
Sets the value of the xpath property.
|
protected java.lang.String xpath
protected java.lang.String storeItemID
protected java.lang.String prefixMappings
public java.lang.String getXpath()
Stringpublic void setXpath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStoreItemID()
Stringpublic void setStoreItemID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPrefixMappings()
Stringpublic void setPrefixMappings(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2023. All rights reserved.