fr.etai.xat2v2.obj
Class Tire

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

public class Tire
extends Object
implements Serializable

Tire of a vehicle.

Java class for TireType complex type.

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

 <complexType name="TireType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="measure-list" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
         <element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="decay-rate-list" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
         <element name="position-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Tire()
           
 
Method Summary
 void addClassification(Classification cl)
           
 void addDecayRate(Value decayRate)
           
 void addMeasure(Value measure)
           
 void addPosition(Classification position)
           
 List<Classification> getClassificationList()
          Gets the value of the classificationList property.
 List<Value> getDecayRateList()
          Gets the value of the decayRateList property.
 List<Value> getMeasureList()
          Gets the value of the measureList property.
 List<Classification> getPositionList()
          Gets the value of the positionList property.
 void setClassificationList(List<Classification> value)
          Sets the value of the classificationList property.
 void setDecayRateList(List<Value> value)
          Sets the value of the decayRateList property.
 void setMeasureList(List<Value> value)
          Sets the value of the measureList property.
 void setPositionList(List<Classification> value)
          Sets the value of the positionList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tire

public Tire()
Method Detail

getMeasureList

public List<Value> getMeasureList()
Gets the value of the measureList property.

Returns:
possible object is ValueListType

setMeasureList

public void setMeasureList(List<Value> value)
Sets the value of the measureList property.

Parameters:
value - allowed object is ValueListType

addMeasure

public void addMeasure(Value measure)

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)

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)

getPositionList

public List<Classification> getPositionList()
Gets the value of the positionList property.

Returns:
possible object is ClassificationListType

setPositionList

public void setPositionList(List<Classification> value)
Sets the value of the positionList property.

Parameters:
value - allowed object is ClassificationListType

addPosition

public void addPosition(Classification position)


Copyright © 2012. All Rights Reserved.