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