Class JmsMessageType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateMessageType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.JmsMessageType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
- Direct Known Subclasses:
JmsTextMessageType
public class JmsMessageType extends AsyncUpdateMessageType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Representation of JMS message.Java class for JmsMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JmsMessageType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AsyncUpdateMessageType"> <sequence> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AsyncUpdateMessageType
F_SOURCE_NAME, sourceName
-
-
Constructor Summary
Constructors Constructor Description JmsMessageType()
Creates a newJmsMessageType
instance.JmsMessageType(JmsMessageType o)
Creates a newJmsMessageType
instance by deeply copying a givenJmsMessageType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
JmsMessageType
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)
int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
JmsMessageType
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
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
-
Constructor Detail
-
JmsMessageType
public JmsMessageType()
Creates a newJmsMessageType
instance.
-
JmsMessageType
public JmsMessageType(JmsMessageType o)
Creates a newJmsMessageType
instance by deeply copying a givenJmsMessageType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
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
-
sourceName
public JmsMessageType sourceName(String value)
- Overrides:
sourceName
in classAsyncUpdateMessageType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAsyncUpdateMessageType
-
clone
public JmsMessageType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classAsyncUpdateMessageType
- Returns:
- A deep copy of this object.
-
-