|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Tire
public class Tire
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>
| 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 |
|---|
public Tire()
| Method Detail |
|---|
public List<Value> getMeasureList()
ValueListType public void setMeasureList(List<Value> value)
value - allowed object is
ValueListType public void addMeasure(Value measure)
public List<Classification> getClassificationList()
ClassificationListType public void setClassificationList(List<Classification> value)
value - allowed object is
ClassificationListType public void addClassification(Classification cl)
public List<Value> getDecayRateList()
ValueListType public void setDecayRateList(List<Value> value)
value - allowed object is
ValueListType public void addDecayRate(Value decayRate)
public List<Classification> getPositionList()
ClassificationListType public void setPositionList(List<Classification> value)
value - allowed object is
ClassificationListType public void addPosition(Classification position)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||