org.ota.air
Class SpecialServiceRequest

java.lang.Object
  extended by org.ota.air.SpecialServiceRequest
Direct Known Subclasses:
SpecialReqDetails.SpecialServiceRequests.SpecialServiceRequest

public class SpecialServiceRequest
extends java.lang.Object

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

SpecialServiceRequest

public SpecialServiceRequest()
Method Detail

getAirline

public CompanyName getAirline()
Get the 'Airline' element value. Specify airline to request availability for.

Returns:
value

setAirline

public void setAirline(CompanyName airline)
Set the 'Airline' element value. Specify airline to request availability for.

Parameters:
airline -

getText

public java.lang.String getText()
Get the 'Text' element value. Text associated with remark

Returns:
value

setText

public void setText(java.lang.String text)
Set the 'Text' element value. Text associated with remark

Parameters:
text -

getSSRCode

public java.lang.String getSSRCode()
Get the 'SSRCode' attribute value. The four alpha position industry code identifying a particular type of special service request.

Returns:
value

setSSRCode

public void setSSRCode(java.lang.String SSRCode)
Set the 'SSRCode' attribute value. The four alpha position industry code identifying a particular type of special service request.

Parameters:
SSRCode -

getServiceQuantity

public java.lang.Integer getServiceQuantity()
Get the 'ServiceQuantity' attribute value. Used to specify the number of special services.

Returns:
value

setServiceQuantity

public void setServiceQuantity(java.lang.Integer serviceQuantity)
Set the 'ServiceQuantity' attribute value. Used to specify the number of special services.

Parameters:
serviceQuantity -

getStatus

public java.lang.String getStatus()
Get the 'Status' attribute value. Code providing status information for this special service request. Refer to OpenTravel Code List 'Status' (STS).

Returns:
value

setStatus

public void setStatus(java.lang.String status)
Set the 'Status' attribute value. Code providing status information for this special service request. Refer to OpenTravel Code List 'Status' (STS).

Parameters:
status -

getNumber

public java.lang.Integer getNumber()
Get the 'Number' attribute value. A number which identifies an SSR in a system.

Returns:
value

setNumber

public void setNumber(java.lang.Integer number)
Set the 'Number' attribute value. A number which identifies an SSR in a system.

Parameters:
number -