|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleAvailCore.Vendor
public static class VehicleAvailCore.Vendor
The vendor for this vehicle type and its participation level in a system. 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="Vendor" minOccurs="0">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ns:CompanyNameType">
<xs:attribute type="xs:string" use="optional" name="ParticipationLevelCode"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
VehicleAvailCore.Vendor()
|
|
| Method Summary | |
|---|---|
CompanyName |
getCompanyName()
Get the extension value. |
java.lang.String |
getParticipationLevelCode()
Get the 'ParticipationLevelCode' attribute value. |
void |
setCompanyName(CompanyName companyName)
Set the extension value. |
void |
setParticipationLevelCode(java.lang.String participationLevelCode)
Set the 'ParticipationLevelCode' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VehicleAvailCore.Vendor()
| Method Detail |
|---|
public CompanyName getCompanyName()
public void setCompanyName(CompanyName companyName)
companyName - public java.lang.String getParticipationLevelCode()
public void setParticipationLevelCode(java.lang.String participationLevelCode)
participationLevelCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||