|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Repairable
public class Repairable
Repairable describes the state of elements of a vehicle.
Java class for RepairableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepairableType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="element-list" type="{http://xat2.etai.fr}ElementListType" minOccurs="0"/> <element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Repairable()
|
Method Summary | |
---|---|
void |
addClassification(Classification cl)
|
void |
addElement(Element element)
|
List<Classification> |
getClassificationList()
Gets the value of the classificationList property. |
List<Element> |
getElementList()
Gets the value of the elementList property. |
void |
setClassificationList(List<Classification> value)
Sets the value of the classificationList property. |
void |
setElementList(List<Element> value)
Sets the value of the elementList property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Repairable()
Method Detail |
---|
public List<Element> getElementList()
ElementListType
public void setElementList(List<Element> value)
value
- allowed object is
ElementListType
public void addElement(Element element)
public List<Classification> getClassificationList()
ClassificationListType
public void setClassificationList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addClassification(Classification cl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |