org.ota.cruise
Class ShorexAvailRS.ShorexPackages.ShorexPackage.PriceInfo
java.lang.Object
org.ota.cruise.PriceInfo
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>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShorexAvailRS.ShorexPackages.ShorexPackage.PriceInfo
public ShorexAvailRS.ShorexPackages.ShorexPackage.PriceInfo()
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
-