Class PoorRoadInfrastructure

  • All Implemented Interfaces:
    Serializable

    public class PoorRoadInfrastructure
    extends TrafficElement
    implements Serializable
    Failures or malfunctions of road infrastructure or related equipment that may be of interest or concern to travellers.

    Java class for PoorRoadInfrastructure complex type.

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

     <complexType name="PoorRoadInfrastructure">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}TrafficElement">
           <sequence>
             <element name="poorRoadInfrastructureType" type="{http://datex2.eu/schema/1_0/1_0}PoorRoadInfrastructureEnum"/>
             <element name="malfunctioningTrafficControls" type="{http://datex2.eu/schema/1_0/1_0}MalfunctioningTrafficControls" maxOccurs="unbounded" minOccurs="0"/>
             <element name="poorRoadInfrastructureExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PoorRoadInfrastructure

        public PoorRoadInfrastructure()
    • Method Detail

      • getMalfunctioningTrafficControls

        public List<MalfunctioningTrafficControls> getMalfunctioningTrafficControls()
        Gets the value of the malfunctioningTrafficControls property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the malfunctioningTrafficControls property.

        For example, to add a new item, do as follows:

            getMalfunctioningTrafficControls().add(newItem);
         

        Objects of the following type(s) are allowed in the list MalfunctioningTrafficControls

      • getPoorRoadInfrastructureExtension

        public ExtensionType getPoorRoadInfrastructureExtension()
        Gets the value of the poorRoadInfrastructureExtension property.
        Returns:
        possible object is ExtensionType
      • setPoorRoadInfrastructureExtension

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