Class Xpaths.Xpath

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

public static class Xpaths.Xpath 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">
       <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>
 
  • Field Details

    • dataBinding

      protected Xpaths.Xpath.DataBinding dataBinding
    • id

      protected String id
    • questionID

      protected String questionID
    • name

      protected String name
    • description

      protected String description
    • comments

      protected String comments
    • type

      protected String type
    • required

      protected Boolean required
    • prepopulate

      protected Boolean prepopulate
    • fieldWidth

      protected BigInteger fieldWidth
    • lower

      protected String lower
    • lowerOperator

      protected String lowerOperator
    • upper

      protected String upper
    • upperOperator

      protected String upperOperator
    • source

      protected String source
  • Constructor Details

    • Xpath

      public Xpath()
  • 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 String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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