public static class Xpaths.Xpath.DataBinding extends 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 String |
prefixMappings |
protected String |
storeItemID |
protected String |
xpath |
| Constructor and Description |
|---|
DataBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPrefixMappings()
Gets the value of the prefixMappings property.
|
String |
getStoreItemID()
Gets the value of the storeItemID property.
|
String |
getXpath()
Gets the value of the xpath property.
|
void |
setPrefixMappings(String value)
Sets the value of the prefixMappings property.
|
void |
setStoreItemID(String value)
Sets the value of the storeItemID property.
|
void |
setXpath(String value)
Sets the value of the xpath property.
|
protected String xpath
protected String storeItemID
protected String prefixMappings
public String getXpath()
Stringpublic void setXpath(String value)
value - allowed object is
Stringpublic String getStoreItemID()
Stringpublic void setStoreItemID(String value)
value - allowed object is
Stringpublic String getPrefixMappings()
StringCopyright © 2007-2020. All Rights Reserved.