fr.etai.xat2v2.obj
Class VehicleClassification

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

public class VehicleClassification
extends Object
implements Serializable

VehicleClassification represents a model of vehicle.

Java class for VehicleClassificationType complex type.

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

 <complexType name="VehicleClassificationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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="date-list" type="{http://xat2.etai.fr}DateListType" 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="equipment-list" type="{http://xat2.etai.fr}EquipmentListType" minOccurs="0"/>
         <element name="capacity-list" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
         <element name="price-list" type="{http://xat2.etai.fr}PriceListType" minOccurs="0"/>
       </sequence>
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
VehicleClassification()
           
 
Method Summary
 void addAlternativeRef(Classification alternativeRef)
           
 void addBody(Classification b)
           
 void addCapacity(Value capacity)
           
 void addClassification(Classification cl)
           
 void addDate(ExplicitDate date)
           
 void addFuel(Classification classification)
           
 void addIdentification(Identification identification)
           
 void addPrice(Price price)
           
 void addTire(Tire tire)
           
 List<Classification> getAlternativeRefList()
          Gets the value of the alternativeRefList property.
 List<Classification> getBody()
          Gets the value of the body property.
 List<Value> getCapacityList()
          Gets the value of the capacityList property.
 List<Classification> getClassificationList()
          Gets the value of the classificationList 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.
 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<Identification> getIdentificationList()
          Gets the value of the identificationList property.
 Label getLabel()
          Gets the value of the label 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<Tire> getTireList()
          Gets the value of the tireList 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 setCapacityList(List<Value> value)
          Sets the value of the capacityList property.
 void setClassificationList(List<Classification> value)
          Sets the value of the classificationList 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 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 setIdentificationList(List<Identification> value)
          Sets the value of the identificationList property.
 void setLabel(Label value)
          Sets the value of the label 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 setTireList(List<Tire> value)
          Sets the value of the tireList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleClassification

public VehicleClassification()
Method Detail

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)

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)

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)

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

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)

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


Copyright © 2012. All Rights Reserved.