org.ota.air
Class DemandTicketRQ.Endorsement
java.lang.Object
org.ota.air.DemandTicketRQ.Endorsement
- Enclosing class:
- DemandTicketRQ
public static class DemandTicketRQ.Endorsement
- extends java.lang.Object
Remark provided to ensure common understanding between the passenger and the airline concerning any restrictions that may apply.
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="Endorsement" minOccurs="0" maxOccurs="6">
<xs:complexType>
<xs:attribute type="xs:string" use="required" name="Info"/>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.String |
getInfo()
Get the 'Info' attribute value. |
void |
setInfo(java.lang.String info)
Set the 'Info' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DemandTicketRQ.Endorsement
public DemandTicketRQ.Endorsement()
getInfo
public java.lang.String getInfo()
- Get the 'Info' attribute value. Specifies the endorsement information for the ticket to be issued.
- Returns:
- value
setInfo
public void setInfo(java.lang.String info)
- Set the 'Info' attribute value. Specifies the endorsement information for the ticket to be issued.
- Parameters:
info
-