org.ota.vehicle
Class VehicleAvailCore.Vendor

java.lang.Object
  extended by org.ota.vehicle.VehicleAvailCore.Vendor
Enclosing class:
VehicleAvailCore

public static class VehicleAvailCore.Vendor
extends java.lang.Object

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

VehicleAvailCore.Vendor

public VehicleAvailCore.Vendor()
Method Detail

getCompanyName

public CompanyName getCompanyName()
Get the extension value.

Returns:
value

setCompanyName

public void setCompanyName(CompanyName companyName)
Set the extension value.

Parameters:
companyName -

getParticipationLevelCode

public java.lang.String getParticipationLevelCode()
Get the 'ParticipationLevelCode' attribute value. The participation level of this vendor in a system. Refer to OpenTravel Code List Participation Level (PLC).

Returns:
value

setParticipationLevelCode

public void setParticipationLevelCode(java.lang.String participationLevelCode)
Set the 'ParticipationLevelCode' attribute value. The participation level of this vendor in a system. Refer to OpenTravel Code List Participation Level (PLC).

Parameters:
participationLevelCode -