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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Xpaths.Xpath.DataBinding
Java class for anonymous complex type.
|
| Modifier and Type | Field and 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 and Description |
|---|
Xpath() |
| Modifier and Type | Method and 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.
|
protected Xpaths.Xpath.DataBinding dataBinding
protected java.lang.String id
protected java.lang.String questionID
protected java.lang.String name
protected java.lang.String description
protected java.lang.String comments
protected java.lang.String type
protected java.lang.Boolean required
protected java.lang.Boolean prepopulate
protected java.math.BigInteger fieldWidth
protected java.lang.String lower
protected java.lang.String lowerOperator
protected java.lang.String upper
protected java.lang.String upperOperator
protected java.lang.String source
public Xpaths.Xpath.DataBinding getDataBinding()
Xpaths.Xpath.DataBindingpublic void setDataBinding(Xpaths.Xpath.DataBinding value)
value - allowed object is
Xpaths.Xpath.DataBindingpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQuestionID()
Stringpublic void setQuestionID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getComments()
Stringpublic void setComments(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isRequired()
Booleanpublic void setRequired(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isPrepopulate()
Booleanpublic void setPrepopulate(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getFieldWidth()
BigIntegerpublic void setFieldWidth(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getLower()
Stringpublic void setLower(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLowerOperator()
Stringpublic void setLowerOperator(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUpper()
Stringpublic void setUpper(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUpperOperator()
Stringpublic void setUpperOperator(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSource()
Stringpublic void setSource(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2023. All rights reserved.