Class ShadowDiscriminatorType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowDiscriminatorType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
ResourceObjectTypeDependencyType
public class ShadowDiscriminatorType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Shadow discriminator uniquely identifies a projection among other projections linked to the same focus.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DISCRIMINATOR_ORDER
static ItemName
F_INTENT
static ItemName
F_KIND
static ItemName
F_OBJECT_CLASS_NAME
static ItemName
F_RESOURCE_REF
static ItemName
F_TAG
static ItemName
F_TOMBSTONE
static Producer<ShadowDiscriminatorType>
FACTORY
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ShadowDiscriminatorType()
ShadowDiscriminatorType(PrismContext context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, 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, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_RESOURCE_REF
public static final ItemName F_RESOURCE_REF
-
F_KIND
public static final ItemName F_KIND
-
F_INTENT
public static final ItemName F_INTENT
-
F_TAG
public static final ItemName F_TAG
-
F_OBJECT_CLASS_NAME
public static final ItemName F_OBJECT_CLASS_NAME
-
F_TOMBSTONE
public static final ItemName F_TOMBSTONE
-
F_DISCRIMINATOR_ORDER
public static final ItemName F_DISCRIMINATOR_ORDER
-
FACTORY
public static final Producer<ShadowDiscriminatorType> FACTORY
-
-
Constructor Detail
-
ShadowDiscriminatorType
public ShadowDiscriminatorType()
-
ShadowDiscriminatorType
@Deprecated public ShadowDiscriminatorType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getResourceRef
public ObjectReferenceType getResourceRef()
-
setResourceRef
public void setResourceRef(ObjectReferenceType value)
-
getKind
public ShadowKindType getKind()
-
setKind
public void setKind(ShadowKindType value)
-
getIntent
public String getIntent()
-
setIntent
public void setIntent(String value)
-
getTag
public String getTag()
-
setTag
public void setTag(String value)
-
getObjectClassName
public QName getObjectClassName()
-
setObjectClassName
public void setObjectClassName(QName value)
-
isTombstone
public Boolean isTombstone()
-
setTombstone
public void setTombstone(Boolean value)
-
getDiscriminatorOrder
public Integer getDiscriminatorOrder()
-
setDiscriminatorOrder
public void setDiscriminatorOrder(Integer value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
id
public ShadowDiscriminatorType id(Long value)
-
resourceRef
public ShadowDiscriminatorType resourceRef(ObjectReferenceType value)
-
resourceRef
public ShadowDiscriminatorType resourceRef(String oid, QName type)
-
resourceRef
public ShadowDiscriminatorType resourceRef(String oid, QName type, QName relation)
-
beginResourceRef
public ObjectReferenceType beginResourceRef()
-
kind
public ShadowDiscriminatorType kind(ShadowKindType value)
-
intent
public ShadowDiscriminatorType intent(String value)
-
tag
public ShadowDiscriminatorType tag(String value)
-
objectClassName
public ShadowDiscriminatorType objectClassName(QName value)
-
tombstone
public ShadowDiscriminatorType tombstone(Boolean value)
-
discriminatorOrder
public ShadowDiscriminatorType discriminatorOrder(Integer value)
-
end
public <X> X end()
-
clone
public ShadowDiscriminatorType clone()
- Overrides:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
-