|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.OffLocationServiceCore
public class OffLocationServiceCore
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 |
---|
public OffLocationServiceCore()
Method Detail |
---|
public OffLocationServiceCore.Address getAddress()
public void setAddress(OffLocationServiceCore.Address address)
address
- public OffLocationServiceID getType()
public void setType(OffLocationServiceID type)
type
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |