fr.etai.xat2v2.obj
Class Vehicle

java.lang.Object
  extended by fr.etai.xat2v2.obj.Vehicle
All Implemented Interfaces:
Serializable

public class Vehicle
extends Object
implements Serializable

Vehicle describes all information about a real vehicle, in opposit to a VehicleClassification.

Java class for VehicleType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="VehicleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="breakdown-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="label" type="{http://xat2.etai.fr}LabelType" minOccurs="0"/>
         <element name="identification-list" type="{http://xat2.etai.fr}IdentificationListType" minOccurs="0"/>
         <element name="alternative-ref-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
                   <element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="mileage-list" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
         <element name="horometer-list" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
         <element name="date-list" type="{http://xat2.etai.fr}DateListType" minOccurs="0"/>
         <element name="color" type="{http://xat2.etai.fr}ColorType" minOccurs="0"/>
         <element name="body" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="tire-list" type="{http://xat2.etai.fr}TireListType" minOccurs="0"/>
         <element name="gearbox" type="{http://xat2.etai.fr}GearboxType" minOccurs="0"/>
         <element name="door-number" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="fuel" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="fiscal-rating" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="real-power" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="capacity-list" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
         <element name="equipment-list" type="{http://xat2.etai.fr}EquipmentListType" minOccurs="0"/>
         <element name="price-list" type="{http://xat2.etai.fr}PriceListType" minOccurs="0"/>
         <element name="owner-ship" type="{http://xat2.etai.fr}OwnerShipType" minOccurs="0"/>
         <element name="policy" type="{http://xat2.etai.fr}PolicyType" minOccurs="0"/>
         <element name="accident" type="{http://xat2.etai.fr}AccidentType" minOccurs="0"/>
         <element name="survey-mission" type="{http://xat2.etai.fr}SurveyMissionType" minOccurs="0"/>
         <element name="evaluation" type="{http://xat2.etai.fr}EvaluationType" minOccurs="0"/>
         <element name="status" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="vehicle-classification" type="{http://xat2.etai.fr}VehicleClassificationType" minOccurs="0"/>
       </sequence>
       <attribute name="source" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="internal-id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Vehicle()
           
 
Method Summary
 void addAlternativeRef(Classification alternativeRef)
           
 void addBody(Classification b)
           
 void addBreakdown(Classification breakdown)
           
 void addCapacity(Value capacity)
           
 void addClassification(Classification cl)
           
 void addDate(ExplicitDate date)
           
 void addFuel(Classification classification)
           
 void addHorometer(Value horometer)
           
 void addIdentification(Identification identification)
           
 void addMileage(Value mileage)
           
 void addPrice(Price price)
           
 void addStatus(Classification st)
           
 void addTire(Tire tire)
           
 Accident getAccident()
          Gets the value of the accident property.
 List<Classification> getAlternativeRefList()
          Gets the value of the alternativeRefList property.
 List<Classification> getBody()
          Gets the value of the body property.
 List<Classification> getBreakdownList()
          Gets the value of the breakdownList property.
 List<Value> getCapacityList()
          Gets the value of the capacityList property.
 List<Classification> getClassificationList()
          Gets the value of the classificationList property.
 Color getColor()
          Gets the value of the color property.
 List<ExplicitDate> getDateList()
          Gets the value of the dateList property.
 Integer getDoorNumber()
          Gets the value of the doorNumber property.
 EquipmentList getEquipmentList()
          Gets the value of the equipmentList property.
 Evaluation getEvaluation()
          Gets the value of the evaluation property.
 Integer getFiscalRating()
          Gets the value of the fiscalRating property.
 List<Classification> getFuel()
          Gets the value of the fuel property.
 Gearbox getGearbox()
          Gets the value of the gearbox property.
 List<Value> getHorometerList()
          Gets the value of the horometerList property.
 List<Identification> getIdentificationList()
          Gets the value of the identificationList property.
 String getInternalId()
          Gets the value of the internalId property.
 Label getLabel()
          Gets the value of the label property.
 List<Value> getMileageList()
          Gets the value of the mileageList property.
 OwnerShip getOwnerShip()
          Gets the value of the ownerShip property.
 Policy getPolicy()
          Gets the value of the policy property.
 List<Price> getPriceList()
          Gets the value of the priceList property.
 Integer getRealPower()
          Gets the value of the realPower property.
 String getSource()
          Gets the value of the source property.
 List<Classification> getStatus()
          Gets the value of the status property.
 SurveyMission getSurveyMission()
          Gets the value of the surveyMission property.
 List<Tire> getTireList()
          Gets the value of the tireList property.
 VehicleClassification getVehicleClassification()
          Gets the value of the vehicleClassification property.
 void setAccident(Accident value)
          Sets the value of the accident property.
 void setAlternativeRefList(List<Classification> value)
          Sets the value of the alternativeRefList property.
 void setBody(List<Classification> value)
          Sets the value of the body property.
 void setBreakdownList(List<Classification> value)
          Sets the value of the breakdownList property.
 void setCapacityList(List<Value> value)
          Sets the value of the capacityList property.
 void setClassificationList(List<Classification> value)
          Sets the value of the classificationList property.
 void setColor(Color value)
          Sets the value of the color property.
 void setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 void setDoorNumber(Integer value)
          Sets the value of the doorNumber property.
 void setEquipmentList(EquipmentList value)
          Sets the value of the equipmentList property.
 void setEvaluation(Evaluation value)
          Sets the value of the evaluation property.
 void setFiscalRating(Integer value)
          Sets the value of the fiscalRating property.
 void setFuel(List<Classification> value)
          Sets the value of the fuel property.
 void setGearbox(Gearbox value)
          Sets the value of the gearbox property.
 void setHorometerList(List<Value> value)
          Sets the value of the horometerList property.
 void setIdentificationList(List<Identification> value)
          Sets the value of the identificationList property.
 void setInternalId(String value)
          Sets the value of the internalId property.
 void setLabel(Label value)
          Sets the value of the label property.
 void setMileageList(List<Value> value)
          Sets the value of the mileageList property.
 void setOwnerShip(OwnerShip value)
          Sets the value of the ownerShip property.
 void setPolicy(Policy value)
          Sets the value of the policy property.
 void setPriceList(List<Price> value)
          Sets the value of the priceList property.
 void setRealPower(Integer value)
          Sets the value of the realPower property.
 void setSource(String value)
          Sets the value of the source property.
 void setStatus(List<Classification> value)
          Sets the value of the status property.
 void setSurveyMission(SurveyMission value)
          Sets the value of the surveyMission property.
 void setTireList(List<Tire> value)
          Sets the value of the tireList property.
 void setVehicleClassification(VehicleClassification value)
          Sets the value of the vehicleClassification property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vehicle

