Class Xpaths.Xpath.DataBinding

java.lang.Object
org.opendope.xpaths.Xpaths.Xpath.DataBinding
Enclosing class:
Xpaths.Xpath

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>
 
  • Field Details

    • xpath

      protected String xpath
    • storeItemID

      protected String storeItemID
    • prefixMappings

      protected String prefixMappings
  • Constructor Details

    • DataBinding

      public DataBinding()
  • Method Details

    • getXpath

      public String getXpath()
      Gets the value of the xpath property.
      Returns:
      possible object is String
    • setXpath

      public void setXpath(String value)
      Sets the value of the xpath property.
      Parameters:
      value - allowed object is String
    • getStoreItemID

      public String getStoreItemID()
      Gets the value of the storeItemID property.
      Returns:
      possible object is String
    • setStoreItemID

      public void setStoreItemID(String value)
      Sets the value of the storeItemID property.
      Parameters:
      value - allowed object is String
    • getPrefixMappings

      public String getPrefixMappings()
      Gets the value of the prefixMappings property.
      Returns:
      possible object is String
    • setPrefixMappings

      public void setPrefixMappings(String value)
      Sets the value of the prefixMappings property.
      Parameters:
      value - allowed object is String