Class AuditNotification

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.4",
               date="2024-07-01T15:04:08Z")
    public class AuditNotification
    extends Audit
    implements java.io.Serializable

    Java class for anonymous complex type

    .

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

    
     <complexType>
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}Audit">
           <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.4",
                   date="2024-07-01T15:04:08Z")
        protected Notification notification
    • Constructor Detail

      • AuditNotification

        public AuditNotification()
    • Method Detail

      • getNotification

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public Notification getNotification()
        Gets the value of the notification property.
        Returns:
        possible object is Notification
      • setNotification

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setNotification​(Notification value)
        Sets the value of the notification property.
        Parameters:
        value - allowed object is Notification
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class Audit
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Audit