Class Question

java.lang.Object
org.opendope.questions.Question

public class Question extends 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="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="help" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element ref="{http://opendope.org/questions}response"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="appearance" type="{http://opendope.org/questions}appearanceType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Question

      public Question()
  • Method Details

    • getText

      public String getText()
      Gets the value of the text property.
      Returns:
      possible object is String
    • setText

      public void setText(String value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is String
    • getHelp

      public String getHelp()
      Gets the value of the help property.
      Returns:
      possible object is String
    • setHelp

      public void setHelp(String value)
      Sets the value of the help property.
      Parameters:
      value - allowed object is String
    • getHint

      public String getHint()
      Gets the value of the hint property.
      Returns:
      possible object is String
    • setHint

      public void setHint(String value)
      Sets the value of the hint property.
      Parameters:
      value - allowed object is String
    • getResponse

      public Response getResponse()
      Gets the value of the response property.
      Returns:
      possible object is Response
    • setResponse

      public void setResponse(Response value)
      Sets the value of the response property.
      Parameters:
      value - allowed object is Response
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getAppearance

      public AppearanceType getAppearance()
      Gets the value of the appearance property.
      Returns:
      possible object is AppearanceType
    • setAppearance

      public void setAppearance(AppearanceType value)
      Sets the value of the appearance property.
      Parameters:
      value - allowed object is AppearanceType