|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleMatchedLocation
public class VehicleMatchedLocation
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="VehicleMatchedLocationType"> <xs:sequence> <xs:element type="ns:VehicleLocationDetailsType" name="LocationDetail"/> <xs:element type="ns:ItemSearchCriterionType" name="VehLocSearchCriterion" minOccurs="0" maxOccurs="5"/> </xs:sequence> <xs:attribute type="xs:boolean" use="optional" name="AlternateLocInd"/> </xs:complexType>
Constructor Summary | |
---|---|
VehicleMatchedLocation()
|
Method Summary | |
---|---|
void |
addVehLocSearchCriterion(ItemSearchCriterion item)
Add a 'VehLocSearchCriterion' element item. |
void |
clearVehLocSearchCriterions()
Remove all 'VehLocSearchCriterion' element items. |
java.lang.Boolean |
getAlternateLocInd()
Get the 'AlternateLocInd' attribute value. |
VehicleLocationDetails |
getLocationDetail()
Get the 'LocationDetail' element value. |
ItemSearchCriterion |
getVehLocSearchCriterion(int index)
Get 'VehLocSearchCriterion' element item by position. |
java.util.List<ItemSearchCriterion> |
getVehLocSearchCriterions()
Get the list of 'VehLocSearchCriterion' element items. |
void |
setAlternateLocInd(java.lang.Boolean alternateLocInd)
Set the 'AlternateLocInd' attribute value. |
void |
setLocationDetail(VehicleLocationDetails locationDetail)
Set the 'LocationDetail' element value. |
void |
setVehLocSearchCriterions(java.util.List<ItemSearchCriterion> list)
Set the list of 'VehLocSearchCriterion' element items. |
int |
sizeVehLocSearchCriterions()
Get the number of 'VehLocSearchCriterion' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleMatchedLocation()
Method Detail |
---|
public VehicleLocationDetails getLocationDetail()
public void setLocationDetail(VehicleLocationDetails locationDetail)
locationDetail
- public java.util.List<ItemSearchCriterion> getVehLocSearchCriterions()
public void setVehLocSearchCriterions(java.util.List<ItemSearchCriterion> list)
list
- public int sizeVehLocSearchCriterions()
public void addVehLocSearchCriterion(ItemSearchCriterion item)
item
- public ItemSearchCriterion getVehLocSearchCriterion(int index)
index
-
public void clearVehLocSearchCriterions()
public java.lang.Boolean getAlternateLocInd()
public void setAlternateLocInd(java.lang.Boolean alternateLocInd)
alternateLocInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |