org.ota.pkg
Class CostRQ.ProvisionalID

java.lang.Object
  extended by org.ota.shared.UniqueID
      extended by org.ota.pkg.CostRQ.ProvisionalID
Enclosing class:
CostRQ

public static class CostRQ.ProvisionalID
extends UniqueID

A temporary reference supplied when inventory has been reserved pending booking confirmation. 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="ProvisionalID" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:UniqueID_Type">
         <xs:attribute type="xs:string" name="ExpireDateTime"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CostRQ.ProvisionalID()
           
 
Method Summary
 java.lang.String getExpireDateTime()
          Get the 'ExpireDateTime' attribute value.
 void setExpireDateTime(java.lang.String expireDateTime)
          Set the 'ExpireDateTime' attribute value.
 
Methods inherited from class org.ota.shared.UniqueID
getCompanyName, getID, getIDContext, getInstance, getType, getURL, setCompanyName, setID, setIDContext, setInstance, setType, setURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CostRQ.ProvisionalID

public CostRQ.ProvisionalID()
Method Detail

getExpireDateTime

public java.lang.String getExpireDateTime()
Get the 'ExpireDateTime' attribute value. The date and/or time at which the inventory will be returned to stock if the temporary booking has not been confirmed

Returns:
value

setExpireDateTime

public void setExpireDateTime(java.lang.String expireDateTime)
Set the 'ExpireDateTime' attribute value. The date and/or time at which the inventory will be returned to stock if the temporary booking has not been confirmed

Parameters:
expireDateTime -