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 QNameCOMPLEX_TYPEstatic ItemNameF_PRIMARY_DELTAstatic ItemNameF_RESOURCE_SHADOW_DISCRIMINATORprotected ObjectDeltaTypeprimaryDeltaprotected ShadowDiscriminatorTyperesourceShadowDiscriminator
-
Constructor Summary
Constructors Constructor Description ProjectionObjectDeltaType()Creates a newProjectionObjectDeltaTypeinstance.ProjectionObjectDeltaType(ProjectionObjectDeltaType o)Creates a newProjectionObjectDeltaTypeinstance by deeply copying a givenProjectionObjectDeltaTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectDeltaTypebeginPrimaryDelta()ShadowDiscriminatorTypebeginResourceShadowDiscriminator()ProjectionObjectDeltaTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)ObjectDeltaTypegetPrimaryDelta()Gets the value of the primaryDelta property.ShadowDiscriminatorTypegetResourceShadowDiscriminator()Gets the value of the resourceShadowDiscriminator property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ProjectionObjectDeltaTypeprimaryDelta(ObjectDeltaType value)ProjectionObjectDeltaTyperesourceShadowDiscriminator(ShadowDiscriminatorType value)voidsetPrimaryDelta(ObjectDeltaType value)Sets the value of the primaryDelta property.voidsetResourceShadowDiscriminator(ShadowDiscriminatorType value)Sets the value of the resourceShadowDiscriminator property.StringtoString()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 newProjectionObjectDeltaTypeinstance.
-
ProjectionObjectDeltaType
public ProjectionObjectDeltaType(ProjectionObjectDeltaType o)
Creates a newProjectionObjectDeltaTypeinstance by deeply copying a givenProjectionObjectDeltaTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
hashCodein 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:
equalsin 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:
acceptin interfaceJaxbVisitable
-
clone
public ProjectionObjectDeltaType clone()
Creates and returns a deep copy of this object.
-
-