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()
String
public void setXpath(String value)
value
- allowed object is
String
public String getStoreItemID()
String
public void setStoreItemID(String value)
value
- allowed object is
String
public String getPrefixMappings()
String
Copyright © 2007-2019. All Rights Reserved.