Class NotifyChangeType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class NotifyChangeType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    A request for notifyChange operation.

    Java class for NotifyChangeType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="NotifyChangeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="changeDescription" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ResourceObjectShadowChangeDescriptionType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form