Package org.opendope.xpaths
Class Xpaths
java.lang.Object
org.opendope.xpaths.Xpaths
public class Xpaths
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="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>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Xpaths.Xpath
Java class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Xpaths.Xpath>
xpath
-
Constructor Summary
Constructors Constructor Description Xpaths()
-
Method Summary
Modifier and Type Method Description java.util.List<Xpaths.Xpath>
getXpath()
Gets the value of the xpath property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
xpath
-
-
Constructor Details
-
Xpaths
public Xpaths()
-
-
Method Details
-
getXpath
Gets the value of the xpath property.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
-