Package org.opendope.xpaths
Class Xpaths.Xpath
java.lang.Object
org.opendope.xpaths.Xpaths.Xpath
- Enclosing class:
- Xpaths
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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Xpaths.Xpath.DataBindingprotected Stringprotected BigIntegerprotected Stringprotected Stringprotected Stringprotected Stringprotected Booleanprotected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comments property.Gets the value of the dataBinding property.Gets the value of the description property.Gets the value of the fieldWidth property.getId()Gets the value of the id property.getLower()Gets the value of the lower property.Gets the value of the lowerOperator property.getName()Gets the value of the name property.Gets the value of the questionID property.Gets the value of the source property.getType()Gets the value of the type property.getUpper()Gets the value of the upper property.Gets the value of the upperOperator property.Gets the value of the prepopulate property.Gets the value of the required property.voidsetComments(String value) Sets the value of the comments property.voidSets the value of the dataBinding property.voidsetDescription(String value) Sets the value of the description property.voidsetFieldWidth(BigInteger value) Sets the value of the fieldWidth property.voidSets the value of the id property.voidSets the value of the lower property.voidsetLowerOperator(String value) Sets the value of the lowerOperator property.voidSets the value of the name property.voidsetPrepopulate(Boolean value) Sets the value of the prepopulate property.voidsetQuestionID(String value) Sets the value of the questionID property.voidsetRequired(Boolean value) Sets the value of the required property.voidSets the value of the source property.voidSets the value of the type property.voidSets the value of the upper property.voidsetUpperOperator(String value) Sets the value of the upperOperator property.
-
Field Details
-
dataBinding
-
id
-
questionID
-
name
-
description
-
comments
-
type
-
required
-
prepopulate
-
fieldWidth
-
lower
-
lowerOperator
-
upper
-
upperOperator
-
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
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getQuestionID
Gets the value of the questionID property.- Returns:
- possible object is
String
-
setQuestionID
Sets the value of the questionID property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getComments
Gets the value of the comments property.- Returns:
- possible object is
String
-
setComments
Sets the value of the comments property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isRequired
Gets the value of the required property.- Returns:
- possible object is
Boolean
-
setRequired
Sets the value of the required property.- Parameters:
value- allowed object isBoolean
-
isPrepopulate
Gets the value of the prepopulate property.- Returns:
- possible object is
Boolean
-
setPrepopulate
Sets the value of the prepopulate property.- Parameters:
value- allowed object isBoolean
-
getFieldWidth
Gets the value of the fieldWidth property.- Returns:
- possible object is
BigInteger
-
setFieldWidth
Sets the value of the fieldWidth property.- Parameters:
value- allowed object isBigInteger
-
getLower
Gets the value of the lower property.- Returns:
- possible object is
String
-
setLower
Sets the value of the lower property.- Parameters:
value- allowed object isString
-
getLowerOperator
Gets the value of the lowerOperator property.- Returns:
- possible object is
String
-
setLowerOperator
Sets the value of the lowerOperator property.- Parameters:
value- allowed object isString
-
getUpper
Gets the value of the upper property.- Returns:
- possible object is
String
-
setUpper
Sets the value of the upper property.- Parameters:
value- allowed object isString
-
getUpperOperator
Gets the value of the upperOperator property.- Returns:
- possible object is
String
-
setUpperOperator
Sets the value of the upperOperator property.- Parameters:
value- allowed object isString
-
getSource
Gets the value of the source property.- Returns:
- possible object is
String
-
setSource
Sets the value of the source property.- Parameters:
value- allowed object isString
-