public class GroupOfPeopleInvolved extends Object
Java class for GroupOfPeopleInvolved complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupOfPeopleInvolved">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="numberOfPeople" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="injuryStatus" type="{http://datex2.eu/schema/2/2_0}InjuryStatusTypeEnum" minOccurs="0"/>
<element name="involvementRole" type="{http://datex2.eu/schema/2/2_0}InvolvementRolesEnum" minOccurs="0"/>
<element name="categoryOfPeopleInvolved" type="{http://datex2.eu/schema/2/2_0}PersonCategoryEnum" minOccurs="0"/>
<element name="groupOfPeopleInvolvedExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PersonCategoryEnum |
categoryOfPeopleInvolved |
protected ExtensionType |
groupOfPeopleInvolvedExtension |
protected InjuryStatusTypeEnum |
injuryStatus |
protected InvolvementRolesEnum |
involvementRole |
protected Long |
numberOfPeople |
| Constructor and Description |
|---|
GroupOfPeopleInvolved() |
| Modifier and Type | Method and Description |
|---|---|
PersonCategoryEnum |
getCategoryOfPeopleInvolved()
Gets the value of the categoryOfPeopleInvolved property.
|
ExtensionType |
getGroupOfPeopleInvolvedExtension()
Gets the value of the groupOfPeopleInvolvedExtension property.
|
InjuryStatusTypeEnum |
getInjuryStatus()
Gets the value of the injuryStatus property.
|
InvolvementRolesEnum |
getInvolvementRole()
Gets the value of the involvementRole property.
|
Long |
getNumberOfPeople()
Gets the value of the numberOfPeople property.
|
void |
setCategoryOfPeopleInvolved(PersonCategoryEnum value)
Sets the value of the categoryOfPeopleInvolved property.
|
void |
setGroupOfPeopleInvolvedExtension(ExtensionType value)
Sets the value of the groupOfPeopleInvolvedExtension property.
|
void |
setInjuryStatus(InjuryStatusTypeEnum value)
Sets the value of the injuryStatus property.
|
void |
setInvolvementRole(InvolvementRolesEnum value)
Sets the value of the involvementRole property.
|
void |
setNumberOfPeople(Long value)
Sets the value of the numberOfPeople property.
|
protected Long numberOfPeople
protected InjuryStatusTypeEnum injuryStatus
protected InvolvementRolesEnum involvementRole
protected PersonCategoryEnum categoryOfPeopleInvolved
protected ExtensionType groupOfPeopleInvolvedExtension
public Long getNumberOfPeople()
Stringpublic void setNumberOfPeople(Long value)
value - allowed object is
Stringpublic InjuryStatusTypeEnum getInjuryStatus()
InjuryStatusTypeEnumpublic void setInjuryStatus(InjuryStatusTypeEnum value)
value - allowed object is
InjuryStatusTypeEnumpublic InvolvementRolesEnum getInvolvementRole()
InvolvementRolesEnumpublic void setInvolvementRole(InvolvementRolesEnum value)
value - allowed object is
InvolvementRolesEnumpublic PersonCategoryEnum getCategoryOfPeopleInvolved()
PersonCategoryEnumpublic void setCategoryOfPeopleInvolved(PersonCategoryEnum value)
value - allowed object is
PersonCategoryEnumpublic ExtensionType getGroupOfPeopleInvolvedExtension()
ExtensionTypepublic void setGroupOfPeopleInvolvedExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.