org.ota.cruise
Class PkgAvailRS.CruisePackages.CruisePackage.PriceInfo

java.lang.Object
  extended by org.ota.cruise.PriceInfo
      extended by org.ota.cruise.PkgAvailRS.CruisePackages.CruisePackage.PriceInfo
Enclosing class:
PkgAvailRS.CruisePackages.CruisePackage

public static class PkgAvailRS.CruisePackages.CruisePackage.PriceInfo
extends PriceInfo

Provides price information regarding a package. 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="PriceInfo" minOccurs="0" maxOccurs="10">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:PriceInfoType">
         <xs:attribute type="xs:string" use="optional" name="Status"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
PkgAvailRS.CruisePackages.CruisePackage.PriceInfo()
           
 
Method Summary
 java.lang.String getStatus()
          Get the 'Status' attribute value.
 void setStatus(java.lang.String status)
          Set the 'Status' attribute value.
 
Methods inherited from class org.ota.cruise.PriceInfo
getAgeQualifyingCode, getBreakdown, getChargeTypeCode, getCurrencyAmountGroup, getPriceDescription, setAgeQualifyingCode, setBreakdown, setChargeTypeCode, setCurrencyAmountGroup, setPriceDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PkgAvailRS.CruisePackages.CruisePackage.PriceInfo

public PkgAvailRS.CruisePackages.CruisePackage.PriceInfo()
Method Detail

getStatus

public java.lang.String getStatus()
Get the 'Status' attribute value. Specifies the booking status. Refer to OpenTravel Code list Status (STS)

Returns:
value

setStatus

public void setStatus(java.lang.String status)
Set the 'Status' attribute value. Specifies the booking status. Refer to OpenTravel Code list Status (STS)

Parameters:
status -