Class TracingOutputMetadataType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TracingOutputMetadataType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class TracingOutputMetadataType extends Object implements Serializable, Cloneable, Containerable
Metadata e.g. time of creation, etc.Java class for TracingOutputMetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TracingOutputMetadataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="createTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="creatorRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="profile" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingProfileType" 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_CREATE_TIMESTAMP
static ItemName
F_CREATOR_REF
static ItemName
F_PROFILE
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description TracingOutputMetadataType()
TracingOutputMetadataType(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
-
-
-
-
Constructor Detail
-
TracingOutputMetadataType
public TracingOutputMetadataType()
-
TracingOutputMetadataType
public TracingOutputMetadataType(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()
-
getCreateTimestamp
public XMLGregorianCalendar getCreateTimestamp()
-
setCreateTimestamp
public void setCreateTimestamp(XMLGregorianCalendar value)
-
getCreatorRef
public ObjectReferenceType getCreatorRef()
-
setCreatorRef
public void setCreatorRef(ObjectReferenceType value)
-
getProfile
public TracingProfileType getProfile()
-
setProfile
public void setProfile(TracingProfileType value)
-
getId
public Long getId()
-
setId
public void setId(Long value)
-
createTimestamp
public TracingOutputMetadataType createTimestamp(XMLGregorianCalendar value)
-
createTimestamp
public TracingOutputMetadataType createTimestamp(String value)
-
creatorRef
public TracingOutputMetadataType creatorRef(ObjectReferenceType value)
-
creatorRef
public TracingOutputMetadataType creatorRef(String oid, QName type)
-
creatorRef
public TracingOutputMetadataType creatorRef(String oid, QName type, QName relation)
-
beginCreatorRef
public ObjectReferenceType beginCreatorRef()
-
profile
public TracingOutputMetadataType profile(TracingProfileType value)
-
beginProfile
public TracingProfileType beginProfile()
-
id
public TracingOutputMetadataType id(Long value)
-
clone
public TracingOutputMetadataType clone()
-
-