|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.SpecialServiceRequest
public class SpecialServiceRequest
SSR's for this booking request e.g.,. meals Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SpecialServiceRequestType"> <xs:sequence> <xs:element type="ns:CompanyNameType" name="Airline" minOccurs="0"/> <xs:element type="xs:string" name="Text" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="required" name="SSRCode"/> <xs:attribute type="xs:int" use="optional" name="ServiceQuantity"/> <xs:attribute type="xs:string" use="optional" name="Status"/> <xs:attribute type="xs:int" use="optional" name="Number"/> </xs:complexType>
Constructor Summary | |
---|---|
SpecialServiceRequest()
|
Method Summary | |
---|---|
CompanyName |
getAirline()
Get the 'Airline' element value. |
java.lang.Integer |
getNumber()
Get the 'Number' attribute value. |
java.lang.Integer |
getServiceQuantity()
Get the 'ServiceQuantity' attribute value. |
java.lang.String |
getSSRCode()
Get the 'SSRCode' attribute value. |
java.lang.String |
getStatus()
Get the 'Status' attribute value. |
java.lang.String |
getText()
Get the 'Text' element value. |
void |
setAirline(CompanyName airline)
Set the 'Airline' element value. |
void |
setNumber(java.lang.Integer number)
Set the 'Number' attribute value. |
void |
setServiceQuantity(java.lang.Integer serviceQuantity)
Set the 'ServiceQuantity' attribute value. |
void |
setSSRCode(java.lang.String SSRCode)
Set the 'SSRCode' attribute value. |
void |
setStatus(java.lang.String status)
Set the 'Status' attribute value. |
void |
setText(java.lang.String text)
Set the 'Text' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpecialServiceRequest()
Method Detail |
---|
public CompanyName getAirline()
public void setAirline(CompanyName airline)
airline
- public java.lang.String getText()
public void setText(java.lang.String text)
text
- public java.lang.String getSSRCode()
public void setSSRCode(java.lang.String SSRCode)
SSRCode
- public java.lang.Integer getServiceQuantity()
public void setServiceQuantity(java.lang.Integer serviceQuantity)
serviceQuantity
- public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- public java.lang.Integer getNumber()
public void setNumber(java.lang.Integer number)
number
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |