org.ota.pkg
Class ExtrasInfo.AdditionalInfoPrompt

java.lang.Object
  extended by org.ota.pkg.ExtrasInfo.AdditionalInfoPrompt
Enclosing class:
ExtrasInfo

public static class ExtrasInfo.AdditionalInfoPrompt
extends java.lang.Object

Additional textual information is sometimes required when an Extra is selected. This element allows for up to 4 lines of prompts to be displayed. 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="AdditionalInfoPrompt" minOccurs="0" maxOccurs="4">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="AdditionalInfoText"/>
     <xs:attribute type="xs:int" use="optional" name="LineNumber"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ExtrasInfo.AdditionalInfoPrompt()
           
 
Method Summary
 java.lang.String getAdditionalInfoText()
          Get the 'AdditionalInfoText' attribute value.
 java.lang.Integer getLineNumber()
          Get the 'LineNumber' attribute value.
 void setAdditionalInfoText(java.lang.String additionalInfoText)
          Set the 'AdditionalInfoText' attribute value.
 void setLineNumber(java.lang.Integer lineNumber)
          Set the 'LineNumber' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtrasInfo.AdditionalInfoPrompt

public ExtrasInfo.AdditionalInfoPrompt()
Method Detail

getAdditionalInfoText

public java.lang.String getAdditionalInfoText()
Get the 'AdditionalInfoText' attribute value. The text of a prompt for additional information

Returns:
value

setAdditionalInfoText

public void setAdditionalInfoText(java.lang.String additionalInfoText)
Set the 'AdditionalInfoText' attribute value. The text of a prompt for additional information

Parameters:
additionalInfoText -

getLineNumber

public java.lang.Integer getLineNumber()
Get the 'LineNumber' attribute value. The line number to define the sequence of the prompt

Returns:
value

setLineNumber

public void setLineNumber(java.lang.Integer lineNumber)
Set the 'LineNumber' attribute value. The line number to define the sequence of the prompt

Parameters:
lineNumber -