Package org.cip4.lib.xjdf.schema
Class AuditProcessRun
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Audit
-
- org.cip4.lib.xjdf.schema.AuditProcessRun
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class AuditProcessRun extends Audit implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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}ProcessRun"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessRunprocessRun
-
Constructor Summary
Constructors Constructor Description AuditProcessRun()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)ProcessRungetProcessRun()Gets the value of the processRun property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetProcessRun(ProcessRun value)Sets the value of the processRun property.AuditProcessRunwithAny(java.lang.Object... values)AuditProcessRunwithAny(java.util.Collection<java.lang.Object> values)AuditProcessRunwithHeader(Header value)AuditProcessRunwithProcessRun(ProcessRun value)-
Methods inherited from class org.cip4.lib.xjdf.schema.Audit
getAny, getHeader, getOtherAttributes, setHeader
-
-
-
-
Field Detail
-
processRun
protected ProcessRun processRun
-
-
Method Detail
-
getProcessRun
public ProcessRun getProcessRun()
Gets the value of the processRun property.- Returns:
- possible object is
ProcessRun
-
setProcessRun
public void setProcessRun(ProcessRun value)
Sets the value of the processRun property.- Parameters:
value- allowed object isProcessRun
-
withProcessRun
public AuditProcessRun withProcessRun(ProcessRun value)
-
withHeader
public AuditProcessRun withHeader(Header value)
- Overrides:
withHeaderin classAudit
-
withAny
public AuditProcessRun withAny(java.lang.Object... values)
-
withAny
public AuditProcessRun withAny(java.util.Collection<java.lang.Object> values)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
-
-