Class GroupOfPeopleInvolved
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.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
-
-
Field Summary
Fields Modifier and Type Field Description protected PersonCategoryEnumcategoryOfPeopleInvolvedprotected ExtensionTypegroupOfPeopleInvolvedExtensionprotected InjuryStatusTypeEnuminjuryStatusprotected InvolvementRolesEnuminvolvementRoleprotected BigIntegernumberOfPeople
-
Constructor Summary
Constructors Constructor Description GroupOfPeopleInvolved()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersonCategoryEnumgetCategoryOfPeopleInvolved()Gets the value of the categoryOfPeopleInvolved property.ExtensionTypegetGroupOfPeopleInvolvedExtension()Gets the value of the groupOfPeopleInvolvedExtension property.InjuryStatusTypeEnumgetInjuryStatus()Gets the value of the injuryStatus property.InvolvementRolesEnumgetInvolvementRole()Gets the value of the involvementRole property.BigIntegergetNumberOfPeople()Gets the value of the numberOfPeople property.voidsetCategoryOfPeopleInvolved(PersonCategoryEnum value)Sets the value of the categoryOfPeopleInvolved property.voidsetGroupOfPeopleInvolvedExtension(ExtensionType value)Sets the value of the groupOfPeopleInvolvedExtension 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.
-
-
-
Field Detail
-
numberOfPeople
protected BigInteger numberOfPeople
-
injuryStatus
protected InjuryStatusTypeEnum injuryStatus
-
involvementRole
protected InvolvementRolesEnum involvementRole
-
categoryOfPeopleInvolved
protected PersonCategoryEnum categoryOfPeopleInvolved
-
groupOfPeopleInvolvedExtension
protected ExtensionType groupOfPeopleInvolvedExtension
-
-
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
-
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 isPersonCategoryEnum
-
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 isExtensionType
-
-