|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.VehicleState
public class VehicleState
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>
| 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 |
|---|
public VehicleState()
| Method Detail |
|---|
public List<Classification> getClassificationList()
ClassificationListType public void setClassificationList(List<Classification> value)
value - allowed object is
ClassificationListType public void addClassification(Classification cl)
public Repairable getRepairable()
Repairablepublic void setRepairable(Repairable value)
value - allowed object is
Repairablepublic List<Tire> getTireList()
TireListType public void setTireList(List<Tire> value)
value - allowed object is
TireListType public void addTire(Tire tire)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||