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

      • numberOfDeaths

        protected BigInteger numberOfDeaths
      • numberOfInjured

        protected BigInteger numberOfInjured
    • Constructor Detail

      • CasualtiesStructure

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