Class AuditResource

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

      • resourceInfo

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

      • AuditResource

        public AuditResource()
    • Method Detail

      • getResourceInfo

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

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

        public AuditResource 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