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>
Modifier and Type | Class and Description |
---|---|
static class |
Xpaths.Xpath.DataBinding
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
comments |
protected Xpaths.Xpath.DataBinding |
dataBinding |
protected String |
description |
protected BigInteger |
fieldWidth |
protected String |
id |
protected String |
lower |
protected String |
lowerOperator |
protected String |
name |
protected Boolean |
prepopulate |
protected String |
questionID |
protected Boolean |
required |
protected String |
source |
protected String |
type |
protected String |
upper |
protected String |
upperOperator |
Constructor and Description |
---|
Xpath() |
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Gets the value of the comments property.
|
Xpaths.Xpath.DataBinding |
getDataBinding()
Gets the value of the dataBinding property.
|
String |
getDescription()
Gets the value of the description property.
|
BigInteger |
getFieldWidth()
Gets the value of the fieldWidth property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLower()
Gets the value of the lower property.
|
String |
getLowerOperator()
Gets the value of the lowerOperator property.
|
String |
getName()
Gets the value of the name property.
|
String |
getQuestionID()
Gets the value of the questionID property.
|
String |
getSource()
Gets the value of the source property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUpper()
Gets the value of the upper property.
|
String |
getUpperOperator()
Gets the value of the upperOperator property.
|
Boolean |
isPrepopulate()
Gets the value of the prepopulate property.
|
Boolean |
isRequired()
Gets the value of the required property.
|
void |
setComments(String value)
Sets the value of the comments property.
|
void |
setDataBinding(Xpaths.Xpath.DataBinding value)
Sets the value of the dataBinding property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFieldWidth(BigInteger value)
Sets the value of the fieldWidth property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLower(String value)
Sets the value of the lower property.
|
void |
setLowerOperator(String value)
Sets the value of the lowerOperator property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPrepopulate(Boolean value)
Sets the value of the prepopulate property.
|
void |
setQuestionID(String value)
Sets the value of the questionID property.
|
void |
setRequired(Boolean value)
Sets the value of the required property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUpper(String value)
Sets the value of the upper property.
|
void |
setUpperOperator(String value)
Sets the value of the upperOperator property.
|
protected Xpaths.Xpath.DataBinding dataBinding
protected String id
protected String questionID
protected String name
protected String description
protected String comments
protected String type
protected Boolean required
protected Boolean prepopulate
protected BigInteger fieldWidth
protected String lower
protected String lowerOperator
protected String upper
protected String upperOperator
protected String source
public Xpaths.Xpath.DataBinding getDataBinding()
Xpaths.Xpath.DataBinding
public void setDataBinding(Xpaths.Xpath.DataBinding value)
value
- allowed object is
Xpaths.Xpath.DataBinding
public void setId(String value)
value
- allowed object is
String
public String getQuestionID()
String
public void setQuestionID(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getComments()
String
public void setComments(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public Boolean isRequired()
Boolean
public void setRequired(Boolean value)
value
- allowed object is
Boolean
public Boolean isPrepopulate()
Boolean
public void setPrepopulate(Boolean value)
value
- allowed object is
Boolean
public BigInteger getFieldWidth()
BigInteger
public void setFieldWidth(BigInteger value)
value
- allowed object is
BigInteger
public String getLower()
String
public void setLower(String value)
value
- allowed object is
String
public String getLowerOperator()
String
public void setLowerOperator(String value)
value
- allowed object is
String
public String getUpper()
String
public void setUpper(String value)
value
- allowed object is
String
public String getUpperOperator()
String
public void setUpperOperator(String value)
value
- allowed object is
String
public String getSource()
String
Copyright © 2007-2019. All Rights Reserved.