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 newNotifyChangeResponseTypeinstance.NotifyChangeResponseType(NotifyChangeResponseType o)Creates a newNotifyChangeResponseTypeinstance by deeply copying a givenNotifyChangeResponseTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)TaskTypebeginTask()NotifyChangeResponseTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)TaskTypegetTask()Gets the value of the task property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)voidsetTask(TaskType value)Sets the value of the task property.NotifyChangeResponseTypetask(TaskType value)StringtoString()Generates a String representation of the contents of this type.
-
-
-
Constructor Detail
-
NotifyChangeResponseType
public NotifyChangeResponseType()
Creates a newNotifyChangeResponseTypeinstance.
-
NotifyChangeResponseType
public NotifyChangeResponseType(NotifyChangeResponseType o)
Creates a newNotifyChangeResponseTypeinstance by deeply copying a givenNotifyChangeResponseTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
hashCodein 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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
task
public NotifyChangeResponseType task(TaskType value)
-
beginTask
public TaskType beginTask()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public NotifyChangeResponseType clone()
Creates and returns a deep copy of this object.
-
-