Class SynchronizationInformationType

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

    public class SynchronizationInformationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Information about synchronization situations of objects processed by synchronization-related tasks: live sync, import, reconciliation. Currently it shows just counters for possible sync situations. <p>Java class for SynchronizationInformationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SynchronizationInformationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="countProtected" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countNoSynchronizationPolicy" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countSynchronizationDisabled" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countNotApplicableForTask" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countDeleted" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countDisputed" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countLinked" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countUnlinked" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countUnmatched" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countProtectedAfter" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countNoSynchronizationPolicyAfter" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countSynchronizationDisabledAfter" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countNotApplicableForTaskAfter" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countDeletedAfter" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countDisputedAfter" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countLinkedAfter" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countUnlinkedAfter" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;element name="countUnmatchedAfter" type="{http://www.w3.org/2001/XMLSchema}int"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • countProtected

        protected int countProtected
      • countNoSynchronizationPolicy

        protected int countNoSynchronizationPolicy
      • countSynchronizationDisabled

        protected int countSynchronizationDisabled
      • countNotApplicableForTask

        protected int countNotApplicableForTask
      • countDeleted

        protected int countDeleted
      • countDisputed

        protected int countDisputed
      • countLinked

        protected int countLinked
      • countUnlinked

        protected int countUnlinked
      • countUnmatched

        protected int countUnmatched
      • countProtectedAfter

        protected int countProtectedAfter
      • countNoSynchronizationPolicyAfter

        protected int countNoSynchronizationPolicyAfter
      • countSynchronizationDisabledAfter

        protected int countSynchronizationDisabledAfter
      • countNotApplicableForTaskAfter

        protected int countNotApplicableForTaskAfter
      • countDeletedAfter

        protected int countDeletedAfter
      • countDisputedAfter

        protected int countDisputedAfter
      • countLinkedAfter

        protected int countLinkedAfter
      • countUnlinkedAfter

        protected int countUnlinkedAfter
      • countUnmatchedAfter

        protected int countUnmatchedAfter
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_COUNT_PROTECTED

        public static final ItemName F_COUNT_PROTECTED
      • F_COUNT_NO_SYNCHRONIZATION_POLICY

        public static final ItemName F_COUNT_NO_SYNCHRONIZATION_POLICY
      • F_COUNT_SYNCHRONIZATION_DISABLED

        public static final ItemName F_COUNT_SYNCHRONIZATION_DISABLED
      • F_COUNT_NOT_APPLICABLE_FOR_TASK

        public static final ItemName F_COUNT_NOT_APPLICABLE_FOR_TASK
      • F_COUNT_DELETED

        public static final ItemName F_COUNT_DELETED
      • F_COUNT_DISPUTED

        public static final ItemName F_COUNT_DISPUTED
      • F_COUNT_LINKED

        public static final ItemName F_COUNT_LINKED
      • F_COUNT_UNLINKED

        public static final ItemName F_COUNT_UNLINKED
      • F_COUNT_UNMATCHED

        public static final ItemName F_COUNT_UNMATCHED
      • F_COUNT_PROTECTED_AFTER

        public static final ItemName F_COUNT_PROTECTED_AFTER
      • F_COUNT_NO_SYNCHRONIZATION_POLICY_AFTER

        public static final ItemName F_COUNT_NO_SYNCHRONIZATION_POLICY_AFTER
      • F_COUNT_SYNCHRONIZATION_DISABLED_AFTER

        public static final ItemName F_COUNT_SYNCHRONIZATION_DISABLED_AFTER
      • F_COUNT_NOT_APPLICABLE_FOR_TASK_AFTER

        public static final ItemName F_COUNT_NOT_APPLICABLE_FOR_TASK_AFTER
      • F_COUNT_DELETED_AFTER

        public static final ItemName F_COUNT_DELETED_AFTER
      • F_COUNT_DISPUTED_AFTER

        public static final ItemName F_COUNT_DISPUTED_AFTER
      • F_COUNT_LINKED_AFTER

        public static final ItemName F_COUNT_LINKED_AFTER
      • F_COUNT_UNLINKED_AFTER

        public static final ItemName F_COUNT_UNLINKED_AFTER
      • F_COUNT_UNMATCHED_AFTER

        public static final ItemName F_COUNT_UNMATCHED_AFTER
    • Constructor Detail

      • SynchronizationInformationType

        public SynchronizationInformationType()
        Creates a new {@code SynchronizationInformationType} instance.
      • SynchronizationInformationType

        public SynchronizationInformationType​(SynchronizationInformationType o)
        Creates a new {@code SynchronizationInformationType} instance by deeply copying a given {@code SynchronizationInformationType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.
    • Method Detail

      • getCountProtected

        public int getCountProtected()
        Gets the value of the countProtected property.
      • setCountProtected

        public void setCountProtected​(int value)
        Sets the value of the countProtected property.
      • getCountNoSynchronizationPolicy

        public int getCountNoSynchronizationPolicy()
        Gets the value of the countNoSynchronizationPolicy property.
      • setCountNoSynchronizationPolicy

        public void setCountNoSynchronizationPolicy​(int value)
        Sets the value of the countNoSynchronizationPolicy property.
      • getCountSynchronizationDisabled

        public int getCountSynchronizationDisabled()
        Gets the value of the countSynchronizationDisabled property.
      • setCountSynchronizationDisabled

        public void setCountSynchronizationDisabled​(int value)
        Sets the value of the countSynchronizationDisabled property.
      • getCountNotApplicableForTask

        public int getCountNotApplicableForTask()
        Gets the value of the countNotApplicableForTask property.
      • setCountNotApplicableForTask

        public void setCountNotApplicableForTask​(int value)
        Sets the value of the countNotApplicableForTask property.
      • getCountDeleted

        public int getCountDeleted()
        Gets the value of the countDeleted property.
      • setCountDeleted

        public void setCountDeleted​(int value)
        Sets the value of the countDeleted property.
      • getCountDisputed

        public int getCountDisputed()
        Gets the value of the countDisputed property.
      • setCountDisputed

        public void setCountDisputed​(int value)
        Sets the value of the countDisputed property.
      • getCountLinked

        public int getCountLinked()
        Gets the value of the countLinked property.
      • setCountLinked

        public void setCountLinked​(int value)
        Sets the value of the countLinked property.
      • getCountUnlinked

        public int getCountUnlinked()
        Gets the value of the countUnlinked property.
      • setCountUnlinked

        public void setCountUnlinked​(int value)
        Sets the value of the countUnlinked property.
      • getCountUnmatched

        public int getCountUnmatched()
        Gets the value of the countUnmatched property.
      • setCountUnmatched

        public void setCountUnmatched​(int value)
        Sets the value of the countUnmatched property.
      • getCountProtectedAfter

        public int getCountProtectedAfter()
        Gets the value of the countProtectedAfter property.
      • setCountProtectedAfter

        public void setCountProtectedAfter​(int value)
        Sets the value of the countProtectedAfter property.
      • getCountNoSynchronizationPolicyAfter

        public int getCountNoSynchronizationPolicyAfter()
        Gets the value of the countNoSynchronizationPolicyAfter property.
      • setCountNoSynchronizationPolicyAfter

        public void setCountNoSynchronizationPolicyAfter​(int value)
        Sets the value of the countNoSynchronizationPolicyAfter property.
      • getCountSynchronizationDisabledAfter

        public int getCountSynchronizationDisabledAfter()
        Gets the value of the countSynchronizationDisabledAfter property.
      • setCountSynchronizationDisabledAfter

        public void setCountSynchronizationDisabledAfter​(int value)
        Sets the value of the countSynchronizationDisabledAfter property.
      • getCountNotApplicableForTaskAfter

        public int getCountNotApplicableForTaskAfter()
        Gets the value of the countNotApplicableForTaskAfter property.
      • setCountNotApplicableForTaskAfter

        public void setCountNotApplicableForTaskAfter​(int value)
        Sets the value of the countNotApplicableForTaskAfter property.
      • getCountDeletedAfter

        public int getCountDeletedAfter()
        Gets the value of the countDeletedAfter property.
      • setCountDeletedAfter

        public void setCountDeletedAfter​(int value)
        Sets the value of the countDeletedAfter property.
      • getCountDisputedAfter

        public int getCountDisputedAfter()
        Gets the value of the countDisputedAfter property.
      • setCountDisputedAfter

        public void setCountDisputedAfter​(int value)
        Sets the value of the countDisputedAfter property.
      • getCountLinkedAfter

        public int getCountLinkedAfter()
        Gets the value of the countLinkedAfter property.
      • setCountLinkedAfter

        public void setCountLinkedAfter​(int value)
        Sets the value of the countLinkedAfter property.
      • getCountUnlinkedAfter

        public int getCountUnlinkedAfter()
        Gets the value of the countUnlinkedAfter property.
      • setCountUnlinkedAfter

        public void setCountUnlinkedAfter​(int value)
        Sets the value of the countUnlinkedAfter property.
      • getCountUnmatchedAfter

        public int getCountUnmatchedAfter()
        Gets the value of the countUnmatchedAfter property.
      • setCountUnmatchedAfter

        public void setCountUnmatchedAfter​(int value)
        Sets the value of the countUnmatchedAfter property.
      • 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