Class AlertCDirection

  • All Implemented Interfaces:
    Serializable

    public class AlertCDirection
    extends Object
    implements Serializable

    Java class for AlertCDirection complex type.

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

     <complexType name="AlertCDirection">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="alertCDirectionCoded" type="{http://datex2.eu/schema/2_0RC1/2_0}AlertCDirectionEnum"/>
             <element name="alertCDirectionNamed" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="alertCDirectionSense" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/>
             <element name="alertCDirectionExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AlertCDirection

        public AlertCDirection()
    • Method Detail

      • setAlertCDirectionCoded

        public void setAlertCDirectionCoded​(AlertCDirectionEnum value)
        Sets the value of the alertCDirectionCoded property.
        Parameters:
        value - allowed object is AlertCDirectionEnum
      • setAlertCDirectionNamed

        public void setAlertCDirectionNamed​(MultilingualString value)
        Sets the value of the alertCDirectionNamed property.
        Parameters:
        value - allowed object is MultilingualString
      • isAlertCDirectionSense

        public Boolean isAlertCDirectionSense()
        Gets the value of the alertCDirectionSense property.
        Returns:
        possible object is Boolean
      • setAlertCDirectionSense

        public void setAlertCDirectionSense​(Boolean value)
        Sets the value of the alertCDirectionSense property.
        Parameters:
        value - allowed object is Boolean
      • getAlertCDirectionExtension

        public ExtensionType getAlertCDirectionExtension()
        Gets the value of the alertCDirectionExtension property.
        Returns:
        possible object is ExtensionType
      • setAlertCDirectionExtension

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