Class ShadowDiscriminatorType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ShadowDiscriminatorType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
- Direct Known Subclasses:
ResourceObjectTypeDependencyType
public class ShadowDiscriminatorType extends Object implements Serializable, Cloneable, Containerable
Shadow discriminator uniquely identifies a projection among other projections linked to the same focus.Java class for ShadowDiscriminatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShadowDiscriminatorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="resourceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowKindType" minOccurs="0"/> <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="objectClassName" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="tombstone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="discriminatorOrder" type="{http://www.w3.org/2001/XMLSchema}int" 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_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
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ShadowDiscriminatorType()
ShadowDiscriminatorType(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
-
-
-
-
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
-
-
Constructor Detail
-
ShadowDiscriminatorType
public ShadowDiscriminatorType()
-
ShadowDiscriminatorType
public ShadowDiscriminatorType(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()
-
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)
-
getId
public Long getId()
-
setId
public void setId(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)
-
id
public ShadowDiscriminatorType id(Long value)
-
clone
public ShadowDiscriminatorType clone()
-
-