Class AlertCPoint

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    AlertCMethod2Point, AlertCMethod4Point

    public abstract class AlertCPoint
    extends Object
    implements Serializable
    A single point on the road network defined by reference to a pre-defined Alert C location table and which has an associated direction of traffic flow.

    Java class for AlertCPoint complex type.

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

     <complexType name="AlertCPoint">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="alertCLocationCountryCode" type="{http://datex2.eu/schema/1_0/1_0}String"/>
             <element name="alertCLocationTableNumber" type="{http://datex2.eu/schema/1_0/1_0}String"/>
             <element name="alertCLocationTableVersion" type="{http://datex2.eu/schema/1_0/1_0}String"/>
             <element name="alertCPointExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • alertCLocationCountryCode

        protected String alertCLocationCountryCode
      • alertCLocationTableNumber

        protected String alertCLocationTableNumber
      • alertCLocationTableVersion

        protected String alertCLocationTableVersion
      • alertCPointExtension

        protected ExtensionType alertCPointExtension
    • Constructor Detail

      • AlertCPoint

        public AlertCPoint()
    • Method Detail

      • getAlertCLocationCountryCode

        public String getAlertCLocationCountryCode()
        Gets the value of the alertCLocationCountryCode property.
        Returns:
        possible object is String
      • setAlertCLocationCountryCode

        public void setAlertCLocationCountryCode​(String value)
        Sets the value of the alertCLocationCountryCode property.
        Parameters:
        value - allowed object is String
      • getAlertCLocationTableNumber

        public String getAlertCLocationTableNumber()
        Gets the value of the alertCLocationTableNumber property.
        Returns:
        possible object is String
      • setAlertCLocationTableNumber

        public void setAlertCLocationTableNumber​(String value)
        Sets the value of the alertCLocationTableNumber property.
        Parameters:
        value - allowed object is String
      • getAlertCLocationTableVersion

        public String getAlertCLocationTableVersion()
        Gets the value of the alertCLocationTableVersion property.
        Returns:
        possible object is String
      • setAlertCLocationTableVersion

        public void setAlertCLocationTableVersion​(String value)
        Sets the value of the alertCLocationTableVersion property.
        Parameters:
        value - allowed object is String
      • getAlertCPointExtension

        public ExtensionType getAlertCPointExtension()
        Gets the value of the alertCPointExtension property.
        Returns:
        possible object is ExtensionType
      • setAlertCPointExtension

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