|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_2a.ObjectSynchronizationType
public class ObjectSynchronizationType
Defines a synchronization properties (configuration) for a specific type of object, e.g. User. This applies to all flavors of synchronization (live sync, reconciliation, import, ...)
Java class for ObjectSynchronizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectSynchronizationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="correlation" type="{http://prism.evolveum.com/xml/ns/public/query-2}QueryType" minOccurs="0"/> <element name="confirmation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ExpressionType" minOccurs="0"/> <element name="reconcileAttributes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="reaction" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}description" minOccurs="0"/> <element name="situation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}SynchronizationSituationType"/> <element name="channel" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> <element name="action" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
ObjectSynchronizationType.Reaction
Java class for anonymous complex type. |
Field Summary | |
---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected ExpressionType |
confirmation
|
protected QueryType |
correlation
|
protected java.lang.Boolean |
enabled
|
static javax.xml.namespace.QName |
F_CONFIRMATION
|
static javax.xml.namespace.QName |
F_CORRELATION
|
static javax.xml.namespace.QName |
F_ENABLED
|
static javax.xml.namespace.QName |
F_REACTION
|
static javax.xml.namespace.QName |
F_RECONCILE_ATTRIBUTES
|
static javax.xml.namespace.QName |
F_TYPE
|
protected java.util.List<ObjectSynchronizationType.Reaction> |
reaction
|
protected java.lang.Boolean |
reconcileAttributes
|
protected javax.xml.namespace.QName |
type
|
Constructor Summary | |
---|---|
ObjectSynchronizationType()
Creates a new ObjectSynchronizationType instance. |
|
ObjectSynchronizationType(ObjectSynchronizationType o)
Creates a new ObjectSynchronizationType instance by deeply copying a given ObjectSynchronizationType instance. |
Method Summary | |
---|---|
ObjectSynchronizationType |
clone()
Creates and returns a deep copy of this object. |
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
ExpressionType |
getConfirmation()
Gets the value of the confirmation property. |
QueryType |
getCorrelation()
Gets the value of the correlation property. |
java.util.List<ObjectSynchronizationType.Reaction> |
getReaction()
Gets the value of the reaction property. |
javax.xml.namespace.QName |
getType()
Gets the value of the type property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
java.lang.Boolean |
isEnabled()
Gets the value of the enabled property. |
java.lang.Boolean |
isReconcileAttributes()
Gets the value of the reconcileAttributes property. |
void |
setConfirmation(ExpressionType value)
Sets the value of the confirmation property. |
void |
setCorrelation(QueryType value)
Sets the value of the correlation property. |
void |
setEnabled(java.lang.Boolean value)
Sets the value of the enabled property. |
void |
setReconcileAttributes(java.lang.Boolean value)
Sets the value of the reconcileAttributes property. |
void |
setType(javax.xml.namespace.QName value)
Sets the value of the type property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected javax.xml.namespace.QName type
protected java.lang.Boolean enabled
protected QueryType correlation
protected ExpressionType confirmation
protected java.lang.Boolean reconcileAttributes
protected java.util.List<ObjectSynchronizationType.Reaction> reaction
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_TYPE
public static final javax.xml.namespace.QName F_ENABLED
public static final javax.xml.namespace.QName F_CORRELATION
public static final javax.xml.namespace.QName F_CONFIRMATION
public static final javax.xml.namespace.QName F_RECONCILE_ATTRIBUTES
public static final javax.xml.namespace.QName F_REACTION
Constructor Detail |
---|
public ObjectSynchronizationType()
ObjectSynchronizationType
instance.
public ObjectSynchronizationType(ObjectSynchronizationType o)
ObjectSynchronizationType
instance by deeply copying a given ObjectSynchronizationType
instance.
o
- The instance to copy.
java.lang.NullPointerException
- if o
is null
.Method Detail |
---|
public javax.xml.namespace.QName getType()
QName
public void setType(javax.xml.namespace.QName value)
value
- allowed object is
QName
public java.lang.Boolean isEnabled()
Boolean
public void setEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public QueryType getCorrelation()
QueryType
public void setCorrelation(QueryType value)
value
- allowed object is
QueryType
public ExpressionType getConfirmation()
ExpressionType
public void setConfirmation(ExpressionType value)
value
- allowed object is
ExpressionType
public java.lang.Boolean isReconcileAttributes()
Boolean
public void setReconcileAttributes(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.util.List<ObjectSynchronizationType.Reaction> getReaction()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the reaction property.
For example, to add a new item, do as follows:
getReaction().add(newItem);
Objects of the following type(s) are allowed in the list
ObjectSynchronizationType.Reaction
public java.lang.String toString()
toString
in class java.lang.Object
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 int hashCode()
hashCode
in class java.lang.Object
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public ObjectSynchronizationType clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |