|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.pkg.ExtrasInfo.AdditionalInfoPrompt
public static class ExtrasInfo.AdditionalInfoPrompt
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 |
---|
public ExtrasInfo.AdditionalInfoPrompt()
Method Detail |
---|
public java.lang.String getAdditionalInfoText()
public void setAdditionalInfoText(java.lang.String additionalInfoText)
additionalInfoText
- public java.lang.Integer getLineNumber()
public void setLineNumber(java.lang.Integer lineNumber)
lineNumber
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |