org.ota.hotel
Class HotelResModify.HotelResModifyInner.Verification
java.lang.Object
org.ota.shared.Verification
org.ota.hotel.HotelResModify.HotelResModifyInner.Verification
- Enclosing class:
- HotelResModify.HotelResModifyInner
public static class HotelResModify.HotelResModifyInner.Verification
- extends Verification
The data used to ensure the correct reservation is modified (e.g. a CustLoyalty/ MembershipID would be verified as part of the reservation that you plan to modify to ensure the correct reservation is being modified).
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="Verification" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:VerificationType">
<xs:sequence>
<xs:element type="ns:HotelReservationType" name="CurrentStateReservation" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Methods inherited from class org.ota.shared.Verification |
addAssociatedQuantity, addCustLoyalty, addVendor, clearAssociatedQuantities, clearCustLoyalties, clearVendors, getAddressInfo, getAssociatedQuantities, getAssociatedQuantity, getCustLoyalties, getCustLoyalty, getEmail, getEndLocation, getPaymentCard, getPersonName, getReservationTimeSpan, getStartLocation, getTelephoneInfo, getTPAExtensions, getVendor, getVendors, setAddressInfo, setAssociatedQuantities, setCustLoyalties, setEmail, setEndLocation, setPaymentCard, setPersonName, setReservationTimeSpan, setStartLocation, setTelephoneInfo, setTPAExtensions, setVendors, sizeAssociatedQuantities, sizeCustLoyalties, sizeVendors |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotelResModify.HotelResModifyInner.Verification
public HotelResModify.HotelResModifyInner.Verification()
getCurrentStateReservation
public HotelReservation getCurrentStateReservation()
- Get the 'CurrentStateReservation' element value. Premodification copy of the hotel reservation.
- Returns:
- value
setCurrentStateReservation
public void setCurrentStateReservation(HotelReservation currentStateReservation)
- Set the 'CurrentStateReservation' element value. Premodification copy of the hotel reservation.
- Parameters:
currentStateReservation
-