public class ResourceObjectShadowChangeDescriptionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ResourceObjectShadowChangeDescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceObjectShadowChangeDescriptionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="oldShadowOid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="currentShadow" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowType" minOccurs="0"/>
<element name="objectDelta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/>
<element name="channel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
channel |
static QName |
COMPLEX_TYPE |
protected ShadowType |
currentShadow |
static QName |
F_CHANNEL |
static QName |
F_CURRENT_SHADOW |
static QName |
F_OBJECT_DELTA |
static QName |
F_OLD_SHADOW_OID |
protected com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType |
objectDelta |
protected String |
oldShadowOid |
| Constructor and Description |
|---|
ResourceObjectShadowChangeDescriptionType()
Creates a new
ResourceObjectShadowChangeDescriptionType instance. |
ResourceObjectShadowChangeDescriptionType(ResourceObjectShadowChangeDescriptionType o)
Creates a new
ResourceObjectShadowChangeDescriptionType instance by deeply copying a given ResourceObjectShadowChangeDescriptionType instance. |
| Modifier and Type | Method and Description |
|---|---|
ResourceObjectShadowChangeDescriptionType |
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) |
String |
getChannel()
Gets the value of the channel property.
|
ShadowType |
getCurrentShadow()
Gets the value of the currentShadow property.
|
com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType |
getObjectDelta()
Gets the value of the objectDelta property.
|
String |
getOldShadowOid()
Gets the value of the oldShadowOid property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setChannel(String value)
Sets the value of the channel property.
|
void |
setCurrentShadow(ShadowType value)
Sets the value of the currentShadow property.
|
void |
setObjectDelta(com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType value)
Sets the value of the objectDelta property.
|
void |
setOldShadowOid(String value)
Sets the value of the oldShadowOid property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String oldShadowOid
protected ShadowType currentShadow
protected com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType objectDelta
protected String channel
public static final QName COMPLEX_TYPE
public static final QName F_OLD_SHADOW_OID
public static final QName F_CURRENT_SHADOW
public static final QName F_OBJECT_DELTA
public static final QName F_CHANNEL
public ResourceObjectShadowChangeDescriptionType()
ResourceObjectShadowChangeDescriptionType instance.public ResourceObjectShadowChangeDescriptionType(ResourceObjectShadowChangeDescriptionType o)
ResourceObjectShadowChangeDescriptionType instance by deeply copying a given ResourceObjectShadowChangeDescriptionType instance.o - The instance to copy.NullPointerException - if o is null.public String getOldShadowOid()
Stringpublic void setOldShadowOid(String value)
value - allowed object is
Stringpublic ShadowType getCurrentShadow()
ShadowTypepublic void setCurrentShadow(ShadowType value)
value - allowed object is
ShadowTypepublic com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType getObjectDelta()
ObjectDeltaTypepublic void setObjectDelta(com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType value)
value - allowed object is
ObjectDeltaTypepublic String getChannel()
Stringpublic void setChannel(String value)
value - allowed object is
Stringpublic String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic ResourceObjectShadowChangeDescriptionType clone()
Copyright © 2016 Evolveum. All rights reserved.