Class 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
    • Constructor Detail

      • PeopleInvolved

        public PeopleInvolved()
    • 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 is BigInteger
      • setTypeOfPeopleInvolved

        public void setTypeOfPeopleInvolved​(PersonCategoryEnum value)
        Sets the value of the typeOfPeopleInvolved property.
        Parameters:
        value - allowed object is PersonCategoryEnum
      • 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 is ExtensionType