Class PeopleInvolved
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.PeopleInvolved
-
- All Implemented Interfaces:
Serializable
public class PeopleInvolved extends Object implements Serializable
Overview of people involved in the event and their injury status.Java class for PeopleInvolved complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PeopleInvolved"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="numberOfPeople" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/> <element name="injuryStatus" type="{http://datex2.eu/schema/1_0/1_0}InjuryStatusTypeEnum" minOccurs="0"/> <element name="involvementRole" type="{http://datex2.eu/schema/1_0/1_0}InvolvementRolesEnum" minOccurs="0"/> <element name="typeOfPeopleInvolved" type="{http://datex2.eu/schema/1_0/1_0}PersonCategoryEnum" minOccurs="0"/> <element name="peopleInvolvedExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected InjuryStatusTypeEnuminjuryStatusprotected InvolvementRolesEnuminvolvementRoleprotected BigIntegernumberOfPeopleprotected ExtensionTypepeopleInvolvedExtensionprotected PersonCategoryEnumtypeOfPeopleInvolved
-
Constructor Summary
Constructors Constructor Description PeopleInvolved()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InjuryStatusTypeEnumgetInjuryStatus()Gets the value of the injuryStatus property.InvolvementRolesEnumgetInvolvementRole()Gets the value of the involvementRole property.BigIntegergetNumberOfPeople()Gets the value of the numberOfPeople property.ExtensionTypegetPeopleInvolvedExtension()Gets the value of the peopleInvolvedExtension property.PersonCategoryEnumgetTypeOfPeopleInvolved()Gets the value of the typeOfPeopleInvolved property.voidsetInjuryStatus(InjuryStatusTypeEnum value)Sets the value of the injuryStatus property.voidsetInvolvementRole(InvolvementRolesEnum value)Sets the value of the involvementRole property.voidsetNumberOfPeople(BigInteger value)Sets the value of the numberOfPeople property.voidsetPeopleInvolvedExtension(ExtensionType value)Sets the value of the peopleInvolvedExtension property.voidsetTypeOfPeopleInvolved(PersonCategoryEnum value)Sets the value of the typeOfPeopleInvolved property.
-
-
-
Field Detail
-
numberOfPeople
protected BigInteger numberOfPeople
-
injuryStatus
protected InjuryStatusTypeEnum injuryStatus
-
involvementRole
protected InvolvementRolesEnum involvementRole
-
typeOfPeopleInvolved
protected PersonCategoryEnum typeOfPeopleInvolved
-
peopleInvolvedExtension
protected ExtensionType peopleInvolvedExtension
-
-
Method Detail
-
getNumberOfPeople
public BigInteger getNumberOfPeople()
Gets the value of the numberOfPeople property.- Returns:
- possible object is
BigInteger
-
setNumberOfPeople
public void setNumberOfPeople(BigInteger value)
Sets the value of the numberOfPeople property.- Parameters:
value- allowed object isBigInteger
-
getInjuryStatus
public InjuryStatusTypeEnum getInjuryStatus()
Gets the value of the injuryStatus property.- Returns:
- possible object is
InjuryStatusTypeEnum
-
setInjuryStatus
public void setInjuryStatus(InjuryStatusTypeEnum value)
Sets the value of the injuryStatus property.- Parameters:
value- allowed object isInjuryStatusTypeEnum
-
getInvolvementRole
public InvolvementRolesEnum getInvolvementRole()
Gets the value of the involvementRole property.- Returns:
- possible object is
InvolvementRolesEnum
-
setInvolvementRole
public void setInvolvementRole(InvolvementRolesEnum value)
Sets the value of the involvementRole property.- Parameters:
value- allowed object isInvolvementRolesEnum
-
getTypeOfPeopleInvolved
public PersonCategoryEnum getTypeOfPeopleInvolved()
Gets the value of the typeOfPeopleInvolved property.- Returns:
- possible object is
PersonCategoryEnum
-
setTypeOfPeopleInvolved
public void setTypeOfPeopleInvolved(PersonCategoryEnum value)
Sets the value of the typeOfPeopleInvolved property.- Parameters:
value- allowed object isPersonCategoryEnum
-
getPeopleInvolvedExtension
public ExtensionType getPeopleInvolvedExtension()
Gets the value of the peopleInvolvedExtension property.- Returns:
- possible object is
ExtensionType
-
setPeopleInvolvedExtension
public void setPeopleInvolvedExtension(ExtensionType value)
Sets the value of the peopleInvolvedExtension property.- Parameters:
value- allowed object isExtensionType
-
-