Package org.opendope.xpaths
Class Xpaths.Xpath.DataBinding
java.lang.Object
org.opendope.xpaths.Xpaths.Xpath.DataBinding
- Enclosing class:
- Xpaths.Xpath
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringprefixMappingsprotected java.lang.StringstoreItemIDprotected java.lang.Stringxpath -
Constructor Summary
Constructors Constructor Description DataBinding() -
Method Summary
Modifier and Type Method Description java.lang.StringgetPrefixMappings()Gets the value of the prefixMappings property.java.lang.StringgetStoreItemID()Gets the value of the storeItemID property.java.lang.StringgetXpath()Gets the value of the xpath property.voidsetPrefixMappings(java.lang.String value)Sets the value of the prefixMappings property.voidsetStoreItemID(java.lang.String value)Sets the value of the storeItemID property.voidsetXpath(java.lang.String value)Sets the value of the xpath property.
-
Field Details
-
xpath
protected java.lang.String xpath -
storeItemID
protected java.lang.String storeItemID -
prefixMappings
protected java.lang.String prefixMappings
-
-
Constructor Details
-
DataBinding
public DataBinding()
-
-
Method Details
-
getXpath
public java.lang.String getXpath()Gets the value of the xpath property.- Returns:
- possible object is
String
-
setXpath
public void setXpath(java.lang.String value)Sets the value of the xpath property.- Parameters:
value- allowed object isString
-
getStoreItemID
public java.lang.String getStoreItemID()Gets the value of the storeItemID property.- Returns:
- possible object is
String
-
setStoreItemID
public void setStoreItemID(java.lang.String value)Sets the value of the storeItemID property.- Parameters:
value- allowed object isString
-
getPrefixMappings
public java.lang.String getPrefixMappings()Gets the value of the prefixMappings property.- Returns:
- possible object is
String
-
setPrefixMappings
public void setPrefixMappings(java.lang.String value)Sets the value of the prefixMappings property.- Parameters:
value- allowed object isString
-