Class LocalizableMessageArgumentType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.LocalizableMessageArgumentType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class LocalizableMessageArgumentType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Argument that is to be used for localized message parameter.
Might be a LocalizableMessageType itself, allowing for messages like
"Assignment exists for {0} {1} (OID {2}" where {0} has to be resolved
to e.g. "role", localized for the target language.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNamestatic final ItemNameprotected LocalizableMessageTypeprotected String -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getValue()inthashCode(StructuredHashCodeStrategy strategy) voidvoidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
value
-
localizable
-
COMPLEX_TYPE
-
F_VALUE
-
F_LOCALIZABLE
-
-
Constructor Details
-
LocalizableMessageArgumentType
public LocalizableMessageArgumentType() -
LocalizableMessageArgumentType
-
-
Method Details
-
getValue
-
setValue
-
getLocalizable
-
setLocalizable
-
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
-
value
-
localizable
-
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
-