public class ProcessReportType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ProcessReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessReportType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="report" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ReportType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_REPORT |
protected ReportType |
report |
Constructor and Description |
---|
ProcessReportType()
Creates a new
ProcessReportType instance. |
ProcessReportType(ProcessReportType o)
Creates a new
ProcessReportType instance by deeply copying a given ProcessReportType instance. |
Modifier and Type | Method and Description |
---|---|
ProcessReportType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
ReportType |
getReport()
Gets the value of the report property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setReport(ReportType value)
Sets the value of the report property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ReportType report
public static final QName COMPLEX_TYPE
public static final QName F_REPORT
public ProcessReportType()
ProcessReportType
instance.public ProcessReportType(ProcessReportType o)
ProcessReportType
instance by deeply copying a given ProcessReportType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public ReportType getReport()
ReportType
public void setReport(ReportType value)
value
- allowed object is
ReportType
public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public ProcessReportType clone()
Copyright © 2015 Evolveum. All rights reserved.