Class NotifyChangeResponseType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.NotifyChangeResponseType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class NotifyChangeResponseType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
A response from notifyChange operation.Java class for NotifyChangeResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotifyChangeResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="task" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TaskType"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotifyChangeResponseType()
Creates a newNotifyChangeResponseType
instance.NotifyChangeResponseType(NotifyChangeResponseType o)
Creates a newNotifyChangeResponseType
instance by deeply copying a givenNotifyChangeResponseType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
TaskType
beginTask()
NotifyChangeResponseType
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.NotifyChangeResponseType
task(TaskType value)
String
toString()
Generates a String representation of the contents of this type.
-
-
-
Constructor Detail
-
NotifyChangeResponseType
public NotifyChangeResponseType()
Creates a newNotifyChangeResponseType
instance.
-
NotifyChangeResponseType
public NotifyChangeResponseType(NotifyChangeResponseType o)
Creates a newNotifyChangeResponseType
instance by deeply copying a givenNotifyChangeResponseType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getTask
public TaskType getTask()
Gets the value of the task property.- Returns:
- possible object is
TaskType
-
setTask
public void setTask(TaskType value)
Sets the value of the task property.- Parameters:
value
- allowed object isTaskType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
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)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
task
public NotifyChangeResponseType task(TaskType value)
-
beginTask
public TaskType beginTask()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public NotifyChangeResponseType clone()
Creates and returns a deep copy of this object.
-
-