Class Repeat

java.lang.Object
org.opendope.answers.Repeat

public class Repeat
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="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 
    Modifier and Type Class Description
    static class  Repeat.Row
    Java class for anonymous complex type.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String qref  
    protected java.util.List<Repeat.Row> row  
  • Constructor Summary

    Constructors 
    Constructor Description
    Repeat()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getQref()
    Gets the value of the qref property.
    java.util.List<Repeat.Row> getRow()
    Gets the value of the row property.
    void setQref​(java.lang.String value)
    Sets the value of the qref property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • row

      protected java.util.List<Repeat.Row> row
    • qref

      protected java.lang.String qref
  • Constructor Details

  • Method Details

    • getRow

      public java.util.List<Repeat.Row> 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 set method 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

      public java.lang.String getQref()
      Gets the value of the qref property.
      Returns:
      possible object is String
    • setQref

      public void setQref​(java.lang.String value)
      Sets the value of the qref property.
      Parameters:
      value - allowed object is String