public Vehicle()
Method Detail

getBreakdownList

public List<Classification> getBreakdownList()
Gets the value of the breakdownList property.

Returns:
possible object is ClassificationListType

setBreakdownList

public void setBreakdownList(List<Classification> value)
Sets the value of the breakdownList property.

Parameters:
value - allowed object is ClassificationListType

addBreakdown

public void addBreakdown(Classification breakdown)

getLabel

public Label getLabel()
Gets the value of the label property.

Returns:
possible object is Label

setLabel

public void setLabel(Label value)
Sets the value of the label property.

Parameters:
value - allowed object is Label

getIdentificationList

public List<Identification> getIdentificationList()
Gets the value of the identificationList property.

Returns:
possible object is IdentificationListType

setIdentificationList

public void setIdentificationList(List<Identification> value)
Sets the value of the identificationList property.

Parameters:
value - allowed object is IdentificationListType

addIdentification

public void addIdentification(Identification identification)

getAlternativeRefList

public List<Classification> getAlternativeRefList()
Gets the value of the alternativeRefList property.

Returns:
possible object is ClassificationListType

setAlternativeRefList

public void setAlternativeRefList(List<Classification> value)
Sets the value of the alternativeRefList property.

Parameters:
value - allowed object is ClassificationListType

addAlternativeRef

public void addAlternativeRef(Classification alternativeRef)

getClassificationList

public List<Classification> getClassificationList()
Gets the value of the classificationList property.

Returns:
possible object is ClassificationListType

setClassificationList

public void setClassificationList(List<Classification> value)
Sets the value of the classificationList property.

Parameters:
value - allowed object is ClassificationListType

addClassification

public void addClassification(Classification cl)

getMileageList

public List<Value> getMileageList()
Gets the value of the mileageList property.

Returns:
possible object is ValueListType

setMileageList

public void setMileageList(List<Value> value)
Sets the value of the mileageList property.

Parameters:
value - allowed object is ValueListType

addMileage

public void addMileage(Value mileage)

getHorometerList

public List<Value> getHorometerList()
Gets the value of the horometerList property.

Returns:
possible object is ValueListType

setHorometerList

public void setHorometerList(List<Value> value)
Sets the value of the horometerList property.

Parameters:
value - allowed object is ValueListType

addHorometer

public void addHorometer(Value horometer)

getDateList

public List<ExplicitDate> getDateList()
Gets the value of the dateList property.

Returns:
possible object is DateListType

setDateList

public void setDateList(List<ExplicitDate> value)
Sets the value of the dateList property.

Parameters:
value - allowed object is DateListType

addDate

public void addDate(ExplicitDate date)

getColor

public Color getColor()
Gets the value of the color property.

Returns:
possible object is Color

setColor

public void setColor(Color value)
Sets the value of the color property.

Parameters:
value - allowed object is Color

getOwnerShip

public OwnerShip getOwnerShip()
Gets the value of the ownerShip property.

