Class Response

java.lang.Object
org.opendope.questions.Response

public class Response
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">
       <choice>
         <element name="free" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="fixed" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="item" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
                 <attribute name="canSelectMany" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Response.Fixed
    Java class for anonymous complex type.
    static class  Response.Free
    Java class for anonymous complex type.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected Response.Fixed fixed  
    protected Response.Free free  
  • Constructor Summary

    Constructors 
    Constructor Description
    Response()  
  • Method Summary

    Modifier and Type Method Description
    Response.Fixed getFixed()
    Gets the value of the fixed property.
    Response.Free getFree()
    Gets the value of the free property.
    void setFixed​(Response.Fixed value)
    Sets the value of the fixed property.
    void setFree​(Response.Free value)
    Sets the value of the free property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait