public class SynchronizationInformationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SynchronizationInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchronizationInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="countProtected" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="countNoSynchronizationPolicy" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="countSynchronizationDisabled" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="countNotApplicableForTask" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="countDeleted" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="countDisputed" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="countLinked" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="countUnlinked" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="countUnmatched" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected int |
countDeleted |
protected int |
countDisputed |
protected int |
countLinked |
protected int |
countNoSynchronizationPolicy |
protected int |
countNotApplicableForTask |
protected int |
countProtected |
protected int |
countSynchronizationDisabled |
protected int |
countUnlinked |
protected int |
countUnmatched |
static QName |
F_COUNT_DELETED |
static QName |
F_COUNT_DISPUTED |
static QName |
F_COUNT_LINKED |
static QName |
F_COUNT_NO_SYNCHRONIZATION_POLICY |
static QName |
F_COUNT_NOT_APPLICABLE_FOR_TASK |
static QName |
F_COUNT_PROTECTED |
static QName |
F_COUNT_SYNCHRONIZATION_DISABLED |
static QName |
F_COUNT_UNLINKED |
static QName |
F_COUNT_UNMATCHED |
Constructor and Description |
---|
SynchronizationInformationType()
Creates a new
SynchronizationInformationType instance. |
SynchronizationInformationType(SynchronizationInformationType o)
Creates a new
SynchronizationInformationType instance by deeply copying a given SynchronizationInformationType instance. |
Modifier and Type | Method and Description |
---|---|
SynchronizationInformationType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
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) |
int |
getCountDeleted()
Gets the value of the countDeleted property.
|
int |
getCountDisputed()
Gets the value of the countDisputed property.
|
int |
getCountLinked()
Gets the value of the countLinked property.
|
int |
getCountNoSynchronizationPolicy()
Gets the value of the countNoSynchronizationPolicy property.
|
int |
getCountNotApplicableForTask()
Gets the value of the countNotApplicableForTask property.
|
int |
getCountProtected()
Gets the value of the countProtected property.
|
int |
getCountSynchronizationDisabled()
Gets the value of the countSynchronizationDisabled property.
|
int |
getCountUnlinked()
Gets the value of the countUnlinked property.
|
int |
getCountUnmatched()
Gets the value of the countUnmatched property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCountDeleted(int value)
Sets the value of the countDeleted property.
|
void |
setCountDisputed(int value)
Sets the value of the countDisputed property.
|
void |
setCountLinked(int value)
Sets the value of the countLinked property.
|
void |
setCountNoSynchronizationPolicy(int value)
Sets the value of the countNoSynchronizationPolicy property.
|
void |
setCountNotApplicableForTask(int value)
Sets the value of the countNotApplicableForTask property.
|
void |
setCountProtected(int value)
Sets the value of the countProtected property.
|
void |
setCountSynchronizationDisabled(int value)
Sets the value of the countSynchronizationDisabled property.
|
void |
setCountUnlinked(int value)
Sets the value of the countUnlinked property.
|
void |
setCountUnmatched(int value)
Sets the value of the countUnmatched property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected int countProtected
protected int countNoSynchronizationPolicy
protected int countSynchronizationDisabled
protected int countNotApplicableForTask
protected int countDeleted
protected int countDisputed
protected int countLinked
protected int countUnlinked
protected int countUnmatched
public static final QName COMPLEX_TYPE
public static final QName F_COUNT_PROTECTED
public static final QName F_COUNT_NO_SYNCHRONIZATION_POLICY
public static final QName F_COUNT_SYNCHRONIZATION_DISABLED
public static final QName F_COUNT_NOT_APPLICABLE_FOR_TASK
public static final QName F_COUNT_DELETED
public static final QName F_COUNT_DISPUTED
public static final QName F_COUNT_LINKED
public static final QName F_COUNT_UNLINKED
public static final QName F_COUNT_UNMATCHED
public SynchronizationInformationType()
SynchronizationInformationType
instance.public SynchronizationInformationType(SynchronizationInformationType o)
SynchronizationInformationType
instance by deeply copying a given SynchronizationInformationType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public int getCountProtected()
public void setCountProtected(int value)
public int getCountNoSynchronizationPolicy()
public void setCountNoSynchronizationPolicy(int value)
public int getCountSynchronizationDisabled()
public void setCountSynchronizationDisabled(int value)
public int getCountNotApplicableForTask()
public void setCountNotApplicableForTask(int value)
public int getCountDeleted()
public void setCountDeleted(int value)
public int getCountDisputed()
public void setCountDisputed(int value)
public int getCountLinked()
public void setCountLinked(int value)
public int getCountUnlinked()
public void setCountUnlinked(int value)
public int getCountUnmatched()
public void setCountUnmatched(int value)
public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public SynchronizationInformationType clone()
Copyright © 2015 Evolveum. All rights reserved.