Class SummaryPanelSpecificationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SummaryPanelSpecificationType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class SummaryPanelSpecificationType extends Object implements Serializable, Cloneable, Containerable
Specifies the look and feel of the summary panel.Java class for SummaryPanelSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SummaryPanelSpecificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="displayName" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiFlexibleLabelType" minOccurs="0"/> <element name="identifier" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiFlexibleLabelType" minOccurs="0"/> <element name="title1" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiFlexibleLabelType" minOccurs="0"/> <element name="title2" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiFlexibleLabelType" minOccurs="0"/> <element name="title3" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiFlexibleLabelType" minOccurs="0"/> <element name="organization" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GuiFlexibleLabelType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DISPLAY_NAME
static ItemName
F_IDENTIFIER
static ItemName
F_ORGANIZATION
static ItemName
F_TITLE_1
static ItemName
F_TITLE_2
static ItemName
F_TITLE_3
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description SummaryPanelSpecificationType()
SummaryPanelSpecificationType(PrismContext prismContext)
-
Method Summary
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DISPLAY_NAME
public static final ItemName F_DISPLAY_NAME
-
F_IDENTIFIER
public static final ItemName F_IDENTIFIER
-
F_TITLE_1
public static final ItemName F_TITLE_1
-
F_TITLE_2
public static final ItemName F_TITLE_2
-
F_TITLE_3
public static final ItemName F_TITLE_3
-
F_ORGANIZATION
public static final ItemName F_ORGANIZATION
-
-
Constructor Detail
-
SummaryPanelSpecificationType
public SummaryPanelSpecificationType()
-
SummaryPanelSpecificationType
public SummaryPanelSpecificationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
-
end
public <X> X end()
-
getDisplayName
public GuiFlexibleLabelType getDisplayName()
-
setDisplayName
public void setDisplayName(GuiFlexibleLabelType value)
-
getIdentifier
public GuiFlexibleLabelType getIdentifier()
-
setIdentifier
public void setIdentifier(GuiFlexibleLabelType value)
-
getTitle1
public GuiFlexibleLabelType getTitle1()
-
setTitle1
public void setTitle1(GuiFlexibleLabelType value)
-
getTitle2
public GuiFlexibleLabelType getTitle2()
-
setTitle2
public void setTitle2(GuiFlexibleLabelType value)
-
getTitle3
public GuiFlexibleLabelType getTitle3()
-
setTitle3
public void setTitle3(GuiFlexibleLabelType value)
-
getOrganization
public GuiFlexibleLabelType getOrganization()
-
setOrganization
public void setOrganization(GuiFlexibleLabelType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
displayName
public SummaryPanelSpecificationType displayName(GuiFlexibleLabelType value)
-
beginDisplayName
public GuiFlexibleLabelType beginDisplayName()
-
identifier
public SummaryPanelSpecificationType identifier(GuiFlexibleLabelType value)
-
beginIdentifier
public GuiFlexibleLabelType beginIdentifier()
-
title1
public SummaryPanelSpecificationType title1(GuiFlexibleLabelType value)
-
beginTitle1
public GuiFlexibleLabelType beginTitle1()
-
title2
public SummaryPanelSpecificationType title2(GuiFlexibleLabelType value)
-
beginTitle2
public GuiFlexibleLabelType beginTitle2()
-
title3
public SummaryPanelSpecificationType title3(GuiFlexibleLabelType value)
-
beginTitle3
public GuiFlexibleLabelType beginTitle3()
-
organization
public SummaryPanelSpecificationType organization(GuiFlexibleLabelType value)
-
beginOrganization
public GuiFlexibleLabelType beginOrganization()
-
id
public SummaryPanelSpecificationType id(Long value)
-
clone
public SummaryPanelSpecificationType clone()
-
-