org.ota.hotel
Class CustomQuestion.ProvidedAnswerChoices

java.lang.Object
  extended by org.ota.shared.FormattedTextText
      extended by org.ota.hotel.CustomQuestion.ProvidedAnswerChoices
Enclosing class:
CustomQuestion

public static class CustomQuestion.ProvidedAnswerChoices
extends FormattedTextText

Allows the requestor to provide prewritten answers for the question. Schema fragment(s) for this class:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ProvidedAnswerChoices" minOccurs="0" maxOccurs="10">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:FormattedTextTextType">
         <xs:attribute type="xs:string" use="optional" name="AnswerID"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.FormattedTextText
FormattedTextText.TextFormat
 
Constructor Summary
CustomQuestion.ProvidedAnswerChoices()
           
 
Method Summary
 java.lang.String getAnswerID()
          Get the 'AnswerID' attribute value.
 void setAnswerID(java.lang.String answerID)
          Set the 'AnswerID' attribute value.
 
Methods inherited from class org.ota.shared.FormattedTextText
getFormatted, getLanguage, getString, getTextFormat, setFormatted, setLanguage, setString, setTextFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomQuestion.ProvidedAnswerChoices

public CustomQuestion.ProvidedAnswerChoices()
Method Detail

getAnswerID

public java.lang.String getAnswerID()
Get the 'AnswerID' attribute value. A unique ID used to identify an answer.

Returns:
value

setAnswerID

public void setAnswerID(java.lang.String answerID)
Set the 'AnswerID' attribute value. A unique ID used to identify an answer.

Parameters:
answerID -