Class InformationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.InformationType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class InformationType 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_LOCALIZABLE_TITLEstatic ItemNameF_ORDERstatic ItemNameF_PARTstatic ItemNameF_TITLEprotected LocalizableMessageTypelocalizableTitleprotected Integerorderprotected List<InformationPartType>partprotected Stringtitle
-
Constructor Summary
Constructors Constructor Description InformationType()InformationType(InformationType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)InformationPartTypebeginPart()InformationTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)LocalizableMessageTypegetLocalizableTitle()IntegergetOrder()List<InformationPartType>getPart()StringgetTitle()inthashCode(StructuredHashCodeStrategy strategy)InformationTypelocalizableTitle(LocalizableMessageType value)InformationTypeorder(Integer value)InformationTypepart(InformationPartType value)voidsetLocalizableTitle(LocalizableMessageType value)voidsetOrder(Integer value)voidsetTitle(String value)InformationTypetitle(String value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
order
protected Integer order
-
localizableTitle
protected LocalizableMessageType localizableTitle
-
title
protected String title
-
part
protected List<InformationPartType> part
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ORDER
public static final ItemName F_ORDER
-
F_LOCALIZABLE_TITLE
public static final ItemName F_LOCALIZABLE_TITLE
-
F_TITLE
public static final ItemName F_TITLE
-
F_PART
public static final ItemName F_PART
-
-
Constructor Detail
-
InformationType
public InformationType()
-
InformationType
public InformationType(InformationType other)
-
-
Method Detail
-
getOrder
public Integer getOrder()
-
setOrder
public void setOrder(Integer value)
-
getLocalizableTitle
public LocalizableMessageType getLocalizableTitle()
-
setLocalizableTitle
public void setLocalizableTitle(LocalizableMessageType value)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String value)
-
getPart
public List<InformationPartType> getPart()
-
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
-
order
public InformationType order(Integer value)
-
localizableTitle
public InformationType localizableTitle(LocalizableMessageType value)
-
title
public InformationType title(String value)
-
part
public InformationType part(InformationPartType value)
-
beginPart
public InformationPartType beginPart()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public InformationType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-