Class SynchronizationSituationDescriptionType

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

    public class SynchronizationSituationDescriptionType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Complex description of a synchronization situation. It describes the resulting situation but also when it happened (timestamp) and from where it originated (channel). <p>Java class for SynchronizationSituationDescriptionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SynchronizationSituationDescriptionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="situation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationType"/&gt; &lt;element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/&gt; &lt;element name="channel" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/&gt; &lt;element name="full" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form