Package org.opendope.xpaths
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 classXpaths.Xpath.DataBindingJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcommentsprotected Xpaths.Xpath.DataBindingdataBindingprotected java.lang.Stringdescriptionprotected java.math.BigIntegerfieldWidthprotected java.lang.Stringidprotected java.lang.Stringlowerprotected java.lang.StringlowerOperatorprotected java.lang.Stringnameprotected java.lang.Booleanprepopulateprotected java.lang.StringquestionIDprotected java.lang.Booleanrequiredprotected java.lang.Stringsourceprotected java.lang.Stringtypeprotected java.lang.Stringupperprotected java.lang.StringupperOperator -
Constructor Summary
Constructors Constructor Description Xpath() -
Method Summary
Modifier and Type Method Description java.lang.StringgetComments()Gets the value of the comments property.Xpaths.Xpath.DataBindinggetDataBinding()Gets the value of the dataBinding property.java.lang.StringgetDescription()Gets the value of the description property.java.math.BigIntegergetFieldWidth()Gets the value of the fieldWidth property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetLower()Gets the value of the lower property.java.lang.StringgetLowerOperator()Gets the value of the lowerOperator property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetQuestionID()Gets the value of the questionID property.java.lang.StringgetSource()Gets the value of the source property.java.lang.StringgetType()Gets the value of the type property.java.lang.StringgetUpper()Gets the value of the upper property.java.lang.StringgetUpperOperator()Gets the value of the upperOperator property.java.lang.BooleanisPrepopulate()Gets the value of the prepopulate property.java.lang.BooleanisRequired()Gets the value of the required property.voidsetComments(java.lang.String value)Sets the value of the comments property.voidsetDataBinding(Xpaths.Xpath.DataBinding value)Sets the value of the dataBinding property.voidsetDescription(java.lang.String value)Sets the value of the description property.voidsetFieldWidth(java.math.BigInteger value)Sets the value of the fieldWidth property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetLower(java.lang.String value)Sets the value of the lower property.voidsetLowerOperator(java.lang.String value)Sets the value of the lowerOperator property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetPrepopulate(java.lang.Boolean value)Sets the value of the prepopulate property.voidsetQuestionID(java.lang.String value)Sets the value of the questionID property.voidsetRequired(java.lang.Boolean value)Sets the value of the required property.voidsetSource(java.lang.String value)Sets the value of the source property.voidsetType(java.lang.String value)Sets the value of the type property.voidsetUpper(java.lang.String value)Sets the value of the upper property.voidsetUpperOperator(java.lang.String value)Sets the value of the upperOperator property.
-
Field Details
-
dataBinding
-
id
protected java.lang.String id -
questionID
protected java.lang.String questionID -
name
protected java.lang.String name -
description
protected java.lang.String description -
comments
protected java.lang.String comments -
type
protected java.lang.String type -
required
protected java.lang.Boolean required -
prepopulate
protected java.lang.Boolean prepopulate -
fieldWidth
protected java.math.BigInteger fieldWidth -
lower
protected java.lang.String lower -
lowerOperator
protected java.lang.String lowerOperator -
upper
protected java.lang.String upper -
upperOperator
protected java.lang.String upperOperator -
source
protected java.lang.String source
-
-
Constructor Details
-
Xpath
public Xpath()
-
-
Method Details
-
getDataBinding
Gets the value of the dataBinding property.- Returns:
- possible object is
Xpaths.Xpath.DataBinding
-
setDataBinding
Sets the value of the dataBinding property.- Parameters:
value- allowed object isXpaths.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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isBoolean
-
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 isBoolean
-
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 isBigInteger
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-