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 QName
COMPLEX_TYPE
static ItemName
F_ENTRY
static ItemName
F_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 PrismContainerValue
asPrismContainerValue()
TraceDictionaryEntryType
beginEntry()
TraceDictionaryType
clone()
List<TraceDictionaryEntryType>
createEntryList()
<X> X
end()
TraceDictionaryType
entry(TraceDictionaryEntryType value)
boolean
equals(Object object)
List<TraceDictionaryEntryType>
getEntry()
Long
getId()
Integer
getIdentifier()
int
hashCode()
TraceDictionaryType
id(Long value)
TraceDictionaryType
identifier(Integer value)
void
setId(Long value)
void
setIdentifier(Integer value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.String
toString()
-
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:
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()
-
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()
-
-