public class Xpaths 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="xpath" maxOccurs="unbounded">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Xpaths.Xpath
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Xpaths.Xpath> |
xpath |
| Constructor and Description |
|---|
Xpaths() |
| Modifier and Type | Method and Description |
|---|---|
List<Xpaths.Xpath> |
getXpath()
Gets the value of the xpath property.
|
protected List<Xpaths.Xpath> xpath
public List<Xpaths.Xpath> getXpath()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the xpath property.
For example, to add a new item, do as follows:
getXpath().add(newItem);
Objects of the following type(s) are allowed in the list
Xpaths.Xpath
Copyright © 2007-2022. All Rights Reserved.