org.ota.shared
Class Verification.StartLocation

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

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

Start 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="StartLocation" 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.StartLocation()
           
 
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.StartLocation

public Verification.StartLocation()
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 start location.

Returns:
value

setAssociatedDateTime

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

Parameters:
associatedDateTime -