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 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_LOCALIZABLE_TITLE
static ItemName
F_ORDER
static ItemName
F_PART
static ItemName
F_TITLE
protected LocalizableMessageType
localizableTitle
protected Integer
order
protected List<InformationPartType>
part
protected String
title
-
Constructor Summary
Constructors Constructor Description InformationType()
InformationType(InformationType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
InformationPartType
beginPart()
InformationType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
LocalizableMessageType
getLocalizableTitle()
Integer
getOrder()
List<InformationPartType>
getPart()
String
getTitle()
int
hashCode(StructuredHashCodeStrategy strategy)
InformationType
localizableTitle(LocalizableMessageType value)
InformationType
order(Integer value)
InformationType
part(InformationPartType value)
void
setLocalizableTitle(LocalizableMessageType value)
void
setOrder(Integer value)
void
setTitle(String value)
InformationType
title(String value)
-
-
-
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:
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
-
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:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public InformationType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-