Class SingleLocalizableMessageType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.LocalizableMessageType
com.evolveum.midpoint.xml.ns._public.common.common_3.SingleLocalizableMessageType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
A message that is to be localized into specified language.
- 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<LocalizableMessageArgumentType>static final QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected LocalizableMessageTypeprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) fallbackMessage(String value) getKey()inthashCode(StructuredHashCodeStrategy strategy) voidvoidsetFallbackMessage(String value) voidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
key
-
argument
-
fallbackLocalizableMessage
-
fallbackMessage
-
COMPLEX_TYPE
-
F_KEY
-
F_ARGUMENT
-
F_FALLBACK_LOCALIZABLE_MESSAGE
-
F_FALLBACK_MESSAGE
-
-
Constructor Details
-
SingleLocalizableMessageType
public SingleLocalizableMessageType() -
SingleLocalizableMessageType
-
-
Method Details
-
getKey
-
setKey
-
getArgument
-
getFallbackLocalizableMessage
-
setFallbackLocalizableMessage
-
getFallbackMessage
-
setFallbackMessage
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classLocalizableMessageType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classLocalizableMessageType
-
key
-
argument
-
beginArgument
-
fallbackLocalizableMessage
-
fallbackMessage
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classLocalizableMessageType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classLocalizableMessageType
-