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.String prefixMappings  
    protected java.lang.String storeItemID  
    protected java.lang.String xpath  
  • Constructor Summary

    Constructors 
    Constructor Description
    DataBinding()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getPrefixMappings()
    Gets the value of the prefixMappings property.
    java.lang.String getStoreItemID()
    Gets the value of the storeItemID property.
    java.lang.String getXpath()
    Gets the value of the xpath property.
    void setPrefixMappings​(java.lang.String value)
    Sets the value of the prefixMappings property.
    void setStoreItemID​(java.lang.String value)
    Sets the value of the storeItemID property.
    void setXpath​(java.lang.String value)
    Sets the value of the xpath property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • xpath

      protected java.lang.String xpath
    • storeItemID

      protected java.lang.String storeItemID
    • prefixMappings

      protected java.lang.String prefixMappings
  • Constructor Details

  • 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 is String
    • 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 is String
    • 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 is String