| 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.Verification
public class Verification
Collection of data used to ensure the correct reservation is canceled or modified (e.g. in the case of a hotel reservation modification, 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:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VerificationType">
   <xs:sequence>
     <xs:element name="PersonName" minOccurs="0">
       <!-- Reference to inner class PersonName -->
     </xs:element>
     <xs:element type="ns:EmailType" name="Email" minOccurs="0"/>
     <xs:element name="TelephoneInfo" minOccurs="0">
       <xs:complexType>
         <xs:attributeGroup ref="ns:TelephoneInfoGroup"/>
       </xs:complexType>
     </xs:element>
     <xs:element type="ns:PaymentCardType" name="PaymentCard" minOccurs="0"/>
     <xs:element type="ns:AddressInfoType" name="AddressInfo" minOccurs="0"/>
     <xs:element name="CustLoyalty" minOccurs="0" maxOccurs="5">
       <xs:complexType>
         <xs:attributeGroup ref="ns:CustomerLoyaltyGroup"/>
       </xs:complexType>
     </xs:element>
     <xs:element type="ns:CompanyNameType" name="Vendor" minOccurs="0" maxOccurs="5"/>
     <xs:element name="ReservationTimeSpan" minOccurs="0">
       <xs:complexType>
         <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
       </xs:complexType>
     </xs:element>
     <xs:element name="AssociatedQuantity" minOccurs="0" maxOccurs="5">
       <xs:complexType>
         <xs:attributeGroup ref="ns:CodeListGroup"/>
       </xs:complexType>
     </xs:element>
     <xs:element name="StartLocation" minOccurs="0">
       <!-- Reference to inner class StartLocation -->
     </xs:element>
     <xs:element name="EndLocation" minOccurs="0">
       <!-- Reference to inner class EndLocation -->
     </xs:element>
     <xs:element ref="ns:TPA_Extensions" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
 
 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
 
| Nested Class Summary | |
|---|---|
| static class | Verification.EndLocationEnd location associated with the reservation. | 
| static class | Verification.PersonNameDetailed name information. | 
| static class | Verification.StartLocationStart location associated with the reservation. | 
| Constructor Summary | |
|---|---|
| Verification() | |
| Method Summary | |
|---|---|
|  void | addAssociatedQuantity(CodeListGroup item)Add a 'AssociatedQuantity' element item. | 
|  void | addCustLoyalty(CustomerLoyaltyGroup item)Add a 'CustLoyalty' element item. | 
|  void | addVendor(CompanyName item)Add a 'Vendor' element item. | 
|  void | clearAssociatedQuantities()Remove all 'AssociatedQuantity' element items. | 
|  void | clearCustLoyalties()Remove all 'CustLoyalty' element items. | 
|  void | clearVendors()Remove all 'Vendor' element items. | 
|  AddressInfo | getAddressInfo()Get the 'AddressInfo' element value. | 
|  java.util.List<CodeListGroup> | getAssociatedQuantities()Get the list of 'AssociatedQuantity' element items. | 
|  CodeListGroup | getAssociatedQuantity(int index)Get 'AssociatedQuantity' element item by position. | 
|  java.util.List<CustomerLoyaltyGroup> | getCustLoyalties()Get the list of 'CustLoyalty' element items. | 
|  CustomerLoyaltyGroup | getCustLoyalty(int index)Get 'CustLoyalty' element item by position. | 
|  Email | getEmail()Get the 'Email' element value. | 
|  Verification.EndLocation | getEndLocation()Get the 'EndLocation' element value. | 
|  PaymentCard | getPaymentCard()Get the 'PaymentCard' element value. | 
|  Verification.PersonName | getPersonName()Get the 'PersonName' element value. | 
|  DateTimeSpanGroup | getReservationTimeSpan()Get the 'DateTimeSpanGroup' attributeGroup value. | 
|  Verification.StartLocation | getStartLocation()Get the 'StartLocation' element value. | 
|  TelephoneInfoGroup | getTelephoneInfo()Get the 'TelephoneInfoGroup' attributeGroup value. | 
|  TPAExtensions | getTPAExtensions()Get the 'TPA_Extensions' element value. | 
|  CompanyName | getVendor(int index)Get 'Vendor' element item by position. | 
|  java.util.List<CompanyName> | getVendors()Get the list of 'Vendor' element items. | 
|  void | setAddressInfo(AddressInfo addressInfo)Set the 'AddressInfo' element value. | 
|  void | setAssociatedQuantities(java.util.List<CodeListGroup> list)Set the list of 'AssociatedQuantity' element items. | 
|  void | setCustLoyalties(java.util.List<CustomerLoyaltyGroup> list)Set the list of 'CustLoyalty' element items. | 
|  void | setEmail(Email email)Set the 'Email' element value. | 
|  void | setEndLocation(Verification.EndLocation endLocation)Set the 'EndLocation' element value. | 
|  void | setPaymentCard(PaymentCard paymentCard)Set the 'PaymentCard' element value. | 
|  void | setPersonName(Verification.PersonName personName)Set the 'PersonName' element value. | 
|  void | setReservationTimeSpan(DateTimeSpanGroup reservationTimeSpan)Set the 'DateTimeSpanGroup' attributeGroup value. | 
|  void | setStartLocation(Verification.StartLocation startLocation)Set the 'StartLocation' element value. | 
|  void | setTelephoneInfo(TelephoneInfoGroup telephoneInfo)Set the 'TelephoneInfoGroup' attributeGroup value. | 
|  void | setTPAExtensions(TPAExtensions TPAExtensions)Set the 'TPA_Extensions' element value. | 
|  void | setVendors(java.util.List<CompanyName> list)Set the list of 'Vendor' element items. | 
|  int | sizeAssociatedQuantities()Get the number of 'AssociatedQuantity' element items. | 
|  int | sizeCustLoyalties()Get the number of 'CustLoyalty' element items. | 
|  int | sizeVendors()Get the number of 'Vendor' element items. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Verification()
| Method Detail | 
|---|
public Verification.PersonName getPersonName()
public void setPersonName(Verification.PersonName personName)
personName - public Email getEmail()
public void setEmail(Email email)
email - public TelephoneInfoGroup getTelephoneInfo()
public void setTelephoneInfo(TelephoneInfoGroup telephoneInfo)
telephoneInfo - public PaymentCard getPaymentCard()
public void setPaymentCard(PaymentCard paymentCard)
paymentCard - public AddressInfo getAddressInfo()
public void setAddressInfo(AddressInfo addressInfo)
addressInfo - public java.util.List<CustomerLoyaltyGroup> getCustLoyalties()
public void setCustLoyalties(java.util.List<CustomerLoyaltyGroup> list)
list - public int sizeCustLoyalties()
public void addCustLoyalty(CustomerLoyaltyGroup item)
item - public CustomerLoyaltyGroup getCustLoyalty(int index)
index - 
public void clearCustLoyalties()
public java.util.List<CompanyName> getVendors()
public void setVendors(java.util.List<CompanyName> list)
list - public int sizeVendors()
public void addVendor(CompanyName item)
item - public CompanyName getVendor(int index)
index - 
public void clearVendors()
public DateTimeSpanGroup getReservationTimeSpan()
public void setReservationTimeSpan(DateTimeSpanGroup reservationTimeSpan)
reservationTimeSpan - public java.util.List<CodeListGroup> getAssociatedQuantities()
public void setAssociatedQuantities(java.util.List<CodeListGroup> list)
list - public int sizeAssociatedQuantities()
public void addAssociatedQuantity(CodeListGroup item)
item - public CodeListGroup getAssociatedQuantity(int index)
index - 
public void clearAssociatedQuantities()
public Verification.StartLocation getStartLocation()
public void setStartLocation(Verification.StartLocation startLocation)
startLocation - public Verification.EndLocation getEndLocation()
public void setEndLocation(Verification.EndLocation endLocation)
endLocation - public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions - | 
 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||