Class TraceDictionaryType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TraceDictionaryType
-
- All Implemented Interfaces:
Containerable,DebugDumpable,Serializable,Cloneable
public class TraceDictionaryType extends Object implements Serializable, Cloneable, Containerable
Object dictionary. Very experimental.Java class for TraceDictionaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TraceDictionaryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="entry" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceDictionaryEntryType" maxOccurs="unbounded" 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 QNameCOMPLEX_TYPEstatic ItemNameF_ENTRYstatic ItemNameF_IDENTIFIER-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description TraceDictionaryType()TraceDictionaryType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueasPrismContainerValue()TraceDictionaryEntryTypebeginEntry()TraceDictionaryTypeclone()List<TraceDictionaryEntryType>createEntryList()<X> Xend()TraceDictionaryTypeentry(TraceDictionaryEntryType value)booleanequals(Object object)List<TraceDictionaryEntryType>getEntry()LonggetId()IntegergetIdentifier()inthashCode()TraceDictionaryTypeid(Long value)TraceDictionaryTypeidentifier(Integer value)voidsetId(Long value)voidsetIdentifier(Integer value)voidsetupContainerValue(PrismContainerValue containerValue)Setup value to the containerable representation.StringtoString()-
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
-
TraceDictionaryType
public TraceDictionaryType()
-
TraceDictionaryType
public TraceDictionaryType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValuein interfaceContainerable
-
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
-
end
public <X> X end()
-
getIdentifier
public Integer getIdentifier()
-
setIdentifier
public void setIdentifier(Integer value)
-
getEntry
public List<TraceDictionaryEntryType> getEntry()
-
createEntryList
public List<TraceDictionaryEntryType> createEntryList()
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
identifier
public TraceDictionaryType identifier(Integer value)
-
entry
public TraceDictionaryType entry(TraceDictionaryEntryType value)
-
beginEntry
public TraceDictionaryEntryType beginEntry()
-
id
public TraceDictionaryType id(Long value)
-
clone
public TraceDictionaryType clone()
-
-