Class RoadOrCarriagewayOrLaneManagement

  • All Implemented Interfaces:
    Serializable

    public class RoadOrCarriagewayOrLaneManagement
    extends NetworkManagement
    implements Serializable

    Java class for RoadOrCarriagewayOrLaneManagement complex type.

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

     <complexType name="RoadOrCarriagewayOrLaneManagement">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}NetworkManagement">
           <sequence>
             <element name="roadOrCarriagewayOrLaneManagementType" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadOrCarriagewayOrLaneManagementTypeEnum"/>
             <element name="minimumCarOccupancy" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger" minOccurs="0"/>
             <element name="specifiedCarriageway" type="{http://datex2.eu/schema/2_0RC1/2_0}CarriagewayEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="specifiedLane" type="{http://datex2.eu/schema/2_0RC1/2_0}LaneEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="roadOrCarriagewayOrLaneManagementExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • RoadOrCarriagewayOrLaneManagement

        public RoadOrCarriagewayOrLaneManagement()
    • Method Detail

      • getMinimumCarOccupancy

        public BigInteger getMinimumCarOccupancy()
        Gets the value of the minimumCarOccupancy property.
        Returns:
        possible object is BigInteger
      • setMinimumCarOccupancy

        public void setMinimumCarOccupancy​(BigInteger value)
        Sets the value of the minimumCarOccupancy property.
        Parameters:
        value - allowed object is BigInteger
      • getSpecifiedCarriagewaies

        public List<CarriagewayEnum> getSpecifiedCarriagewaies()
        Gets the value of the specifiedCarriagewaies 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 Jakarta XML Binding object. This is why there is not a set method for the specifiedCarriagewaies property.

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

            getSpecifiedCarriagewaies().add(newItem);
         

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

      • getSpecifiedLanes

        public List<LaneEnum> getSpecifiedLanes()
        Gets the value of the specifiedLanes 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 Jakarta XML Binding object. This is why there is not a set method for the specifiedLanes property.

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

            getSpecifiedLanes().add(newItem);
         

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

      • getRoadOrCarriagewayOrLaneManagementExtension

        public ExtensionType getRoadOrCarriagewayOrLaneManagementExtension()
        Gets the value of the roadOrCarriagewayOrLaneManagementExtension property.
        Returns:
        possible object is ExtensionType
      • setRoadOrCarriagewayOrLaneManagementExtension

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