Class MessageTemplateContentType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.MessageTemplateContentType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
LocalizedMessageTemplateContentType
public class MessageTemplateContentType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Specifies the content of the message used with a transport mechanism, for instance mail.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_ATTACHMENT
static ItemName
F_ATTACHMENT_EXPRESSION
static ItemName
F_BODY_EXPRESSION
static ItemName
F_CONTENT_TYPE
static ItemName
F_SUBJECT_EXPRESSION
static Producer<MessageTemplateContentType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description MessageTemplateContentType()
MessageTemplateContentType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SUBJECT_EXPRESSION
public static final ItemName F_SUBJECT_EXPRESSION
-
F_BODY_EXPRESSION
public static final ItemName F_BODY_EXPRESSION
-
F_CONTENT_TYPE
public static final ItemName F_CONTENT_TYPE
-
F_ATTACHMENT
public static final ItemName F_ATTACHMENT
-
F_ATTACHMENT_EXPRESSION
public static final ItemName F_ATTACHMENT_EXPRESSION
-
FACTORY
public static final Producer<MessageTemplateContentType> FACTORY
-
-
Constructor Detail
-
MessageTemplateContentType
public MessageTemplateContentType()
-
MessageTemplateContentType
@Deprecated public MessageTemplateContentType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getSubjectExpression
public ExpressionType getSubjectExpression()
-
setSubjectExpression
public void setSubjectExpression(ExpressionType value)
-
getBodyExpression
public ExpressionType getBodyExpression()
-
setBodyExpression
public void setBodyExpression(ExpressionType value)
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String value)
-
getAttachment
public List<NotificationMessageAttachmentType> getAttachment()
-
getAttachmentExpression
public ExpressionType getAttachmentExpression()
-
setAttachmentExpression
public void setAttachmentExpression(ExpressionType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
subjectExpression
public MessageTemplateContentType subjectExpression(ExpressionType value)
-
beginSubjectExpression
public ExpressionType beginSubjectExpression()
-
bodyExpression
public MessageTemplateContentType bodyExpression(ExpressionType value)
-
beginBodyExpression
public ExpressionType beginBodyExpression()
-
contentType
public MessageTemplateContentType contentType(String value)
-
attachment
public MessageTemplateContentType attachment(NotificationMessageAttachmentType value)
-
beginAttachment
public NotificationMessageAttachmentType beginAttachment()
-
attachmentExpression
public MessageTemplateContentType attachmentExpression(ExpressionType value)
-
beginAttachmentExpression
public ExpressionType beginAttachmentExpression()
-
end
public <X> X end()
-
clone
public MessageTemplateContentType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-