|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Accident
public class Accident
Accident permits to describe the circumstances of an accident.
Java class for AccidentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccidentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="date-list" type="{http://xat2.etai.fr}DateListType" minOccurs="0"/> <element name="place" type="{http://xat2.etai.fr}PlaceType" minOccurs="0"/> <element name="impact-list" type="{http://xat2.etai.fr}ImpactListType" minOccurs="0"/> <element name="circumstance-list" type="{http://xat2.etai.fr}CircumstanceListType" minOccurs="0"/> <element name="classification-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/> <element name="person-link-list" type="{http://xat2.etai.fr}PersonLinkListType" minOccurs="0"/> <element name="responsability" type="{http://xat2.etai.fr}ValueType" minOccurs="0"/> <element name="immobilization-period" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/> <element name="comment-list" type="{http://xat2.etai.fr}CommentListType" 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" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Accident()
|
Method Summary | |
---|---|
void |
addCircumstance(Circumstance circumstance)
|
void |
addClassification(Classification classification)
|
void |
addDate(ExplicitDate date)
|
void |
addImmobilizationPeriod(Value value)
|
void |
addImpact(Impact impact)
|
void |
addPersonLink(PersonLink personLink)
|
List<Circumstance> |
getCircumstanceList()
Gets the value of the circumstanceList property. |
List<Classification> |
getClassificationList()
Gets the value of the classificationList property. |
CommentList |
getCommentList()
Gets the value of the commentList property. |
List<ExplicitDate> |
getDateList()
Gets the value of the dateList property. |
List<Value> |
getImmobilizationPeriod()
Gets the value of the immobilizationPeriod property. |
List<Impact> |
getImpactList()
Gets the value of the impactList property. |
String |
getInternalId()
Gets the value of the internalId property. |
List<PersonLink> |
getPersonLinkList()
Gets the value of the personLinkList property. |
Place |
getPlace()
Gets the value of the place property. |
Value |
getResponsability()
Gets the value of the responsability property. |
String |
getSource()
Gets the value of the source property. |
void |
setCircumstanceList(List<Circumstance> value)
Sets the value of the circumstanceList property. |
void |
setClassificationList(List<Classification> value)
Sets the value of the classificationList property. |
void |
setCommentList(CommentList value)
Sets the value of the commentList property. |
void |
setDateList(List<ExplicitDate> value)
Sets the value of the dateList property. |
void |
setImmobilizationPeriod(List<Value> value)
Sets the value of the immobilizationPeriod property. |
void |
setImpactList(List<Impact> value)
Sets the value of the impactList property. |
void |
setInternalId(String value)
Sets the value of the internalId property. |
void |
setPersonLinkList(List<PersonLink> value)
Sets the value of the personLinkList property. |
void |
setPlace(Place value)
Sets the value of the place property. |
void |
setResponsability(Value value)
Sets the value of the responsability 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 Accident()
Method Detail |
---|
public List<ExplicitDate> getDateList()
DateListType
public void setDateList(List<ExplicitDate> value)
value
- allowed object is
DateListType
public void addDate(ExplicitDate date)
public Place getPlace()
Place
public void setPlace(Place value)
value
- allowed object is
Place
public List<Impact> getImpactList()
ImpactListType
public void setImpactList(List<Impact> value)
value
- allowed object is
ImpactListType
public void addImpact(Impact impact)
public List<Circumstance> getCircumstanceList()
CircumstanceListType
public void setCircumstanceList(List<Circumstance> value)
value
- allowed object is
CircumstanceListType
public void addCircumstance(Circumstance circumstance)
public List<Classification> getClassificationList()
ClassificationListType
public void setClassificationList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addClassification(Classification classification)
public List<PersonLink> getPersonLinkList()
PersonLinkListType
public void setPersonLinkList(List<PersonLink> value)
value
- allowed object is
PersonLinkListType
public void addPersonLink(PersonLink personLink)
public Value getResponsability()
Value
public void setResponsability(Value value)
value
- allowed object is
Value
public List<Value> getImmobilizationPeriod()
ValueListType
public void setImmobilizationPeriod(List<Value> value)
value
- allowed object is
ValueListType
public void addImmobilizationPeriod(Value value)
public CommentList getCommentList()
CommentList
public void setCommentList(CommentList value)
value
- allowed object is
CommentList
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public String getInternalId()
String
public void setInternalId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |