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