Class HazardousMaterials

  • All Implemented Interfaces:
    Serializable

    public class HazardousMaterials
    extends Object
    implements Serializable
    Details of hazardous materials.

    Java class for HazardousMaterials complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="HazardousMaterials">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="chemicalName">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="value" maxOccurs="unbounded">
                         <complexType>
                           <simpleContent>
                             <extension base="<http://datex2.eu/schema/1_0/1_0>MultiLingualString">
                               <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" />
                             </extension>
                           </simpleContent>
                         </complexType>
                       </element>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="dangerousGoodsFlashPoint" type="{http://datex2.eu/schema/1_0/1_0}TemperatureCelsius" minOccurs="0"/>
             <element name="dangerousGoodsRegulations" type="{http://datex2.eu/schema/1_0/1_0}DangerousGoodRegulationsEnum" minOccurs="0"/>
             <element name="hazardCodeIdentification" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/>
             <element name="hazardCodeVersionNumber" type="{http://datex2.eu/schema/1_0/1_0}NonNegativeInteger" minOccurs="0"/>
             <element name="hazardSubstanceItemPageNumber" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/>
             <element name="tremCardNumber" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/>
             <element name="uNDGNumber" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/>
             <element name="volumeOfDangerousGoods" type="{http://datex2.eu/schema/1_0/1_0}CubicMetres" minOccurs="0"/>
             <element name="weightOfDangerousGoods" type="{http://datex2.eu/schema/1_0/1_0}Tonnes" minOccurs="0"/>
             <element name="hazardousMaterialsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • dangerousGoodsFlashPoint

        protected Float dangerousGoodsFlashPoint
      • hazardCodeIdentification

        protected String hazardCodeIdentification
      • hazardCodeVersionNumber

        protected BigInteger hazardCodeVersionNumber
      • hazardSubstanceItemPageNumber

        protected String hazardSubstanceItemPageNumber
      • tremCardNumber

        protected String tremCardNumber
      • undgNumber

        protected String undgNumber
      • volumeOfDangerousGoods

        protected Float volumeOfDangerousGoods
      • weightOfDangerousGoods

        protected Float weightOfDangerousGoods
      • hazardousMaterialsExtension

        protected ExtensionType hazardousMaterialsExtension
    • Constructor Detail

      • HazardousMaterials

        public HazardousMaterials()
    • Method Detail

      • getDangerousGoodsFlashPoint

        public Float getDangerousGoodsFlashPoint()
        Gets the value of the dangerousGoodsFlashPoint property.
        Returns:
        possible object is Float
      • setDangerousGoodsFlashPoint

        public void setDangerousGoodsFlashPoint​(Float value)
        Sets the value of the dangerousGoodsFlashPoint property.
        Parameters:
        value - allowed object is Float
      • getHazardCodeIdentification

        public String getHazardCodeIdentification()
        Gets the value of the hazardCodeIdentification property.
        Returns:
        possible object is String
      • setHazardCodeIdentification

        public void setHazardCodeIdentification​(String value)
        Sets the value of the hazardCodeIdentification property.
        Parameters:
        value - allowed object is String
      • getHazardCodeVersionNumber

        public BigInteger getHazardCodeVersionNumber()
        Gets the value of the hazardCodeVersionNumber property.
        Returns:
        possible object is BigInteger
      • setHazardCodeVersionNumber

        public void setHazardCodeVersionNumber​(BigInteger value)
        Sets the value of the hazardCodeVersionNumber property.
        Parameters:
        value - allowed object is BigInteger
      • getHazardSubstanceItemPageNumber

        public String getHazardSubstanceItemPageNumber()
        Gets the value of the hazardSubstanceItemPageNumber property.
        Returns:
        possible object is String
      • setHazardSubstanceItemPageNumber

        public void setHazardSubstanceItemPageNumber​(String value)
        Sets the value of the hazardSubstanceItemPageNumber property.
        Parameters:
        value - allowed object is String
      • getTremCardNumber

        public String getTremCardNumber()
        Gets the value of the tremCardNumber property.
        Returns:
        possible object is String
      • setTremCardNumber

        public void setTremCardNumber​(String value)
        Sets the value of the tremCardNumber property.
        Parameters:
        value - allowed object is String
      • getUNDGNumber

        public String getUNDGNumber()
        Gets the value of the undgNumber property.
        Returns:
        possible object is String
      • setUNDGNumber

        public void setUNDGNumber​(String value)
        Sets the value of the undgNumber property.
        Parameters:
        value - allowed object is String
      • getVolumeOfDangerousGoods

        public Float getVolumeOfDangerousGoods()
        Gets the value of the volumeOfDangerousGoods property.
        Returns:
        possible object is Float
      • setVolumeOfDangerousGoods

        public void setVolumeOfDangerousGoods​(Float value)
        Sets the value of the volumeOfDangerousGoods property.
        Parameters:
        value - allowed object is Float
      • getWeightOfDangerousGoods

        public Float getWeightOfDangerousGoods()
        Gets the value of the weightOfDangerousGoods property.
        Returns:
        possible object is Float
      • setWeightOfDangerousGoods

        public void setWeightOfDangerousGoods​(Float value)
        Sets the value of the weightOfDangerousGoods property.
        Parameters:
        value - allowed object is Float
      • getHazardousMaterialsExtension

        public ExtensionType getHazardousMaterialsExtension()
        Gets the value of the hazardousMaterialsExtension property.
        Returns:
        possible object is ExtensionType
      • setHazardousMaterialsExtension

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