Class Activities

  • All Implemented Interfaces:
    Serializable

    public class Activities
    extends TrafficElement
    implements Serializable
    Deliberate human actions external to the traffic stream or roadway which could disrupt traffic.

    Java class for Activities complex type.

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

     <complexType name="Activities">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}TrafficElement">
           <sequence>
             <element name="authorityOperationType" type="{http://datex2.eu/schema/1_0/1_0}AuthorityOperationTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="disturbanceActivityType" type="{http://datex2.eu/schema/1_0/1_0}DisturbanceActivityTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="publicEventType" type="{http://datex2.eu/schema/1_0/1_0}PublicEventTypeEnum" maxOccurs="unbounded" minOccurs="0"/>
             <element name="mobilityOfActivities" type="{http://datex2.eu/schema/1_0/1_0}Mobility" minOccurs="0"/>
             <element name="activitiesExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Activities

        public Activities()
    • Method Detail

      • getAuthorityOperationTypes

        public List<AuthorityOperationTypeEnum> getAuthorityOperationTypes()
        Gets the value of the authorityOperationTypes 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 authorityOperationTypes property.

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

            getAuthorityOperationTypes().add(newItem);
         

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

      • getDisturbanceActivityTypes

        public List<DisturbanceActivityTypeEnum> getDisturbanceActivityTypes()
        Gets the value of the disturbanceActivityTypes 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 disturbanceActivityTypes property.

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

            getDisturbanceActivityTypes().add(newItem);
         

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

      • getPublicEventTypes

        public List<PublicEventTypeEnum> getPublicEventTypes()
        Gets the value of the publicEventTypes 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 publicEventTypes property.

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

            getPublicEventTypes().add(newItem);
         

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

      • getMobilityOfActivities

        public Mobility getMobilityOfActivities()
        Gets the value of the mobilityOfActivities property.
        Returns:
        possible object is Mobility
      • setMobilityOfActivities

        public void setMobilityOfActivities​(Mobility value)
        Sets the value of the mobilityOfActivities property.
        Parameters:
        value - allowed object is Mobility
      • getActivitiesExtension

        public ExtensionType getActivitiesExtension()
        Gets the value of the activitiesExtension property.
        Returns:
        possible object is ExtensionType
      • setActivitiesExtension

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