Class GroupOfPeopleInvolved

  • All Implemented Interfaces:
    Serializable

    public class GroupOfPeopleInvolved
    extends Object
    implements Serializable

    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_0RC1/2_0}NonNegativeInteger" minOccurs="0"/>
             <element name="injuryStatus" type="{http://datex2.eu/schema/2_0RC1/2_0}InjuryStatusTypeEnum" minOccurs="0"/>
             <element name="involvementRole" type="{http://datex2.eu/schema/2_0RC1/2_0}InvolvementRolesEnum" minOccurs="0"/>
             <element name="categoryOfPeopleInvolved" type="{http://datex2.eu/schema/2_0RC1/2_0}PersonCategoryEnum" minOccurs="0"/>
             <element name="groupOfPeopleInvolvedExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • GroupOfPeopleInvolved

        public GroupOfPeopleInvolved()
    • 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
      • getCategoryOfPeopleInvolved

        public PersonCategoryEnum getCategoryOfPeopleInvolved()
        Gets the value of the categoryOfPeopleInvolved property.
        Returns:
        possible object is PersonCategoryEnum
      • setCategoryOfPeopleInvolved

        public void setCategoryOfPeopleInvolved​(PersonCategoryEnum value)
        Sets the value of the categoryOfPeopleInvolved property.
        Parameters:
        value - allowed object is PersonCategoryEnum
      • getGroupOfPeopleInvolvedExtension

        public ExtensionType getGroupOfPeopleInvolvedExtension()
        Gets the value of the groupOfPeopleInvolvedExtension property.
        Returns:
        possible object is ExtensionType
      • setGroupOfPeopleInvolvedExtension

        public void setGroupOfPeopleInvolvedExtension​(ExtensionType value)
        Sets the value of the groupOfPeopleInvolvedExtension property.
        Parameters:
        value - allowed object is ExtensionType