Package uk.org.siri.siri13
Class CasualtiesStructure
- java.lang.Object
-
- uk.org.siri.siri13.CasualtiesStructure
-
- All Implemented Interfaces:
Serializable
public class CasualtiesStructure extends Object implements Serializable
Type for Information on casualties.Java class for CasualtiesStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CasualtiesStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="NumberOfDeaths" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/> <element name="NumberOfInjured" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected BigIntegernumberOfDeathsprotected BigIntegernumberOfInjured
-
Constructor Summary
Constructors Constructor Description CasualtiesStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigIntegergetNumberOfDeaths()Gets the value of the numberOfDeaths property.BigIntegergetNumberOfInjured()Gets the value of the numberOfInjured property.voidsetNumberOfDeaths(BigInteger value)Sets the value of the numberOfDeaths property.voidsetNumberOfInjured(BigInteger value)Sets the value of the numberOfInjured property.
-
-
-
Field Detail
-
numberOfDeaths
protected BigInteger numberOfDeaths
-
numberOfInjured
protected BigInteger numberOfInjured
-
-
Method Detail
-
getNumberOfDeaths
public BigInteger getNumberOfDeaths()
Gets the value of the numberOfDeaths property.- Returns:
- possible object is
BigInteger
-
setNumberOfDeaths
public void setNumberOfDeaths(BigInteger value)
Sets the value of the numberOfDeaths property.- Parameters:
value- allowed object isBigInteger
-
getNumberOfInjured
public BigInteger getNumberOfInjured()
Gets the value of the numberOfInjured property.- Returns:
- possible object is
BigInteger
-
setNumberOfInjured
public void setNumberOfInjured(BigInteger value)
Sets the value of the numberOfInjured property.- Parameters:
value- allowed object isBigInteger
-
-