Class Xpaths.Xpath

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

public static class Xpaths.Xpath
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">
       <sequence>
         <element name="dataBinding">
           <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>
         </element>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="questionID" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="comments" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="prepopulate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="fieldWidth" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="lower" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="lowerOperator" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="upper" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="upperOperator" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Xpaths.Xpath.DataBinding
    Java class for anonymous complex type.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String comments  
    protected Xpaths.Xpath.DataBinding dataBinding  
    protected java.lang.String description  
    protected java.math.BigInteger fieldWidth  
    protected java.lang.String id  
    protected java.lang.String lower  
    protected java.lang.String lowerOperator  
    protected java.lang.String name  
    protected java.lang.Boolean prepopulate  
    protected java.lang.String questionID  
    protected java.lang.Boolean required  
    protected java.lang.String source  
    protected java.lang.String type  
    protected java.lang.String upper  
    protected java.lang.String upperOperator  
  • Constructor Summary

    Constructors 
    Constructor Description
    Xpath()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComments()
    Gets the value of the comments property.
    Xpaths.Xpath.DataBinding getDataBinding()
    Gets the value of the dataBinding property.
    java.lang.String getDescription()
    Gets the value of the description property.
    java.math.BigInteger getFieldWidth()
    Gets the value of the fieldWidth property.
    java.lang.String getId()
    Gets the value of the id property.
    java.lang.String getLower()
    Gets the value of the lower property.
    java.lang.String getLowerOperator()
    Gets the value of the lowerOperator property.
    java.lang.String getName()
    Gets the value of the name property.
    java.lang.String getQuestionID()
    Gets the value of the questionID property.
    java.lang.String getSource()
    Gets the value of the source property.
    java.lang.String getType()
    Gets the value of the type property.
    java.lang.String getUpper()
    Gets the value of the upper property.
    java.lang.String getUpperOperator()
    Gets the value of the upperOperator property.
    java.lang.Boolean isPrepopulate()
    Gets the value of the prepopulate property.
    java.lang.Boolean isRequired()
    Gets the value of the required property.
    void setComments​(java.lang.String value)
    Sets the value of the comments property.
    void setDataBinding​(Xpaths.Xpath.DataBinding value)
    Sets the value of the dataBinding property.
    void setDescription​(java.lang.String value)
    Sets the value of the description property.
    void setFieldWidth​(java.math.BigInteger value)
    Sets the value of the fieldWidth property.
    void setId​(java.lang.String value)
    Sets the value of the id property.
    void setLower​(java.lang.String value)
    Sets the value of the lower property.
    void setLowerOperator​(java.lang.String value)
    Sets the value of the lowerOperator property.
    void setName​(java.lang.String value)
    Sets the value of the name property.
    void setPrepopulate​(java.lang.Boolean value)
    Sets the value of the prepopulate property.
    void setQuestionID​(java.lang.String value)
    Sets the value of the questionID property.
    void setRequired​(java.lang.Boolean value)
    Sets the value of the required property.
    void setSource​(java.lang.String value)
    Sets the value of the source property.
    void setType​(java.lang.String value)
    Sets the value of the type property.
    void setUpper​(java.lang.String value)
    Sets the value of the upper property.
    void setUpperOperator​(java.lang.String value)
    Sets the value of the upperOperator property.

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • getDataBinding

      public Xpaths.Xpath.DataBinding getDataBinding()
      Gets the value of the dataBinding property.
      Returns:
      possible object is Xpaths.Xpath.DataBinding
    • setDataBinding

      public void setDataBinding​(Xpaths.Xpath.DataBinding value)
      Sets the value of the dataBinding property.
      Parameters:
      value - allowed object is Xpaths.Xpath.DataBinding
    • getId

      public java.lang.String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId​(java.lang.String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getQuestionID

      public java.lang.String getQuestionID()
      Gets the value of the questionID property.
      Returns:
      possible object is String
    • setQuestionID

      public void setQuestionID​(java.lang.String value)
      Sets the value of the questionID property.
      Parameters:
      value - allowed object is String
    • getName

      public java.lang.String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName​(java.lang.String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getDescription

      public java.lang.String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription​(java.lang.String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getComments

      public java.lang.String getComments()
      Gets the value of the comments property.
      Returns:
      possible object is String
    • setComments

      public void setComments​(java.lang.String value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is String
    • getType

      public java.lang.String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType​(java.lang.String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • isRequired

      public java.lang.Boolean isRequired()
      Gets the value of the required property.
      Returns:
      possible object is Boolean
    • setRequired

      public void setRequired​(java.lang.Boolean value)
      Sets the value of the required property.
      Parameters:
      value - allowed object is Boolean
    • isPrepopulate

      public java.lang.Boolean isPrepopulate()
      Gets the value of the prepopulate property.
      Returns:
      possible object is Boolean
    • setPrepopulate

      public void setPrepopulate​(java.lang.Boolean value)
      Sets the value of the prepopulate property.
      Parameters:
      value - allowed object is Boolean
    • getFieldWidth

      public java.math.BigInteger getFieldWidth()
      Gets the value of the fieldWidth property.
      Returns:
      possible object is BigInteger
    • setFieldWidth

      public void setFieldWidth​(java.math.BigInteger value)
      Sets the value of the fieldWidth property.
      Parameters:
      value - allowed object is BigInteger
    • getLower

      public java.lang.String getLower()
      Gets the value of the lower property.
      Returns:
      possible object is String
    • setLower

      public void setLower​(java.lang.String value)
      Sets the value of the lower property.
      Parameters:
      value - allowed object is String
    • getLowerOperator

      public java.lang.String getLowerOperator()
      Gets the value of the lowerOperator property.
      Returns:
      possible object is String
    • setLowerOperator

      public void setLowerOperator​(java.lang.String value)
      Sets the value of the lowerOperator property.
      Parameters:
      value - allowed object is String
    • getUpper

      public java.lang.String getUpper()
      Gets the value of the upper property.
      Returns:
      possible object is String
    • setUpper

      public void setUpper​(java.lang.String value)
      Sets the value of the upper property.
      Parameters:
      value - allowed object is String
    • getUpperOperator

      public java.lang.String getUpperOperator()
      Gets the value of the upperOperator property.
      Returns:
      possible object is String
    • setUpperOperator

      public void setUpperOperator​(java.lang.String value)
      Sets the value of the upperOperator property.
      Parameters:
      value - allowed object is String
    • getSource

      public java.lang.String getSource()
      Gets the value of the source property.
      Returns:
      possible object is String
    • setSource

      public void setSource​(java.lang.String value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String