Class IndirectSearchItemConfigurationType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.IndirectSearchItemConfigurationType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class IndirectSearchItemConfigurationType extends UserInterfaceFeatureType implements Serializable, Cloneable, Containerable
Configuration for indirect search item. <p>Java class for IndirectSearchItemConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="IndirectSearchItemConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceFeatureType"> <sequence> <element name="indirect" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType> </pre>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_INDIRECT-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
F_DESCRIPTION, F_DISPLAY, F_DISPLAY_ORDER, F_DOCUMENTATION, F_IDENTIFIER, F_VISIBILITY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description IndirectSearchItemConfigurationType()IndirectSearchItemConfigurationType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()DisplayTypebeginDisplay()IndirectSearchItemConfigurationTypeclone()IndirectSearchItemConfigurationTypedescription(String value)IndirectSearchItemConfigurationTypedisplay(DisplayType value)IndirectSearchItemConfigurationTypedisplayOrder(Integer value)IndirectSearchItemConfigurationTypedocumentation(String value)<X> Xend()booleanequals(Object object)inthashCode()IndirectSearchItemConfigurationTypeidentifier(String value)IndirectSearchItemConfigurationTypeindirect(Boolean value)BooleanisIndirect()voidsetIndirect(Boolean value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()IndirectSearchItemConfigurationTypevisibility(UserInterfaceElementVisibilityType value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.UserInterfaceFeatureType
getDescription, getDisplay, getDisplayOrder, getDocumentation, getIdentifier, getVisibility, setDescription, setDisplay, setDisplayOrder, setDocumentation, setIdentifier, setVisibility
-
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
-
-
-
-
Constructor Detail
-
IndirectSearchItemConfigurationType
public IndirectSearchItemConfigurationType()
-
IndirectSearchItemConfigurationType
public IndirectSearchItemConfigurationType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable- Overrides:
asPrismContainerValuein classUserInterfaceFeatureType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:ContainerableSetup 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:
setupContainerValuein interfaceContainerable- Overrides:
setupContainerValuein classUserInterfaceFeatureType
-
toString
public String toString()
- Overrides:
toStringin classUserInterfaceFeatureType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classUserInterfaceFeatureType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classUserInterfaceFeatureType
-
end
public <X> X end()
- Overrides:
endin classUserInterfaceFeatureType
-
isIndirect
public Boolean isIndirect()
-
setIndirect
public void setIndirect(Boolean value)
-
indirect
public IndirectSearchItemConfigurationType indirect(Boolean value)
-
identifier
public IndirectSearchItemConfigurationType identifier(String value)
- Overrides:
identifierin classUserInterfaceFeatureType
-
description
public IndirectSearchItemConfigurationType description(String value)
- Overrides:
descriptionin classUserInterfaceFeatureType
-
documentation
public IndirectSearchItemConfigurationType documentation(String value)
- Overrides:
documentationin classUserInterfaceFeatureType
-
display
public IndirectSearchItemConfigurationType display(DisplayType value)
- Overrides:
displayin classUserInterfaceFeatureType
-
beginDisplay
public DisplayType beginDisplay()
- Overrides:
beginDisplayin classUserInterfaceFeatureType
-
visibility
public IndirectSearchItemConfigurationType visibility(UserInterfaceElementVisibilityType value)
- Overrides:
visibilityin classUserInterfaceFeatureType
-
displayOrder
public IndirectSearchItemConfigurationType displayOrder(Integer value)
- Overrides:
displayOrderin classUserInterfaceFeatureType
-
clone
public IndirectSearchItemConfigurationType clone()
- Overrides:
clonein classUserInterfaceFeatureType
-
-