| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Impact
public class Impact
Impact describes an impact that suffered a vehicle
Java class for ImpactType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ImpactType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="label" type="{http://xat2.etai.fr}LabelType" minOccurs="0"/>
         <element name="initial-point" type="{http://xat2.etai.fr}ClassificationType" minOccurs="0"/>
         <element name="angle-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="position-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="intensity-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="immobilization-period" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/>
         <element name="excess-link-list" type="{http://xat2.etai.fr}ExcessLinkListType" minOccurs="0"/>
       </sequence>
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="internal-id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="number" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| Impact() | |
| Method Summary | |
|---|---|
|  void | addAngle(Classification angle) | 
|  void | addExcessLink(ExcessLink excessLink) | 
|  void | addImmobilizationPeriod(Value period) | 
|  void | addIntensity(Classification intensity) | 
|  void | addPosition(Classification position) | 
|  void | beforeMarshal(Marshaller m) | 
|  List<Classification> | getAngleList()Gets the value of the angleList property. | 
|  List<ExcessLink> | getExcessLinkList()Gets the value of the excessLinkList property. | 
|  List<Value> | getImmobilizationPeriod()Gets the value of the immobilizationPeriod property. | 
|  Classification | getInitialPoint()Gets the value of the initialPoint property. | 
|  List<Classification> | getIntensityList()Gets the value of the intensityList property. | 
|  String | getInternalId()Gets the value of the internalId property. | 
|  Label | getLabel()Gets the value of the label property. | 
|  Integer | getNumber()Gets the value of the number property. | 
|  Impact | getParent()Gets the value of the parent property. | 
|  List<Classification> | getPositionList()Gets the value of the positionList property. | 
|  String | getSource()Gets the value of the source property. | 
|  void | setAngleList(List<Classification> value)Sets the value of the angleList property. | 
|  void | setExcessLinkList(List<ExcessLink> value)Sets the value of the excessLinkList property. | 
|  void | setImmobilizationPeriod(List<Value> value)Sets the value of the immobilizationPeriod property. | 
|  void | setInitialPoint(Classification value)Sets the value of the initialPoint property. | 
|  void | setIntensityList(List<Classification> value)Sets the value of the intensityList property. | 
|  void | setInternalId(String value)Sets the value of the internalId property. | 
|  void | setLabel(Label value)Sets the value of the label property. | 
|  void | setNumber(Integer value)Sets the value of the number property. | 
|  void | setParent(Impact value)Sets the value of the parent property. | 
|  void | setPositionList(List<Classification> value)Sets the value of the positionList property. | 
|  void | setSource(String value)Sets the value of the source property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Impact()
| Method Detail | 
|---|
public Label getLabel()
Labelpublic void setLabel(Label value)
value - allowed object is
     Labelpublic Classification getInitialPoint()
Classificationpublic void setInitialPoint(Classification value)
value - allowed object is
     Classificationpublic List<Classification> getAngleList()
ClassificationListType public void setAngleList(List<Classification> value)
value - allowed object is
     ClassificationListType public void addAngle(Classification angle)
public List<Classification> getPositionList()
ClassificationListType public void setPositionList(List<Classification> value)
value - allowed object is
     ClassificationListType public void addPosition(Classification position)
public List<Classification> getIntensityList()
ClassificationListType public void setIntensityList(List<Classification> value)
value - allowed object is
     ClassificationListType public void addIntensity(Classification intensity)
public List<Value> getImmobilizationPeriod()
ValueListType public void setImmobilizationPeriod(List<Value> value)
value - allowed object is
     ValueListType public void addImmobilizationPeriod(Value period)
public List<ExcessLink> getExcessLinkList()
ExcessLinkListType public void setExcessLinkList(List<ExcessLink> value)
value - allowed object is
     ExcessLinkListType public void addExcessLink(ExcessLink excessLink)
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
     Stringpublic String getInternalId()
Stringpublic void setInternalId(String value)
value - allowed object is
     Stringpublic Impact getParent()
Objectpublic void setParent(Impact value)
value - allowed object is
     Objectpublic Integer getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
     Integerpublic void beforeMarshal(Marshaller m)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||