public class ObjectSynchronizationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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" maxOccurs="unbounded" minOccurs="0"/> <element name="confirmation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ExpressionType" minOccurs="0"/> <element name="objectTemplateRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> <element name="reconcileAttributes" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="opportunistic" 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>
Modifier and Type | Class and Description |
---|---|
static class |
ObjectSynchronizationType.Reaction
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected ExpressionType |
confirmation |
protected List<QueryType> |
correlation |
protected Boolean |
enabled |
static QName |
F_COMPLEX___TYPE |
static QName |
F_CONFIRMATION |
static QName |
F_CORRELATION |
static QName |
F_ENABLED |
static QName |
F_OBJECT_TEMPLATE_REF |
static QName |
F_OPPORTUNISTIC |
static QName |
F_REACTION |
static QName |
F_RECONCILE_ATTRIBUTES |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_TYPE |
protected ObjectReferenceType |
objectTemplateRef |
protected Boolean |
opportunistic |
protected List<ObjectSynchronizationType.Reaction> |
reaction |
protected Boolean |
reconcileAttributes |
protected QName |
type |
Constructor and Description |
---|
ObjectSynchronizationType()
Creates a new
ObjectSynchronizationType instance. |
ObjectSynchronizationType(ObjectSynchronizationType o)
Creates a new
ObjectSynchronizationType instance by deeply copying a given ObjectSynchronizationType instance. |
Modifier and Type | Method and Description |
---|---|
ObjectSynchronizationType |
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) |
ExpressionType |
getConfirmation()
Gets the value of the confirmation property.
|
List<QueryType> |
getCorrelation()
Gets the value of the correlation property.
|
ObjectReferenceType |
getObjectTemplateRef()
Gets the value of the objectTemplateRef property.
|
List<ObjectSynchronizationType.Reaction> |
getReaction()
Gets the value of the reaction property.
|
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) |
Boolean |
isEnabled()
Gets the value of the enabled property.
|
Boolean |
isOpportunistic()
Gets the value of the opportunistic property.
|
Boolean |
isReconcileAttributes()
Gets the value of the reconcileAttributes property.
|
void |
setConfirmation(ExpressionType value)
Sets the value of the confirmation property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setObjectTemplateRef(ObjectReferenceType value)
Sets the value of the objectTemplateRef property.
|
void |
setOpportunistic(Boolean value)
Sets the value of the opportunistic property.
|
void |
setReconcileAttributes(Boolean value)
Sets the value of the reconcileAttributes property.
|
void |
setType(QName value)
Sets the value of the type property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected QName type
protected Boolean enabled
protected ExpressionType confirmation
protected ObjectReferenceType objectTemplateRef
protected Boolean reconcileAttributes
protected Boolean opportunistic
protected List<ObjectSynchronizationType.Reaction> reaction
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_TYPE
public static final QName F_ENABLED
public static final QName F_CORRELATION
public static final QName F_CONFIRMATION
public static final QName F_OBJECT_TEMPLATE_REF
public static final QName F_RECONCILE_ATTRIBUTES
public static final QName F_OPPORTUNISTIC
public static final QName F_REACTION
public static final QName F_COMPLEX___TYPE
public ObjectSynchronizationType()
ObjectSynchronizationType
instance.public ObjectSynchronizationType(ObjectSynchronizationType o)
ObjectSynchronizationType
instance by deeply copying a given ObjectSynchronizationType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public QName getType()
QName
public void setType(QName value)
value
- allowed object is
QName
public Boolean isEnabled()
Boolean
public void setEnabled(Boolean value)
value
- allowed object is
Boolean
public List<QueryType> getCorrelation()
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 correlation property.
For example, to add a new item, do as follows:
getCorrelation().add(newItem);
Objects of the following type(s) are allowed in the list
QueryType
public ExpressionType getConfirmation()
ExpressionType
public void setConfirmation(ExpressionType value)
value
- allowed object is
ExpressionType
public ObjectReferenceType getObjectTemplateRef()
ObjectReferenceType
public void setObjectTemplateRef(ObjectReferenceType value)
value
- allowed object is
ObjectReferenceType
public Boolean isReconcileAttributes()
Boolean
public void setReconcileAttributes(Boolean value)
value
- allowed object is
Boolean
public Boolean isOpportunistic()
Boolean
public void setOpportunistic(Boolean value)
value
- allowed object is
Boolean
public 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 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 ObjectSynchronizationType clone()
Copyright © 2013 evolveum. All rights reserved.