fr.etai.xat2v2.obj
Class Evaluation

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

public class Evaluation
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Evaluation

public Evaluation()
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)

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)

getReason

public Reason getReason()
Gets the value of the reason property.

Returns:
possible object is Reason

setReason

public void setReason(Reason value)
Sets the value of the reason property.

Parameters:
value - allowed object is Reason

getDefectList

public List<Defect> getDefectList()
Gets the value of the defectList property.

Returns:
possible object is DefectListType

setDefectList

public void setDefectList(List<Defect> value)
Sets the value of the defectList property.

Parameters:
value - allowed object is DefectListType

addDefect

public void addDefect(Defect defect)

getPlace

public Place getPlace()
Gets the value of the place property.

Returns:
possible object is Place

setPlace

public void setPlace(Place value)
Sets the value of the place property.

Parameters:
value - allowed object is Place

getProcedureList

public List<Classification> getProcedureList()
Gets the value of the procedure-list property.

Returns:
possible object is ClassificationListType

setProcedureList

public void setProcedureList(List<Classification> value)
Sets the value of the procedure-list property.

Parameters:
value - allowed object is ClassificationListType

addProcedure

public void addProcedure(Classification proc)

getAgreementList

public List<Agreement> getAgreementList()
Gets the value of the agreementList property.

Returns:
possible object is AgreementListType

setAgreementList

public void setAgreementList(List<Agreement> value)
Sets the value of the agreementList property.

Parameters:
value - allowed object is AgreementListType

addAgreement

public void addAgreement(Agreement ag)

getVATStatus

public VATStatus getVATStatus()
Gets the value of the vatStatus property.

Returns:
possible object is VATStatus

setVATStatus

public void setVATStatus(VATStatus value)
Sets the value of the vatStatus property.

Parameters:
value - allowed object is VATStatus

getTechnicalAssessment

public TechnicalAssessment getTechnicalAssessment()
Gets the value of the technicalAssessment property.

Returns:
possible object is TechnicalAssessment

setTechnicalAssessment

public void setTechnicalAssessment(TechnicalAssessment value)
Sets the value of the technicalAssessment property.

Parameters:
value - allowed object is TechnicalAssessment

getVehicleState

public VehicleState getVehicleState()
Gets the value of the vehicleState property.

Returns:
possible object is VehicleState

setVehicleState

public void setVehicleState(VehicleState value)
Sets the value of the vehicleState property.

Parameters:
value - allowed object is VehicleState

getImmobilizationPeriod

public List<Value> getImmobilizationPeriod()
Gets the value of the immobilizationPeriod property.

Returns:
possible object is ValueListType

setImmobilizationPeriod

public void setImmobilizationPeriod(List<Value> value)
Sets the value of the immobilizationPeriod property.

Parameters:
value - allowed object is ValueListType

addImmobilizationPeriod

public void addImmobilizationPeriod(Value immo)

getPersonLinkList

public List<PersonLink> getPersonLinkList()
Gets the value of the personLinkList property.

Returns:
possible object is PersonLinkListType

setPersonLinkList

public void setPersonLinkList(List<PersonLink> value)
Sets the value of the personLinkList property.

Parameters:
value - allowed object is PersonLinkListType

addPersonLink

public void addPersonLink(PersonLink persLink)

getCommentList

public CommentList getCommentList()
Gets the value of the commentList property.

Returns:
possible object is CommentList

setCommentList

public void setCommentList(CommentList value)
Sets the value of the commentList property.

Parameters:
value - allowed object is CommentList

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.