org.ota.shared
Class Verification.EndLocation

java.lang.Object
  extended by org.ota.shared.Verification.EndLocation
Enclosing class:
Verification

public static class Verification.EndLocation
extends java.lang.Object

End location associated with the reservation. 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="EndLocation" minOccurs="0">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:LocationType">
         <xs:attribute type="xs:dateTime" use="optional" name="AssociatedDateTime"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Verification.EndLocation()
           
 
Method Summary
 java.util.Date getAssociatedDateTime()
          Get the 'AssociatedDateTime' attribute value.
 Location getLocation()
          Get the extension value.
 void setAssociatedDateTime(java.util.Date associatedDateTime)
          Set the 'AssociatedDateTime' attribute value.
 void setLocation(Location location)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Verification.EndLocation

public Verification.EndLocation()
Method Detail

getLocation

public Location getLocation()
Get the extension value.

Returns:
value

setLocation

public void setLocation(Location location)
Set the extension value.

Parameters:
location -

getAssociatedDateTime

public java.util.Date getAssociatedDateTime()
Get the 'AssociatedDateTime' attribute value. A date and time associated with this end location.

Returns:
value

setAssociatedDateTime

public void setAssociatedDateTime(java.util.Date associatedDateTime)
Set the 'AssociatedDateTime' attribute value. A date and time associated with this end location.

Parameters:
associatedDateTime -