Class 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 Detail

      • oldShadowOid

        protected String oldShadowOid
      • currentShadow

        protected ShadowType currentShadow
      • 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 new ResourceObjectShadowChangeDescriptionType instance.
      • ResourceObjectShadowChangeDescriptionType

        public ResourceObjectShadowChangeDescriptionType​(ResourceObjectShadowChangeDescriptionType o)
        Creates a new ResourceObjectShadowChangeDescriptionType instance by deeply copying a given ResourceObjectShadowChangeDescriptionType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.
    • 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 is String
      • 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 is ShadowType
      • setObjectDelta

        public void setObjectDelta​(ObjectDeltaType value)
        Sets the value of the objectDelta property.
        Parameters:
        value - allowed object is ObjectDeltaType
      • 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 is String
      • 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
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals
      • beginCurrentShadow

        public ShadowType beginCurrentShadow()