Class HazardousMaterials
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.HazardousMaterials
-
- All Implemented Interfaces:
Serializable
public class HazardousMaterials extends Object implements Serializable
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" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString"/> <element name="dangerousGoodsFlashPoint" type="{http://datex2.eu/schema/2_0RC1/2_0}TemperatureCelsius" minOccurs="0"/> <element name="dangerousGoodsRegulations" type="{http://datex2.eu/schema/2_0RC1/2_0}DangerousGoodsRegulationsEnum" minOccurs="0"/> <element name="hazardCodeIdentification" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/> <element name="hazardCodeVersionNumber" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger" minOccurs="0"/> <element name="hazardSubstanceItemPageNumber" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/> <element name="tremCardNumber" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/> <element name="undgNumber" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/> <element name="volumeOfDangerousGoods" type="{http://datex2.eu/schema/2_0RC1/2_0}CubicMetres" minOccurs="0"/> <element name="weightOfDangerousGoods" type="{http://datex2.eu/schema/2_0RC1/2_0}Tonnes" minOccurs="0"/> <element name="hazardousMaterialsExtension" 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 MultilingualStringchemicalNameprotected FloatdangerousGoodsFlashPointprotected DangerousGoodsRegulationsEnumdangerousGoodsRegulationsprotected StringhazardCodeIdentificationprotected BigIntegerhazardCodeVersionNumberprotected ExtensionTypehazardousMaterialsExtensionprotected StringhazardSubstanceItemPageNumberprotected StringtremCardNumberprotected StringundgNumberprotected FloatvolumeOfDangerousGoodsprotected FloatweightOfDangerousGoods
-
Constructor Summary
Constructors Constructor Description HazardousMaterials()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultilingualStringgetChemicalName()Gets the value of the chemicalName property.FloatgetDangerousGoodsFlashPoint()Gets the value of the dangerousGoodsFlashPoint property.DangerousGoodsRegulationsEnumgetDangerousGoodsRegulations()Gets the value of the dangerousGoodsRegulations property.StringgetHazardCodeIdentification()Gets the value of the hazardCodeIdentification property.BigIntegergetHazardCodeVersionNumber()Gets the value of the hazardCodeVersionNumber property.ExtensionTypegetHazardousMaterialsExtension()Gets the value of the hazardousMaterialsExtension property.StringgetHazardSubstanceItemPageNumber()Gets the value of the hazardSubstanceItemPageNumber property.StringgetTremCardNumber()Gets the value of the tremCardNumber property.StringgetUndgNumber()Gets the value of the undgNumber property.FloatgetVolumeOfDangerousGoods()Gets the value of the volumeOfDangerousGoods property.FloatgetWeightOfDangerousGoods()Gets the value of the weightOfDangerousGoods property.voidsetChemicalName(MultilingualString value)Sets the value of the chemicalName property.voidsetDangerousGoodsFlashPoint(Float value)Sets the value of the dangerousGoodsFlashPoint property.voidsetDangerousGoodsRegulations(DangerousGoodsRegulationsEnum value)Sets the value of the dangerousGoodsRegulations property.voidsetHazardCodeIdentification(String value)Sets the value of the hazardCodeIdentification property.voidsetHazardCodeVersionNumber(BigInteger value)Sets the value of the hazardCodeVersionNumber property.voidsetHazardousMaterialsExtension(ExtensionType value)Sets the value of the hazardousMaterialsExtension property.voidsetHazardSubstanceItemPageNumber(String value)Sets the value of the hazardSubstanceItemPageNumber property.voidsetTremCardNumber(String value)Sets the value of the tremCardNumber property.voidsetUndgNumber(String value)Sets the value of the undgNumber property.voidsetVolumeOfDangerousGoods(Float value)Sets the value of the volumeOfDangerousGoods property.voidsetWeightOfDangerousGoods(Float value)Sets the value of the weightOfDangerousGoods property.
-
-
-
Field Detail
-
chemicalName
protected MultilingualString chemicalName
-
dangerousGoodsFlashPoint
protected Float dangerousGoodsFlashPoint
-
dangerousGoodsRegulations
protected DangerousGoodsRegulationsEnum dangerousGoodsRegulations
-
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
-
-
Method Detail
-
getChemicalName
public MultilingualString getChemicalName()
Gets the value of the chemicalName property.- Returns:
- possible object is
MultilingualString
-
setChemicalName
public void setChemicalName(MultilingualString value)
Sets the value of the chemicalName property.- Parameters:
value- allowed object isMultilingualString
-
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 isFloat
-
getDangerousGoodsRegulations
public DangerousGoodsRegulationsEnum getDangerousGoodsRegulations()
Gets the value of the dangerousGoodsRegulations property.- Returns:
- possible object is
DangerousGoodsRegulationsEnum
-
setDangerousGoodsRegulations
public void setDangerousGoodsRegulations(DangerousGoodsRegulationsEnum value)
Sets the value of the dangerousGoodsRegulations property.- Parameters:
value- allowed object isDangerousGoodsRegulationsEnum
-
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 isString
-
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 isBigInteger
-
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 isString
-
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 isString
-
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 isString
-
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 isFloat
-
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 isFloat
-
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 isExtensionType
-
-