Class ProjectionObjectDeltaType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ProjectionObjectDeltaType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ProjectionObjectDeltaType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
TODO- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_PRIMARY_DELTA
static ItemName
F_RESOURCE_SHADOW_DISCRIMINATOR
protected ObjectDeltaType
primaryDelta
protected ShadowDiscriminatorType
resourceShadowDiscriminator
-
Constructor Summary
Constructors Constructor Description ProjectionObjectDeltaType()
ProjectionObjectDeltaType(ProjectionObjectDeltaType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ShadowDiscriminatorType
beginResourceShadowDiscriminator()
ProjectionObjectDeltaType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
ObjectDeltaType
getPrimaryDelta()
ShadowDiscriminatorType
getResourceShadowDiscriminator()
int
hashCode(StructuredHashCodeStrategy strategy)
ProjectionObjectDeltaType
primaryDelta(ObjectDeltaType value)
ProjectionObjectDeltaType
resourceShadowDiscriminator(ShadowDiscriminatorType value)
void
setPrimaryDelta(ObjectDeltaType value)
void
setResourceShadowDiscriminator(ShadowDiscriminatorType value)
-
-
-
Field Detail
-
resourceShadowDiscriminator
protected ShadowDiscriminatorType resourceShadowDiscriminator
-
primaryDelta
protected ObjectDeltaType primaryDelta
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_RESOURCE_SHADOW_DISCRIMINATOR
public static final ItemName F_RESOURCE_SHADOW_DISCRIMINATOR
-
F_PRIMARY_DELTA
public static final ItemName F_PRIMARY_DELTA
-
-
Constructor Detail
-
ProjectionObjectDeltaType
public ProjectionObjectDeltaType()
-
ProjectionObjectDeltaType
public ProjectionObjectDeltaType(ProjectionObjectDeltaType other)
-
-
Method Detail
-
getResourceShadowDiscriminator
public ShadowDiscriminatorType getResourceShadowDiscriminator()
-
setResourceShadowDiscriminator
public void setResourceShadowDiscriminator(ShadowDiscriminatorType value)
-
getPrimaryDelta
public ObjectDeltaType getPrimaryDelta()
-
setPrimaryDelta
public void setPrimaryDelta(ObjectDeltaType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
resourceShadowDiscriminator
public ProjectionObjectDeltaType resourceShadowDiscriminator(ShadowDiscriminatorType value)
-
beginResourceShadowDiscriminator
public ShadowDiscriminatorType beginResourceShadowDiscriminator()
-
primaryDelta
public ProjectionObjectDeltaType primaryDelta(ObjectDeltaType value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public ProjectionObjectDeltaType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-