Class NotificationMessageType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationMessageType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class NotificationMessageType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
XML version of Message (in notifications module).
Introduced in order to provide custom notifiers.
EXPERIMENTAL
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<NotificationMessageAttachmentType>protected Stringstatic final QNameprotected Stringstatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()contentType(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) getBcc()getBody()getCc()getFrom()getTo()inthashCode(StructuredHashCodeStrategy strategy) voidvoidsetContentType(String value) voidvoidsetSubject(String value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
from
-
to
-
cc
-
bcc
-
subject
-
body
-
contentType
-
attachment
-
COMPLEX_TYPE
-
F_FROM
-
F_TO
-
F_CC
-
F_BCC
-
F_SUBJECT
-
F_BODY
-
F_CONTENT_TYPE
-
F_ATTACHMENT
-
-
Constructor Details
-
NotificationMessageType
public NotificationMessageType() -
NotificationMessageType
-
-
Method Details
-
getFrom
-
setFrom
-
getTo
-
getCc
-
getBcc
-
getSubject
-
setSubject
-
getBody
-
setBody
-
getContentType
-
setContentType
-
getAttachment
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
from
-
to
-
cc
-
bcc
-
subject
-
body
-
contentType
-
attachment
-
beginAttachment
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-