Class PolyStringTranslationType
java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.PolyStringTranslationType
- All Implemented Interfaces:
Serializable,Cloneable
WARNING: this is NOT a generated code.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<PolyStringTranslationArgumentType>static final QNameprotected Stringprotected PolyStringTranslationTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanfallbackTranslation(PolyStringTranslationType fallbackTranslation) static @NotNull PolyStringTranslationTypefromLocalizableMessage(@NotNull SingleLocalizableMessage message) getKey()inthashCode()voidsetFallback(String fallback) voidsetFallbackTranslation(PolyStringTranslationType fallbackTranslation) voidtoString()
-
Field Details
-
COMPLEX_TYPE
-
key
-
fallback
-
fallbackTranslation
-
argument
-
-
Constructor Details
-
PolyStringTranslationType
public PolyStringTranslationType()
-
-
Method Details
-
getKey
-
setKey
-
key
-
getFallback
-
setFallback
-
fallback
-
getFallbackTranslation
-
setFallbackTranslation
-
fallbackTranslation
-
getArgument
-
hashCode
public int hashCode() -
equals
-
toString
-
clone
-
fromLocalizableMessage
@NotNull public static @NotNull PolyStringTranslationType fromLocalizableMessage(@NotNull @NotNull SingleLocalizableMessage message)
-