Class SignalNotification

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class SignalNotification
    extends Signal
    implements java.io.Serializable

    Java class for SignalNotification complex type.

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

    
     <complexType name="SignalNotification">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}Signal">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Notification"/>
           </sequence>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • notification

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Notification notification
    • Constructor Detail

      • SignalNotification

        public SignalNotification()