|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Element
public class Element
Element an element of a vehicle.
Java class for ElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="classification" type="{http://xat2.etai.fr}ClassificationType" minOccurs="0"/>
<element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
<element name="status" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
</sequence>
<attribute name="repairable" type="{http://www.w3.org/2001/XMLSchema}boolean" use="required"/>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Element()
|
|
| Method Summary | |
|---|---|
void |
addClassification(Classification cl)
|
void |
addStatus(Classification cl)
|
Classification |
getClassification()
Gets the value of the classification property. |
List<Classification> |
getClassificationList()
Gets the value of the classificationList property. |
List<Classification> |
getStatus()
Gets the value of the status property. |
boolean |
isRepairable()
Gets the value of the repairable property. |
void |
setClassification(Classification value)
Sets the value of the classification property. |
void |
setClassificationList(List<Classification> value)
Sets the value of the classificationList property. |
void |
setRepairable(Boolean value)
Sets the value of the repairable property. |
void |
setStatus(List<Classification> value)
Sets the value of the status property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Element()
| Method Detail |
|---|
public Classification getClassification()
Classificationpublic void setClassification(Classification value)
value - allowed object is
Classificationpublic List<Classification> getClassificationList()
ClassificationListType public void setClassificationList(List<Classification> value)
value - allowed object is
ClassificationListType public void addClassification(Classification cl)
public List<Classification> getStatus()
ClassificationListType public void setStatus(List<Classification> value)
value - allowed object is
ClassificationListType public void addStatus(Classification cl)
public boolean isRepairable()
Booleanpublic void setRepairable(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||