Class ResourceObjectShadowChangeDescriptionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectShadowChangeDescriptionType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ResourceObjectShadowChangeDescriptionType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Description of the change in the external resource.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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringchannelstatic QNameCOMPLEX_TYPEprotected ShadowTypecurrentShadowstatic ItemNameF_CHANNELstatic ItemNameF_CURRENT_SHADOWstatic ItemNameF_OBJECT_DELTAstatic ItemNameF_OLD_SHADOW_OIDprotected ObjectDeltaTypeobjectDeltaprotected StringoldShadowOid
-
Constructor Summary
Constructors Constructor Description ResourceObjectShadowChangeDescriptionType()Creates a newResourceObjectShadowChangeDescriptionTypeinstance.ResourceObjectShadowChangeDescriptionType(ResourceObjectShadowChangeDescriptionType o)Creates a newResourceObjectShadowChangeDescriptionTypeinstance by deeply copying a givenResourceObjectShadowChangeDescriptionTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ShadowTypebeginCurrentShadow()ObjectDeltaTypebeginObjectDelta()ResourceObjectShadowChangeDescriptionTypechannel(String value)ResourceObjectShadowChangeDescriptionTypeclone()Creates and returns a deep copy of this object.ResourceObjectShadowChangeDescriptionTypecurrentShadow(ShadowType value)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)StringgetChannel()Gets the value of the channel property.ShadowTypegetCurrentShadow()Gets the value of the currentShadow property.ObjectDeltaTypegetObjectDelta()Gets the value of the objectDelta property.StringgetOldShadowOid()Gets the value of the oldShadowOid property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ResourceObjectShadowChangeDescriptionTypeobjectDelta(ObjectDeltaType value)ResourceObjectShadowChangeDescriptionTypeoldShadowOid(String value)voidsetChannel(String value)Sets the value of the channel property.voidsetCurrentShadow(ShadowType value)Sets the value of the currentShadow property.voidsetObjectDelta(ObjectDeltaType value)Sets the value of the objectDelta property.voidsetOldShadowOid(String value)Sets the value of the oldShadowOid property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
oldShadowOid
protected String oldShadowOid
-
currentShadow
protected ShadowType currentShadow
-
objectDelta
protected ObjectDeltaType objectDelta
-
channel
protected String channel
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OLD_SHADOW_OID
public static final ItemName F_OLD_SHADOW_OID
-
F_CURRENT_SHADOW
public static final ItemName F_CURRENT_SHADOW
-
F_OBJECT_DELTA
public static final ItemName F_OBJECT_DELTA
-
F_CHANNEL
public static final ItemName F_CHANNEL
-
-
Constructor Detail
-
ResourceObjectShadowChangeDescriptionType
public ResourceObjectShadowChangeDescriptionType()
Creates a newResourceObjectShadowChangeDescriptionTypeinstance.
-
ResourceObjectShadowChangeDescriptionType
public ResourceObjectShadowChangeDescriptionType(ResourceObjectShadowChangeDescriptionType o)
Creates a newResourceObjectShadowChangeDescriptionTypeinstance by deeply copying a givenResourceObjectShadowChangeDescriptionTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getOldShadowOid
public String getOldShadowOid()
Gets the value of the oldShadowOid property.- Returns:
- possible object is
String
-
setOldShadowOid
public void setOldShadowOid(String value)
Sets the value of the oldShadowOid property.- Parameters:
value- allowed object isString
-
getCurrentShadow
public ShadowType getCurrentShadow()
Gets the value of the currentShadow property.- Returns:
- possible object is
ShadowType
-
setCurrentShadow
public void setCurrentShadow(ShadowType value)
Sets the value of the currentShadow property.- Parameters:
value- allowed object isShadowType
-
getObjectDelta
public ObjectDeltaType getObjectDelta()
Gets the value of the objectDelta property.- Returns:
- possible object is
ObjectDeltaType
-
setObjectDelta
public void setObjectDelta(ObjectDeltaType value)
Sets the value of the objectDelta property.- Parameters:
value- allowed object isObjectDeltaType
-
getChannel
public String getChannel()
Gets the value of the channel property.- Returns:
- possible object is
String
-
setChannel
public void setChannel(String value)
Sets the value of the channel property.- Parameters:
value- allowed object isString
-
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
-
oldShadowOid
public ResourceObjectShadowChangeDescriptionType oldShadowOid(String value)
-
currentShadow
public ResourceObjectShadowChangeDescriptionType currentShadow(ShadowType value)
-
beginCurrentShadow
public ShadowType beginCurrentShadow()
-
objectDelta
public ResourceObjectShadowChangeDescriptionType objectDelta(ObjectDeltaType value)
-
beginObjectDelta
public ObjectDeltaType beginObjectDelta()
-
channel
public ResourceObjectShadowChangeDescriptionType channel(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public ResourceObjectShadowChangeDescriptionType clone()
Creates and returns a deep copy of this object.
-
-