|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.misc.NotifReportRQ.NotifDetails.VehRes
public static class NotifReportRQ.NotifDetails.VehRes
Vehicle 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="VehRes" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:VehicleResRSCoreType" name="VehNotifReportRQCore"/>
<xs:element type="ns:VehicleResRSAdditionalInfoType" name="VehNotifReportRQInfo" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
NotifReportRQ.NotifDetails.VehRes()
|
|
| Method Summary | |
|---|---|
VehicleResRSCore |
getVehNotifReportRQCore()
Get the 'VehNotifReportRQCore' element value. |
VehicleResRSAdditionalInfo |
getVehNotifReportRQInfo()
Get the 'VehNotifReportRQInfo' element value. |
void |
setVehNotifReportRQCore(VehicleResRSCore vehNotifReportRQCore)
Set the 'VehNotifReportRQCore' element value. |
void |
setVehNotifReportRQInfo(VehicleResRSAdditionalInfo vehNotifReportRQInfo)
Set the 'VehNotifReportRQInfo' element value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotifReportRQ.NotifDetails.VehRes()
| Method Detail |
|---|
public VehicleResRSCore getVehNotifReportRQCore()
public void setVehNotifReportRQCore(VehicleResRSCore vehNotifReportRQCore)
vehNotifReportRQCore - public VehicleResRSAdditionalInfo getVehNotifReportRQInfo()
public void setVehNotifReportRQInfo(VehicleResRSAdditionalInfo vehNotifReportRQInfo)
vehNotifReportRQInfo -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||