|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.screen.TextRQ
public class TextRQ
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 |
---|
public TextRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public java.lang.String getScreenEntry()
public void setScreenEntry(java.lang.String screenEntry)
screenEntry
- public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes
- public java.lang.String getMessageFunction()
public void setMessageFunction(java.lang.String messageFunction)
messageFunction
- public java.lang.Integer getQuantity()
public void setQuantity(java.lang.Integer quantity)
quantity
- public java.lang.Boolean getOmitBlankLinesIndicator()
public void setOmitBlankLinesIndicator(java.lang.Boolean omitBlankLinesIndicator)
omitBlankLinesIndicator
- public java.lang.Boolean getMergeScreenIndicator()
public void setMergeScreenIndicator(java.lang.Boolean mergeScreenIndicator)
mergeScreenIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |