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 QNameCOMPLEX_TYPEstatic ItemNameF_TEXTprotected Stringtext-
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 newJmsTextMessageTypeinstance.JmsTextMessageType(JmsTextMessageType o)Creates a newJmsTextMessageTypeinstance by deeply copying a givenJmsTextMessageTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)JmsTextMessageTypeclone()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)StringgetText()Gets the value of the text property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)voidsetText(String value)Sets the value of the text property.JmsTextMessageTypesourceName(String value)JmsTextMessageTypetext(String value)StringtoString()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 newJmsTextMessageTypeinstance.
-
JmsTextMessageType
public JmsTextMessageType(JmsTextMessageType o)
Creates a newJmsTextMessageTypeinstance by deeply copying a givenJmsTextMessageTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
toStringin classJmsMessageType
-
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- Overrides:
hashCodein classJmsMessageType
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classJmsMessageType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classJmsMessageType
-
text
public JmsTextMessageType text(String value)
-
sourceName
public JmsTextMessageType sourceName(String value)
- Overrides:
sourceNamein classJmsMessageType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classJmsMessageType
-
clone
public JmsTextMessageType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classJmsMessageType- Returns:
- A deep copy of this object.
-
-