Returns:
possible object is OwnerShip

setOwnerShip

public void setOwnerShip(OwnerShip value)
Sets the value of the ownerShip property.

Parameters:
value - allowed object is OwnerShip

getPriceList

public List<Price> getPriceList()
Gets the value of the priceList property.

Returns:
possible object is PriceListType

setPriceList

public void setPriceList(List<Price> value)
Sets the value of the priceList property.

Parameters:
value - allowed object is PriceListType

addPrice

public void addPrice(Price price)

getEquipmentList

public EquipmentList getEquipmentList()
Gets the value of the equipmentList property.

Returns:
possible object is EquipmentList

setEquipmentList

public void setEquipmentList(EquipmentList value)
Sets the value of the equipmentList property.

Parameters:
value - allowed object is EquipmentList

getBody

public List<Classification> getBody()
Gets the value of the body property.

Returns:
possible object is ClassificationListType

setBody

public void setBody(List<Classification> value)
Sets the value of the body property.

Parameters:
value - allowed object is ClassificationListType

addBody

public void addBody(Classification b)

getTireList

public List<Tire> getTireList()
Gets the value of the tireList property.

Returns:
possible object is TireListType

setTireList

public void setTireList(List<Tire> value)
Sets the value of the tireList property.

Parameters:
value - allowed object is TireListType

addTire

public void addTire(Tire tire)

getGearbox

public Gearbox getGearbox()
Gets the value of the gearbox property.

Returns:
possible object is Gearbox

setGearbox

public void setGearbox(Gearbox value)
Sets the value of the gearbox property.

Parameters:
value - allowed object is Gearbox

getDoorNumber

public Integer getDoorNumber()
Gets the value of the doorNumber property.

Returns:
possible object is Integer

setDoorNumber

public void setDoorNumber(Integer value)
Sets the value of the doorNumber property.

Parameters:
value - allowed object is Integer

getCapacityList

public List<Value> getCapacityList()
Gets the value of the capacityList property.

Returns:
possible object is ValueListType

setCapacityList

public void setCapacityList(List<Value> value)
Sets the value of the capacityList property.

Parameters:
value - allowed object is ValueListType

addCapacity

public void addCapacity(Value capacity)

getFuel

public List<Classification> getFuel()
Gets the value of the fuel property.

Returns:
possible object is ClassificationListType

setFuel

public void setFuel(List<Classification> value)
Sets the value of the fuel property.

Parameters:
value - allowed object is ClassificationListType

addFuel

public void addFuel(Classification classification)

getFiscalRating

public Integer getFiscalRating()
Gets the value of the fiscalRating property.

Returns:
possible object is Integer

setFiscalRating

public void setFiscalRating(Integer value)
Sets the value of the fiscalRating property.

Parameters:
value - allowed object is Integer

getRealPower

public Integer getRealPower()
Gets the value of the realPower property.

Returns:
possible object is Integer

setRealPower

public void setRealPower(Integer value)
Sets the value of the realPower property.

Parameters:
value - allowed object is Integer

getStatus

public List<Classification> getStatus()
Gets the value of the status property.

Returns:
possible object is ClassificationListType

setStatus

public void setStatus(List<Classification> value)
Sets the value of the status property.

Parameters:
value - allowed object is ClassificationListType

addStatus

public void addStatus(Classification st)

getVehicleClassification

public VehicleClassification getVehicleClassification()
Gets the value of the vehicleClassification property.

Returns:
possible object is VehicleClassification

setVehicleClassification

public void setVehicleClassification(VehicleClassification value)
Sets the value of the vehicleClassification property.

Parameters:
value - allowed object is VehicleClassification

getPolicy

public Policy getPolicy()
Gets the value of the policy property.

Returns:
possible object is Policy

setPolicy

public void setPolicy(Policy value)
Sets the value of the policy property.

Parameters:
value - allowed object is Policy

getAccident

public Accident getAccident()
Gets the value of the accident property.

Returns:
possible object is Accident

setAccident

public void setAccident(Accident value)
Sets the value of the accident property.

Parameters:
value - allowed object is Accident

getSurveyMission

public SurveyMission getSurveyMission()
Gets the value of the surveyMission property.

Returns:
possible object is SurveyMission

setSurveyMission

public void setSurveyMission(SurveyMission value)
Sets the value of the surveyMission property.

Parameters:
value - allowed object is SurveyMission

getEvaluation

public Evaluation getEvaluation()
Gets the value of the evaluation property.

Returns:
possible object is Evaluation

setEvaluation

public void setEvaluation(Evaluation value)
Sets the value of the evaluation property.

Parameters:
value - allowed object is Evaluation

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getInternalId

public String getInternalId()
Gets the value of the internalId property.

Returns:
possible object is String

setInternalId

public void setInternalId(String value)
Sets the value of the internalId property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.