Class ProjectionObjectDeltaType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ProjectionObjectDeltaType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class ProjectionObjectDeltaType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava class for ProjectionObjectDeltaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectionObjectDeltaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="resourceShadowDiscriminator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowDiscriminatorType"/> <element name="primaryDelta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
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()
Creates a newProjectionObjectDeltaType
instance.ProjectionObjectDeltaType(ProjectionObjectDeltaType o)
Creates a newProjectionObjectDeltaType
instance by deeply copying a givenProjectionObjectDeltaType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ObjectDeltaType
beginPrimaryDelta()
ShadowDiscriminatorType
beginResourceShadowDiscriminator()
ProjectionObjectDeltaType
clone()
Creates and returns a deep copy of this object.boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
ObjectDeltaType
getPrimaryDelta()
Gets the value of the primaryDelta property.ShadowDiscriminatorType
getResourceShadowDiscriminator()
Gets the value of the resourceShadowDiscriminator property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
ProjectionObjectDeltaType
primaryDelta(ObjectDeltaType value)
ProjectionObjectDeltaType
resourceShadowDiscriminator(ShadowDiscriminatorType value)
void
setPrimaryDelta(ObjectDeltaType value)
Sets the value of the primaryDelta property.void
setResourceShadowDiscriminator(ShadowDiscriminatorType value)
Sets the value of the resourceShadowDiscriminator property.String
toString()
Generates a String representation of the contents of this type.
-
-
-
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()
Creates a newProjectionObjectDeltaType
instance.
-
ProjectionObjectDeltaType
public ProjectionObjectDeltaType(ProjectionObjectDeltaType o)
Creates a newProjectionObjectDeltaType
instance by deeply copying a givenProjectionObjectDeltaType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getResourceShadowDiscriminator
public ShadowDiscriminatorType getResourceShadowDiscriminator()
Gets the value of the resourceShadowDiscriminator property.- Returns:
- possible object is
ShadowDiscriminatorType
-
setResourceShadowDiscriminator
public void setResourceShadowDiscriminator(ShadowDiscriminatorType value)
Sets the value of the resourceShadowDiscriminator property.- Parameters:
value
- allowed object isShadowDiscriminatorType
-
getPrimaryDelta
public ObjectDeltaType getPrimaryDelta()
Gets the value of the primaryDelta property.- Returns:
- possible object is
ObjectDeltaType
-
setPrimaryDelta
public void setPrimaryDelta(ObjectDeltaType value)
Sets the value of the primaryDelta property.- Parameters:
value
- allowed object isObjectDeltaType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
resourceShadowDiscriminator
public ProjectionObjectDeltaType resourceShadowDiscriminator(ShadowDiscriminatorType value)
-
beginResourceShadowDiscriminator
public ShadowDiscriminatorType beginResourceShadowDiscriminator()
-
primaryDelta
public ProjectionObjectDeltaType primaryDelta(ObjectDeltaType value)
-
beginPrimaryDelta
public ObjectDeltaType beginPrimaryDelta()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public ProjectionObjectDeltaType clone()
Creates and returns a deep copy of this object.
-
-