Class NotificationMessageAttachmentType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.NotificationMessageAttachmentType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class NotificationMessageAttachmentType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Message attachment for notifications. The content might be provided either directly (as arbitrary object)
or by referencing a file.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()contentFromFile(String value) contentType(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) inthashCode(StructuredHashCodeStrategy strategy) voidsetContent(Object value) voidsetContentFromFile(String value) voidsetContentId(String value) voidsetContentType(String value) voidsetFileName(String value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
contentType
-
-
contentFromFile
-
fileName
-
contentId
-
COMPLEX_TYPE
-
F_CONTENT_TYPE
-
F_CONTENT
-
F_CONTENT_FROM_FILE
-
F_FILE_NAME
-
F_CONTENT_ID
-
-
Constructor Details
-
NotificationMessageAttachmentType
public NotificationMessageAttachmentType() -
NotificationMessageAttachmentType
-
-
Method Details
-
getContentType
-
setContentType
-
getContent
-
setContent
-
getContentFromFile
-
setContentFromFile
-
getFileName
-
setFileName
-
getContentId
-
setContentId
-
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
-
contentType
-
content
-
contentFromFile
-
fileName
-
contentId
-
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
-