fr.etai.xat2v2.obj
Class Element

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

public class Element
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Element

public Element()
Method Detail

getClassification

public Classification getClassification()
Gets the value of the classification property.

Returns:
possible object is Classification

setClassification

public void setClassification(Classification value)
Sets the value of the classification property.

Parameters:
value - allowed object is Classification

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)

getStatus

public List<Classification> getStatus()
Gets the value of the status property.

Returns:
possible object is ClassificationListType

setStatus

public void setStatus(List<Classification> value)
Sets the value of the status property.

Parameters:
value - allowed object is ClassificationListType

addStatus

public void addStatus(Classification cl)

isRepairable

public boolean isRepairable()
Gets the value of the repairable property.

Returns:
possible object is Boolean

setRepairable

public void setRepairable(Boolean value)
Sets the value of the repairable property.

Parameters:
value - allowed object is Boolean


Copyright © 2012. All Rights Reserved.