Class InformationPartType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.InformationPartType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class InformationPartType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
TODO Replace by forms eventually. TEMPORARY- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_HAS_MARKUP
static ItemName
F_LOCALIZABLE_TEXT
static ItemName
F_TEXT
protected Boolean
hasMarkup
protected LocalizableMessageType
localizableText
protected String
text
-
Constructor Summary
Constructors Constructor Description InformationPartType()
InformationPartType(InformationPartType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
InformationPartType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
LocalizableMessageType
getLocalizableText()
String
getText()
int
hashCode(StructuredHashCodeStrategy strategy)
InformationPartType
hasMarkup(Boolean value)
Boolean
isHasMarkup()
InformationPartType
localizableText(LocalizableMessageType value)
void
setHasMarkup(Boolean value)
void
setLocalizableText(LocalizableMessageType value)
void
setText(String value)
InformationPartType
text(String value)
-
-
-
Field Detail
-
localizableText
protected LocalizableMessageType localizableText
-
text
protected String text
-
hasMarkup
protected Boolean hasMarkup
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_LOCALIZABLE_TEXT
public static final ItemName F_LOCALIZABLE_TEXT
-
F_TEXT
public static final ItemName F_TEXT
-
F_HAS_MARKUP
public static final ItemName F_HAS_MARKUP
-
-
Constructor Detail
-
InformationPartType
public InformationPartType()
-
InformationPartType
public InformationPartType(InformationPartType other)
-
-
Method Detail
-
getLocalizableText
public LocalizableMessageType getLocalizableText()
-
setLocalizableText
public void setLocalizableText(LocalizableMessageType value)
-
getText
public String getText()
-
setText
public void setText(String value)
-
isHasMarkup
public Boolean isHasMarkup()
-
setHasMarkup
public void setHasMarkup(Boolean value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
localizableText
public InformationPartType localizableText(LocalizableMessageType value)
-
text
public InformationPartType text(String value)
-
hasMarkup
public InformationPartType hasMarkup(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public InformationPartType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-