|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Vehicle
public class Vehicle
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>
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 |
---|
public Vehicle()
Method Detail |
---|
public List<Classification> getBreakdownList()
ClassificationListType
public void setBreakdownList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addBreakdown(Classification breakdown)
public Label getLabel()
Label
public void setLabel(Label value)
value
- allowed object is
Label
public List<Identification> getIdentificationList()
IdentificationListType
public void setIdentificationList(List<Identification> value)
value
- allowed object is
IdentificationListType
public void addIdentification(Identification identification)
public List<Classification> getAlternativeRefList()
ClassificationListType
public void setAlternativeRefList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addAlternativeRef(Classification alternativeRef)
public List<Classification> getClassificationList()
ClassificationListType
public void setClassificationList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addClassification(Classification cl)
public List<Value> getMileageList()
ValueListType
public void setMileageList(List<Value> value)
value
- allowed object is
ValueListType
public void addMileage(Value mileage)
public List<Value> getHorometerList()
ValueListType
public void setHorometerList(List<Value> value)
value
- allowed object is
ValueListType
public void addHorometer(Value horometer)
public List<ExplicitDate> getDateList()
DateListType
public void setDateList(List<ExplicitDate> value)
value
- allowed object is
DateListType
public void addDate(ExplicitDate date)
public Color getColor()
Color
public void setColor(Color value)
value
- allowed object is
Color
public OwnerShip getOwnerShip()
OwnerShip
public void setOwnerShip(OwnerShip value)
value
- allowed object is
OwnerShip
public List<Price> getPriceList()
PriceListType
public void setPriceList(List<Price> value)
value
- allowed object is
PriceListType
public void addPrice(Price price)
public EquipmentList getEquipmentList()
EquipmentList
public void setEquipmentList(EquipmentList value)
value
- allowed object is
EquipmentList
public List<Classification> getBody()
ClassificationListType
public void setBody(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addBody(Classification b)
public List<Tire> getTireList()
TireListType
public void setTireList(List<Tire> value)
value
- allowed object is
TireListType
public void addTire(Tire tire)
public Gearbox getGearbox()
Gearbox
public void setGearbox(Gearbox value)
value
- allowed object is
Gearbox
public Integer getDoorNumber()
Integer
public void setDoorNumber(Integer value)
value
- allowed object is
Integer
public List<Value> getCapacityList()
ValueListType
public void setCapacityList(List<Value> value)
value
- allowed object is
ValueListType
public void addCapacity(Value capacity)
public List<Classification> getFuel()
ClassificationListType
public void setFuel(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addFuel(Classification classification)
public Integer getFiscalRating()
Integer
public void setFiscalRating(Integer value)
value
- allowed object is
Integer
public Integer getRealPower()
Integer
public void setRealPower(Integer value)
value
- allowed object is
Integer
public List<Classification> getStatus()
ClassificationListType
public void setStatus(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addStatus(Classification st)
public VehicleClassification getVehicleClassification()
VehicleClassification
public void setVehicleClassification(VehicleClassification value)
value
- allowed object is
VehicleClassification
public Policy getPolicy()
Policy
public void setPolicy(Policy value)
value
- allowed object is
Policy
public Accident getAccident()
Accident
public void setAccident(Accident value)
value
- allowed object is
Accident
public SurveyMission getSurveyMission()
SurveyMission
public void setSurveyMission(SurveyMission value)
value
- allowed object is
SurveyMission
public Evaluation getEvaluation()
Evaluation
public void setEvaluation(Evaluation value)
value
- allowed object is
Evaluation
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public String getInternalId()
String
public void setInternalId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |