|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Evaluation
public class Evaluation
Evaluation describes the state of a vehicle and elements of valuer's report.
Java class for EvaluationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvaluationType">
<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="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
<element name="reason" type="{http://xat2.etai.fr}ReasonType" minOccurs="0"/>
<element name="defect-list" type="{http://xat2.etai.fr}DefectListType" minOccurs="0"/>
<element name="place" type="{http://xat2.etai.fr}PlaceType" minOccurs="0"/>
<element name="procedure-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
<element name="agreement-list" type="{http://xat2.etai.fr}AgreementListType" minOccurs="0"/>
<element name="VAT-status" type="{http://xat2.etai.fr}VATStatusType" minOccurs="0"/>
<element name="technical-assessment" type="{http://xat2.etai.fr}TechnicalAssessmentType" minOccurs="0"/>
<element name="vehicle-state" type="{http://xat2.etai.fr}VehicleStateType" minOccurs="0"/>
<element name="immobilization-period" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
<element name="person-link-list" type="{http://xat2.etai.fr}PersonLinkListType" minOccurs="0"/>
<element name="comment-list" type="{http://xat2.etai.fr}CommentListType" minOccurs="0"/>
</sequence>
<attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Evaluation()
|
|
| Method Summary | |
|---|---|
void |
addAgreement(Agreement ag)
|
void |
addClassification(Classification cl)
|
void |
addDate(ExplicitDate date)
|
void |
addDefect(Defect defect)
|
void |
addImmobilizationPeriod(Value immo)
|
void |
addPersonLink(PersonLink persLink)
|
void |
addProcedure(Classification proc)
|
List<Agreement> |
getAgreementList()
Gets the value of the agreementList property. |
List<Classification> |
getClassificationList()
Gets the value of the classificationList property. |
CommentList |
getCommentList()
Gets the value of the commentList property. |
List<ExplicitDate> |
getDateList()
Gets the value of the dateList property. |
List<Defect> |
getDefectList()
Gets the value of the defectList property. |
List<Value> |
getImmobilizationPeriod()
Gets the value of the immobilizationPeriod property. |
List<PersonLink> |
getPersonLinkList()
Gets the value of the personLinkList property. |
Place |
getPlace()
Gets the value of the place property. |
List<Classification> |
getProcedureList()
Gets the value of the procedure-list property. |
Reason |
getReason()
Gets the value of the reason property. |
String |
getSource()
Gets the value of the source property. |
TechnicalAssessment |
getTechnicalAssessment()
Gets the value of the technicalAssessment property. |
VATStatus |
getVATStatus()
Gets the value of the vatStatus property. |
VehicleState |
getVehicleState()
Gets the value of the vehicleState property. |
void |
setAgreementList(List<Agreement> value)
Sets the value of the agreementList property. |
void |
setClassificationList(List<Classification> value)
Sets the value of the classificationList property. |
void |
setCommentList(CommentList value)
Sets the value of the commentList property. |
void |
setDateList(List<ExplicitDate> value)
Sets the value of the dateList property. |
void |
setDefectList(List<Defect> value)
Sets the value of the defectList property. |
void |
setImmobilizationPeriod(List<Value> value)
Sets the value of the immobilizationPeriod property. |
void |
setPersonLinkList(List<PersonLink> value)
Sets the value of the personLinkList property. |
void |
setPlace(Place value)
Sets the value of the place property. |
void |
setProcedureList(List<Classification> value)
Sets the value of the procedure-list property. |
void |
setReason(Reason value)
Sets the value of the reason property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setTechnicalAssessment(TechnicalAssessment value)
Sets the value of the technicalAssessment property. |
void |
setVATStatus(VATStatus value)
Sets the value of the vatStatus property. |
void |
setVehicleState(VehicleState value)
Sets the value of the vehicleState property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Evaluation()
| 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<Classification> getClassificationList()
ClassificationListType public void setClassificationList(List<Classification> value)
value - allowed object is
ClassificationListType public void addClassification(Classification cl)
public Reason getReason()
Reasonpublic void setReason(Reason value)
value - allowed object is
Reasonpublic List<Defect> getDefectList()
DefectListType public void setDefectList(List<Defect> value)
value - allowed object is
DefectListType public void addDefect(Defect defect)
public Place getPlace()
Placepublic void setPlace(Place value)
value - allowed object is
Placepublic List<Classification> getProcedureList()
ClassificationListType public void setProcedureList(List<Classification> value)
value - allowed object is
ClassificationListType public void addProcedure(Classification proc)
public List<Agreement> getAgreementList()
AgreementListType public void setAgreementList(List<Agreement> value)
value - allowed object is
AgreementListType public void addAgreement(Agreement ag)
public VATStatus getVATStatus()
VATStatuspublic void setVATStatus(VATStatus value)
value - allowed object is
VATStatuspublic TechnicalAssessment getTechnicalAssessment()
TechnicalAssessmentpublic void setTechnicalAssessment(TechnicalAssessment value)
value - allowed object is
TechnicalAssessmentpublic VehicleState getVehicleState()
VehicleStatepublic void setVehicleState(VehicleState value)
value - allowed object is
VehicleStatepublic List<Value> getImmobilizationPeriod()
ValueListType public void setImmobilizationPeriod(List<Value> value)
value - allowed object is
ValueListType public void addImmobilizationPeriod(Value immo)
public List<PersonLink> getPersonLinkList()
PersonLinkListType public void setPersonLinkList(List<PersonLink> value)
value - allowed object is
PersonLinkListType public void addPersonLink(PersonLink persLink)
public CommentList getCommentList()
CommentListpublic void setCommentList(CommentList value)
value - allowed object is
CommentListpublic String getSource()
Stringpublic 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 | |||||||||