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 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 QNameCOMPLEX_TYPEstatic ItemNameF_HAS_MARKUPstatic ItemNameF_LOCALIZABLE_TEXTstatic ItemNameF_TEXTprotected BooleanhasMarkupprotected LocalizableMessageTypelocalizableTextprotected Stringtext
-
Constructor Summary
Constructors Constructor Description InformationPartType()InformationPartType(InformationPartType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)InformationPartTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)LocalizableMessageTypegetLocalizableText()StringgetText()inthashCode(StructuredHashCodeStrategy strategy)InformationPartTypehasMarkup(Boolean value)BooleanisHasMarkup()InformationPartTypelocalizableText(LocalizableMessageType value)voidsetHasMarkup(Boolean value)voidsetLocalizableText(LocalizableMessageType value)voidsetText(String value)InformationPartTypetext(String value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
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:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
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:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public InformationPartType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-