|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.TechnicalAssessment
public class TechnicalAssessment
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>
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 |
---|
public TechnicalAssessment()
Method Detail |
---|
public List<ExplicitDate> getDateList()
DateListType
public void setDateList(List<ExplicitDate> value)
value
- allowed object is
DateListType
public void addDate(ExplicitDate date)
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<Value> getDecayRateList()
ValueListType
public void setDecayRateList(List<Value> value)
value
- allowed object is
ValueListType
public void addDecayRate(Value decayRate)
public List<Price> getPriceList()
PriceListType
public void setPriceList(List<Price> value)
value
- allowed object is
PriceListType
public void addPrice(Price price)
public List<Classification> getClassificationList()
ClassificationListType
public void setClassificationList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addClassification(Classification cl)
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |