org.ota.cruise
Class ShorexAvailRS.ShorexPackages.ShorexPackage.PriceInfo

java.lang.Object
  extended by org.ota.cruise.PriceInfo
      extended by org.ota.cruise.ShorexAvailRS.ShorexPackages.ShorexPackage.PriceInfo
Enclosing class:
ShorexAvailRS.ShorexPackages.ShorexPackage

public static class ShorexAvailRS.ShorexPackages.ShorexPackage.PriceInfo
extends PriceInfo

Provides price information associated with a shore excursion. 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" maxOccurs="10">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:PriceInfoType">
         <xs:attribute type="xs:string" name="Status"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ShorexAvailRS.ShorexPackages.ShorexPackage.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

ShorexAvailRS.ShorexPackages.ShorexPackage.PriceInfo

public ShorexAvailRS.ShorexPackages.ShorexPackage.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 -