Class AlertCLinear

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    AlertCLinearByCode, AlertCMethod2Linear, AlertCMethod4Linear

    public abstract class AlertCLinear
    extends Object
    implements Serializable

    Java class for AlertCLinear complex type.

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

     <complexType name="AlertCLinear">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="alertCLocationCountryCode" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/>
             <element name="alertCLocationTableNumber" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/>
             <element name="alertCLocationTableVersion" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/>
             <element name="alertCLinearExtension" type="{http://datex2.eu/schema/2_0RC1/2_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
      • alertCLinearExtension

        protected ExtensionType alertCLinearExtension
    • Constructor Detail

      • AlertCLinear

        public AlertCLinear()
    • 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
      • getAlertCLinearExtension

        public ExtensionType getAlertCLinearExtension()
        Gets the value of the alertCLinearExtension property.
        Returns:
        possible object is ExtensionType
      • setAlertCLinearExtension

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