Class AuditStatus

  • 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 AuditStatus
    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}DeviceInfo"/>
           </sequence>
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • deviceInfo

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

      • AuditStatus

        public AuditStatus()
    • Method Detail

      • getDeviceInfo

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public DeviceInfo getDeviceInfo()
        Gets the value of the deviceInfo property.
        Returns:
        possible object is DeviceInfo
      • setDeviceInfo

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setDeviceInfo​(DeviceInfo value)
        Sets the value of the deviceInfo property.
        Parameters:
        value - allowed object is DeviceInfo
      • withAny

        public AuditStatus withAny​(java.util.Collection<java.lang.Object> values)
        Overrides:
        withAny in class Audit
      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class Audit