Class AnyDataAsyncUpdateMessageType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateMessageType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AnyDataAsyncUpdateMessageType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class AnyDataAsyncUpdateMessageType extends AsyncUpdateMessageType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Async update carrying any data. Useful e.g. for testing.Java class for AnyDataAsyncUpdateMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnyDataAsyncUpdateMessageType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsyncUpdateMessageType"> <sequence> <element name="data" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
protected Object
data
static ItemName
F_DATA
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateMessageType
F_SOURCE_NAME, sourceName
-
-
Constructor Summary
Constructors Constructor Description AnyDataAsyncUpdateMessageType()
Creates a newAnyDataAsyncUpdateMessageType
instance.AnyDataAsyncUpdateMessageType(AnyDataAsyncUpdateMessageType o)
Creates a newAnyDataAsyncUpdateMessageType
instance by deeply copying a givenAnyDataAsyncUpdateMessageType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
AnyDataAsyncUpdateMessageType
clone()
Creates and returns a deep copy of this object.AnyDataAsyncUpdateMessageType
data(Object value)
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)
Object
getData()
Gets the value of the data property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
void
setData(Object value)
Sets the value of the data property.AnyDataAsyncUpdateMessageType
sourceName(String value)
String
toString()
Generates a String representation of the contents of this type.-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateMessageType
getSourceName, setSourceName
-
-
-
-
Constructor Detail
-
AnyDataAsyncUpdateMessageType
public AnyDataAsyncUpdateMessageType()
Creates a newAnyDataAsyncUpdateMessageType
instance.
-
AnyDataAsyncUpdateMessageType
public AnyDataAsyncUpdateMessageType(AnyDataAsyncUpdateMessageType o)
Creates a newAnyDataAsyncUpdateMessageType
instance by deeply copying a givenAnyDataAsyncUpdateMessageType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getData
public Object getData()
Gets the value of the data property.- Returns:
- possible object is
Object
-
setData
public void setData(Object value)
Sets the value of the data property.- Parameters:
value
- allowed object isObject
-
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- Overrides:
toString
in classAsyncUpdateMessageType
-
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
- Overrides:
hashCode
in classAsyncUpdateMessageType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAsyncUpdateMessageType
-
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
- Overrides:
equals
in classAsyncUpdateMessageType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAsyncUpdateMessageType
-
data
public AnyDataAsyncUpdateMessageType data(Object value)
-
sourceName
public AnyDataAsyncUpdateMessageType sourceName(String value)
- Overrides:
sourceName
in classAsyncUpdateMessageType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAsyncUpdateMessageType
-
clone
public AnyDataAsyncUpdateMessageType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classAsyncUpdateMessageType
- Returns:
- A deep copy of this object.
-
-