Class TrafficConcentration

  • All Implemented Interfaces:
    Serializable

    public class TrafficConcentration
    extends TrafficValue
    implements Serializable

    Java class for TrafficConcentration complex type.

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

     <complexType name="TrafficConcentration">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}TrafficValue">
           <sequence>
             <element name="concentration" type="{http://datex2.eu/schema/2_0RC1/2_0}ConcentrationVehiclesPerKilometre" minOccurs="0"/>
             <element name="occupancy" type="{http://datex2.eu/schema/2_0RC1/2_0}Percentage" minOccurs="0"/>
             <element name="trafficConcentrationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • concentration

        protected BigInteger concentration
      • occupancy

        protected Float occupancy
      • trafficConcentrationExtension

        protected ExtensionType trafficConcentrationExtension
    • Constructor Detail

      • TrafficConcentration

        public TrafficConcentration()
    • Method Detail

      • getConcentration

        public BigInteger getConcentration()
        Gets the value of the concentration property.
        Returns:
        possible object is BigInteger
      • setConcentration

        public void setConcentration​(BigInteger value)
        Sets the value of the concentration property.
        Parameters:
        value - allowed object is BigInteger
      • getOccupancy

        public Float getOccupancy()
        Gets the value of the occupancy property.
        Returns:
        possible object is Float
      • setOccupancy

        public void setOccupancy​(Float value)
        Sets the value of the occupancy property.
        Parameters:
        value - allowed object is Float
      • getTrafficConcentrationExtension

        public ExtensionType getTrafficConcentrationExtension()
        Gets the value of the trafficConcentrationExtension property.
        Returns:
        possible object is ExtensionType
      • setTrafficConcentrationExtension

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