com.evolveum.midpoint.xml.ns._public.common.common_1
Class SynchronizationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.SynchronizationType
All Implemented Interfaces:
java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class SynchronizationType
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

Defines a synchronization properties (configuration) for a resource. This applies to all flavors of synchronization (live sync, reconciliation, import, ...)

Java class for SynchronizationType complex type.

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

 <complexType name="SynchronizationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="correlation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}QueryType" minOccurs="0"/>
         <element name="confirmation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}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-1.xsd}description" minOccurs="0"/>
                   <element name="situation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}SynchronizationSituationType"/>
                   <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>
 

See Also:
Serialized Form

Nested Class Summary
static class SynchronizationType.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
           
protected  java.util.List<SynchronizationType.Reaction> reaction
           
protected  java.lang.Boolean reconcileAttributes
           
 
Constructor Summary
SynchronizationType()
           
 
Method Summary
 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<SynchronizationType.Reaction> getReaction()
          Gets the value of the reaction 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.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

enabled

protected java.lang.Boolean enabled

correlation

protected QueryType correlation

confirmation

protected ExpressionType confirmation

reconcileAttributes

protected java.lang.Boolean reconcileAttributes

reaction

protected java.util.List<SynchronizationType.Reaction> reaction

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_ENABLED

public static final javax.xml.namespace.QName F_ENABLED

F_CORRELATION

public static final javax.xml.namespace.QName F_CORRELATION

F_CONFIRMATION

public static final javax.xml.namespace.QName F_CONFIRMATION

F_RECONCILE_ATTRIBUTES

public static final javax.xml.namespace.QName F_RECONCILE_ATTRIBUTES

F_REACTION

public static final javax.xml.namespace.QName F_REACTION
Constructor Detail

SynchronizationType

public SynchronizationType()
Method Detail

isEnabled

public java.lang.Boolean isEnabled()
Gets the value of the enabled property.

Returns:
possible object is Boolean

setEnabled

public void setEnabled(java.lang.Boolean value)
Sets the value of the enabled property.

Parameters:
value - allowed object is Boolean

getCorrelation

public QueryType getCorrelation()
Gets the value of the correlation property.

Returns:
possible object is QueryType

setCorrelation

public void setCorrelation(QueryType value)
Sets the value of the correlation property.

Parameters:
value - allowed object is QueryType

getConfirmation

public ExpressionType getConfirmation()
Gets the value of the confirmation property.

Returns:
possible object is ExpressionType

setConfirmation

public void setConfirmation(ExpressionType value)
Sets the value of the confirmation property.

Parameters:
value - allowed object is ExpressionType

isReconcileAttributes

public java.lang.Boolean isReconcileAttributes()
Gets the value of the reconcileAttributes property.

Returns:
possible object is Boolean

setReconcileAttributes

public void setReconcileAttributes(java.lang.Boolean value)
Sets the value of the reconcileAttributes property.

Parameters:
value - allowed object is Boolean

getReaction

public java.util.List<SynchronizationType.Reaction> getReaction()
Gets the value of the reaction property.

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 SynchronizationType.Reaction


toString

public java.lang.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 java.lang.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 java.lang.Object

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.