Package org.opendope.xpaths
Class Xpaths
java.lang.Object
org.opendope.xpaths.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="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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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
setmethod 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
-