Package org.opendope.answers
Class Repeat
java.lang.Object
org.opendope.answers.Repeat
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="row" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded">
<element ref="{http://opendope.org/answers}answer" minOccurs="0"/>
<element ref="{http://opendope.org/answers}repeat" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="qref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
row
-
qref
-
-
Constructor Details
-
Repeat
public Repeat()
-
-
Method Details
-
getRow
Gets the value of the row 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 row property.For example, to add a new item, do as follows:
getRow().add(newItem);Objects of the following type(s) are allowed in the list
Repeat.Row -
getQref
Gets the value of the qref property.- Returns:
- possible object is
String
-
setQref
Sets the value of the qref property.- Parameters:
value- allowed object isString
-