fr.etai.xat2v2.obj
Class TechnicalAssessment

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

public class TechnicalAssessment
extends Object
implements Serializable

TechnicalAssessment describes the technical assesment made for a vehicle.

Java class for TechnicalAssessmentType complex type.

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

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

See Also:
Serialized Form

Constructor Summary
TechnicalAssessment()
           
 
Method Summary
 void addClassification(Classification cl)
           
 void addDate(ExplicitDate date)
           
 void addDecayRate(Value decayRate)
           
 void addHorometer(Value horometer)
           
 void addMileage(Value mileage)
           
 void addPrice(Price price)
           
 List<Classification> getClassificationList()
          Gets the value of the classificationList property.
 List<ExplicitDate> getDateList()
          Gets the value of the dateList property.
 List<Value> getDecayRateList()
          Gets the value of the decayRateList property.
 List<Value> getHorometerList()
          Gets the value of the horometerList property.
 List<Value> getMileageList()
          Gets the value of the mileageList property.
 List<Price> getPriceList()
          Gets the value of the priceList property.
 String getSource()
          Gets the value of the source 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 setDecayRateList(List<Value> value)
          Sets the value of the decayRateList property.
 void setHorometerList(List<Value> value)
          Sets the value of the horometerList property.
 void setMileageList(List<Value> value)
          Sets the value of the mileageList property.
 void setPriceList(List<Price> value)
          Sets the value of the priceList property.
 void setSource(String value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TechnicalAssessment

public TechnicalAssessment()
Method Detail

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)

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)

getDecayRateList

public List<Value> getDecayRateList()
Gets the value of the decayRateList property.

Returns:
possible object is ValueListType

setDecayRateList

public void setDecayRateList(List<Value> value)
Sets the value of the decayRateList property.

Parameters:
value - allowed object is ValueListType

addDecayRate

public void addDecayRate(Value decayRate)

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)

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)

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.