org.ota.screen
Class TextRQ

java.lang.Object
  extended by org.ota.screen.TextRQ

public class TextRQ
extends java.lang.Object

This message may be used to request information in a free text type of response using a terminal message input. It will allow users who do not have fully developed XML capabilities to send and receive XML messages and/or to request information for which there is no OpenTravel message functionality developed. 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="OTA_ScreenTextRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/>
       <xs:element type="xs:string" name="ScreenEntry" minOccurs="0"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
     <xs:attribute type="xs:string" use="optional" name="MessageFunction"/>
     <xs:attributeGroup ref="ns:QuantityGroup"/>
     <xs:attribute type="xs:boolean" use="optional" name="OmitBlankLinesIndicator"/>
     <xs:attribute type="xs:boolean" use="optional" name="MergeScreenIndicator"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="QuantityGroup">
   <xs:attribute type="xs:int" use="optional" name="Quantity"/>
 </xs:attributeGroup>
 


Constructor Summary
TextRQ()
           
 
Method Summary
 java.lang.Boolean getMergeScreenIndicator()
          Get the 'MergeScreenIndicator' attribute value.
 java.lang.String getMessageFunction()
          Get the 'MessageFunction' attribute value.
 java.lang.Boolean getOmitBlankLinesIndicator()
          Get the 'OmitBlankLinesIndicator' attribute value.
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 POS getPOS()
          Get the 'POS' element value.
 java.lang.Integer getQuantity()
          Get the 'Quantity' attribute value.
 java.lang.String getScreenEntry()
          Get the 'ScreenEntry' element value.
 void setMergeScreenIndicator(java.lang.Boolean mergeScreenIndicator)
          Set the 'MergeScreenIndicator' attribute value.
 void setMessageFunction(java.lang.String messageFunction)
          Set the 'MessageFunction' attribute value.
 void setOmitBlankLinesIndicator(java.lang.Boolean omitBlankLinesIndicator)
          Set the 'OmitBlankLinesIndicator' attribute value.
 void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setPOS(POS POS)
          Set the 'POS' element value.
 void setQuantity(java.lang.Integer quantity)
          Set the 'Quantity' attribute value.
 void setScreenEntry(java.lang.String screenEntry)
          Set the 'ScreenEntry' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextRQ

public TextRQ()
Method Detail

getPOS

public POS getPOS()
Get the 'POS' element value. Used to provide information about the requester.

Returns:
value

setPOS

public void setPOS(POS POS)
Set the 'POS' element value. Used to provide information about the requester.

Parameters:
POS -

getScreenEntry

public java.lang.String getScreenEntry()
Get the 'ScreenEntry' element value. The message input entry which the receiver will process and return the appropriate information (e.g., A28MAYLONPAR, HELP AVAIL).

Returns:
value

setScreenEntry

public void setScreenEntry(java.lang.String screenEntry)
Set the 'ScreenEntry' element value. The message input entry which the receiver will process and return the appropriate information (e.g., A28MAYLONPAR, HELP AVAIL).

Parameters:
screenEntry -

getOTAPayloadStdAttributes

public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value.

Returns:
value

setOTAPayloadStdAttributes

public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value.

Parameters:
OTAPayloadStdAttributes -

getMessageFunction

public java.lang.String getMessageFunction()
Get the 'MessageFunction' attribute value. To specify the message function that is being requested.

Returns:
value

setMessageFunction

public void setMessageFunction(java.lang.String messageFunction)
Set the 'MessageFunction' attribute value. To specify the message function that is being requested.

Parameters:
messageFunction -

getQuantity

public java.lang.Integer getQuantity()
Get the 'Quantity' attribute value. Used to define the quantity for an associated element or attribute.

Returns:
value

setQuantity

public void setQuantity(java.lang.Integer quantity)
Set the 'Quantity' attribute value. Used to define the quantity for an associated element or attribute.

Parameters:
quantity -

getOmitBlankLinesIndicator

public java.lang.Boolean getOmitBlankLinesIndicator()
Get the 'OmitBlankLinesIndicator' attribute value. If true, blank lines should be omitted in the response.

Returns:
value

setOmitBlankLinesIndicator

public void setOmitBlankLinesIndicator(java.lang.Boolean omitBlankLinesIndicator)
Set the 'OmitBlankLinesIndicator' attribute value. If true, blank lines should be omitted in the response.

Parameters:
omitBlankLinesIndicator -

getMergeScreenIndicator

public java.lang.Boolean getMergeScreenIndicator()
Get the 'MergeScreenIndicator' attribute value. If true, all screens should be returned as a continuous string in one TextScreen element.

Returns:
value

setMergeScreenIndicator

public void setMergeScreenIndicator(java.lang.Boolean mergeScreenIndicator)
Set the 'MergeScreenIndicator' attribute value. If true, all screens should be returned as a continuous string in one TextScreen element.

Parameters:
mergeScreenIndicator -