| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.LocDetailsNotifRQ
public class LocDetailsNotifRQ
This message will push location details for multiple car rental locations to a trading partner. The information pushed may establish this location initially in a trading partner's database and/or update the information that currently exists. 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="OTA_VehLocDetailsNotifRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:POS_Type" name="POS"/>
       <xs:element name="LocationDetails">
         <xs:complexType>
           <xs:sequence>
             <xs:element name="LocationDetail" maxOccurs="unbounded">
               <!-- Reference to inner class LocationDetail -->
             </xs:element>
           </xs:sequence>
           <xs:attribute type="xs:int" use="optional" name="LocationQuantity"/>
         </xs:complexType>
       </xs:element>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
     <xs:attributeGroup ref="ns:ReqRespVersion"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReqRespVersion">
   <xs:attribute type="xs:string" use="optional" name="ReqRespVersion"/>
 </xs:attributeGroup>
 
| Nested Class Summary | |
|---|---|
static class | 
LocDetailsNotifRQ.LocationDetail
All the detail information for a specific car rental location.  | 
| Constructor Summary | |
|---|---|
LocDetailsNotifRQ()
 | 
|
| Method Summary | |
|---|---|
 void | 
addLocationDetail(LocDetailsNotifRQ.LocationDetail item)
Add a 'LocationDetail' element item.  | 
 void | 
clearLocationDetails()
Remove all 'LocationDetail' element items.  | 
 LocDetailsNotifRQ.LocationDetail | 
getLocationDetail(int index)
Get 'LocationDetail' element item by position.  | 
 java.util.List<LocDetailsNotifRQ.LocationDetail> | 
getLocationDetails()
Get the list of 'LocationDetail' element items.  | 
 java.lang.Integer | 
getLocationDetailsLocationQuantity()
Get the 'LocationQuantity' attribute value.  | 
 OTAPayloadStdAttributes | 
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value.  | 
 POS | 
getPOS()
Get the 'POS' element value.  | 
 java.lang.String | 
getReqRespVersion()
Get the 'ReqRespVersion' attribute value.  | 
 void | 
setLocationDetails(java.util.List<LocDetailsNotifRQ.LocationDetail> list)
Set the list of 'LocationDetail' element items.  | 
 void | 
setLocationDetailsLocationQuantity(java.lang.Integer locationDetailsLocationQuantity)
Set the 'LocationQuantity' attribute value.  | 
 void | 
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value.  | 
 void | 
setPOS(POS POS)
Set the 'POS' element value.  | 
 void | 
setReqRespVersion(java.lang.String reqRespVersion)
Set the 'ReqRespVersion' attribute value.  | 
 int | 
sizeLocationDetails()
Get the number of 'LocationDetail' element items.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public LocDetailsNotifRQ()
| Method Detail | 
|---|
public POS getPOS()
public void setPOS(POS POS)
POS - public java.util.List<LocDetailsNotifRQ.LocationDetail> getLocationDetails()
public void setLocationDetails(java.util.List<LocDetailsNotifRQ.LocationDetail> list)
list - public int sizeLocationDetails()
public void addLocationDetail(LocDetailsNotifRQ.LocationDetail item)
item - public LocDetailsNotifRQ.LocationDetail getLocationDetail(int index)
index - 
public void clearLocationDetails()
public java.lang.Integer getLocationDetailsLocationQuantity()
public void setLocationDetailsLocationQuantity(java.lang.Integer locationDetailsLocationQuantity)
locationDetailsLocationQuantity - public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes - public java.lang.String getReqRespVersion()
public void setReqRespVersion(java.lang.String reqRespVersion)
reqRespVersion - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||