fr.etai.xat2v2.obj
Class VehicleState

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

public class VehicleState
extends Object
implements Serializable

VehicleState describes the state of a vehicle with reference tables.

Java class for VehicleStateType complex type.

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

 <complexType name="VehicleStateType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="repairable" type="{http://xat2.etai.fr}RepairableType" minOccurs="0"/>
         <element name="tire-list" type="{http://xat2.etai.fr}TireListType" minOccurs="0"/>
         <element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
VehicleState()
           
 
Method Summary
 void addClassification(Classification cl)
           
 void addTire(Tire tire)
           
 List<Classification> getClassificationList()
          Gets the value of the classificationList property.
 Repairable getRepairable()
          Gets the value of the repairable property.
 List<Tire> getTireList()
          Gets the value of the tireList property.
 void setClassificationList(List<Classification> value)
          Sets the value of the classificationList property.
 void setRepairable(Repairable value)
          Sets the value of the repairable 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

VehicleState

public VehicleState()
Method Detail

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)

getRepairable

public Repairable getRepairable()
Gets the value of the repairable property.

Returns:
possible object is Repairable

setRepairable

public void setRepairable(Repairable value)
Sets the value of the repairable property.

Parameters:
value - allowed object is Repairable

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)


Copyright © 2012. All Rights Reserved.