public class ImportFromResourceResponse extends Object implements Serializable, Cloneable, 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> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="task" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}TaskType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_TASK |
protected TaskType |
task |
Constructor and Description |
---|
ImportFromResourceResponse()
Creates a new
ImportFromResourceResponse instance. |
ImportFromResourceResponse(ImportFromResourceResponse o)
Creates a new
ImportFromResourceResponse instance by deeply copying a given ImportFromResourceResponse instance. |
Modifier and Type | Method and Description |
---|---|
ImportFromResourceResponse |
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) |
TaskType |
getTask()
Gets the value of the task property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setTask(TaskType value)
Sets the value of the task property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected TaskType task
public static final QName F_SERIAL_VERSION_UID
public static final QName F_TASK
public ImportFromResourceResponse()
ImportFromResourceResponse
instance.public ImportFromResourceResponse(ImportFromResourceResponse o)
ImportFromResourceResponse
instance by deeply copying a given ImportFromResourceResponse
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public TaskType getTask()
TaskType
public void setTask(TaskType value)
value
- allowed object is
TaskType
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 ImportFromResourceResponse clone()
Copyright © 2014 Evolveum. All rights reserved.