org.ota.hotel
Class RFPTransientRQ.Comments.Comment

java.lang.Object
  extended by org.ota.shared.Paragraph
      extended by org.ota.hotel.RFPTransientRQ.Comments.Comment
Enclosing class:
RFPTransientRQ.Comments

public static class RFPTransientRQ.Comments.Comment
extends Paragraph

May be used to send textual information regarding the request such as questions, legal text, special requests, etc. 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="Comment" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ParagraphType">
         <xs:attribute type="xs:string" use="optional" name="FormatType"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.Paragraph
Paragraph.Choice
 
Constructor Summary
RFPTransientRQ.Comments.Comment()
           
 
Method Summary
 java.lang.String getFormat()
          Get the 'FormatType' attribute value.
 void setFormat(java.lang.String format)
          Set the 'FormatType' attribute value.
 
Methods inherited from class org.ota.shared.Paragraph
addChoice, clearChoices, getChoice, getChoices, getDateTimeStampGroup, getLanguage, getName, getParagraphNumber, setChoices, setDateTimeStampGroup, setLanguage, setName, setParagraphNumber, sizeChoices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFPTransientRQ.Comments.Comment

public RFPTransientRQ.Comments.Comment()
Method Detail

getFormat

public java.lang.String getFormat()
Get the 'FormatType' attribute value. This is used to identify the format in which the response should return the specific requested data.

Returns:
value

setFormat

public void setFormat(java.lang.String format)
Set the 'FormatType' attribute value. This is used to identify the format in which the response should return the specific requested data.

Parameters:
format -