@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class AuditResource
extends Audit
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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>
<attribute name="PreviousRef" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
previousRef |
protected ResourceInfo |
resourceInfo |
| Constructor and Description |
|---|
AuditResource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
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.EqualsStrategy strategy) |
java.lang.String |
getPreviousRef()
Gets the value of the previousRef property.
|
ResourceInfo |
getResourceInfo()
Gets the value of the resourceInfo property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setPreviousRef(java.lang.String value)
Sets the value of the previousRef property.
|
void |
setResourceInfo(ResourceInfo value)
Sets the value of the resourceInfo property.
|
AuditResource |
withHeader(Header value) |
AuditResource |
withPreviousRef(java.lang.String value) |
AuditResource |
withResourceInfo(ResourceInfo value) |
getHeader, getOtherAttributes, setHeader@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected ResourceInfo resourceInfo
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String previousRef
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public ResourceInfo getResourceInfo()
ResourceInfo@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setResourceInfo(ResourceInfo value)
value - allowed object is
ResourceInfo@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getPreviousRef()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setPreviousRef(java.lang.String value)
value - allowed object is
Stringpublic AuditResource withResourceInfo(ResourceInfo value)
public AuditResource withPreviousRef(java.lang.String value)
public AuditResource withHeader(Header value)
withHeader in class Auditpublic 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.EqualsStrategy strategy)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)