fr.etai.xat2v2.obj
Class Equipment

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

public class Equipment
extends Object
implements Serializable

Equipment is a description of an equipment installed in the vehicle.

Java class for EquipmentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EquipmentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="label" type="{http://xat2.etai.fr}LabelType" minOccurs="0"/>
         <element name="code" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="price-list" type="{http://xat2.etai.fr}PriceListType" minOccurs="0"/>
         <element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Equipment()
           
 
Method Summary
 void addClassification(Classification cl)
           
 void addCode(Classification c)
           
 void addPrice(Price price)
           
 List<Classification> getClassificationList()
          Gets the value of the classificationList property.
 List<Classification> getCode()
          Gets the value of the code property.
 Label getLabel()
          Gets the value of the label property.
 List<Price> getPriceList()
          Gets the value of the priceList property.
 void setClassificationList(List<Classification> value)
          Sets the value of the classificationList property.
 void setCode(List<Classification> value)
          Sets the value of the code property.
 void setLabel(Label value)
          Sets the value of the label property.
 void setPriceList(List<Price> value)
          Sets the value of the priceList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Equipment

public Equipment()
Method Detail

getLabel

public Label getLabel()
Gets the value of the label property.

Returns:
possible object is Label

setLabel

public void setLabel(Label value)
Sets the value of the label property.

Parameters:
value - allowed object is Label

getCode

public List<Classification> getCode()
Gets the value of the code property.

Returns:
possible object is ClassificationListType

setCode

public void setCode(List<Classification> value)
Sets the value of the code property.

Parameters:
value - allowed object is ClassificationListType

addCode

public void addCode(Classification c)

getPriceList

public List<Price> getPriceList()
Gets the value of the priceList property.

Returns:
possible object is PriceListType

setPriceList

public void setPriceList(List<Price> value)
Sets the value of the priceList property.

Parameters:
value - allowed object is PriceListType

addPrice

public void addPrice(Price price)

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)


Copyright © 2012. All Rights Reserved.