org.ota.vehicle
Class OffLocationServiceCore

java.lang.Object
  extended by org.ota.vehicle.OffLocationServiceCore
Direct Known Subclasses:
OffLocationService

public class OffLocationServiceCore
extends java.lang.Object

The OffLocationServiceCoreType complex type defines the core data that is used to describe an off-location service. 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="OffLocationServiceCoreType">
   <xs:sequence>
     <xs:element name="Address" minOccurs="0">
       <!-- Reference to inner class Address -->
     </xs:element>
   </xs:sequence>
   <xs:attribute type="ns:OffLocationServiceID_Type" use="required" name="Type"/>
 </xs:complexType>
 


Nested Class Summary
static class OffLocationServiceCore.Address
          The address for vehicle delivery or collection, or for customer pickup or drop-off.
 
Constructor Summary
OffLocationServiceCore()
           
 
Method Summary
 OffLocationServiceCore.Address getAddress()
          Get the 'Address' element value.
 OffLocationServiceID getType()
          Get the 'Type' attribute value.
 void setAddress(OffLocationServiceCore.Address address)
          Set the 'Address' element value.
 void setType(OffLocationServiceID type)
          Set the 'Type' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OffLocationServiceCore

public OffLocationServiceCore()
Method Detail

getAddress

public OffLocationServiceCore.Address getAddress()
Get the 'Address' element value.

Returns:
value

setAddress

public void setAddress(OffLocationServiceCore.Address address)
Set the 'Address' element value.

Parameters:
address -

getType

public OffLocationServiceID getType()
Get the 'Type' attribute value.

Returns:
value

setType

public void setType(OffLocationServiceID type)
Set the 'Type' attribute value.

Parameters:
type -