public class SynchronizationReactionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SynchronizationReactionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchronizationReactionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/> <element name="situation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationType"/> <element name="channel" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/> <element name="synchronize" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="reconcile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="limitPropagation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="objectTemplateRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="action" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationActionType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<SynchronizationActionType> |
action |
protected List<String> |
channel |
static QName |
COMPLEX_TYPE |
protected String |
description |
static QName |
F_ACTION |
static QName |
F_CHANNEL |
static QName |
F_DESCRIPTION |
static QName |
F_LIMIT_PROPAGATION |
static QName |
F_NAME |
static QName |
F_OBJECT_TEMPLATE_REF |
static QName |
F_RECONCILE |
static QName |
F_SITUATION |
static QName |
F_SYNCHRONIZE |
protected Boolean |
limitPropagation |
protected String |
name |
protected ObjectReferenceType |
objectTemplateRef |
protected Boolean |
reconcile |
protected SynchronizationSituationType |
situation |
protected Boolean |
synchronize |
Constructor and Description |
---|
SynchronizationReactionType()
Creates a new
SynchronizationReactionType instance. |
SynchronizationReactionType(SynchronizationReactionType o)
Creates a new
SynchronizationReactionType instance by deeply copying a given SynchronizationReactionType instance. |
Modifier and Type | Method and Description |
---|---|
SynchronizationReactionType |
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) |
List<SynchronizationActionType> |
getAction()
Gets the value of the action property.
|
List<String> |
getChannel()
Gets the value of the channel property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
ObjectReferenceType |
getObjectTemplateRef()
Gets the value of the objectTemplateRef property.
|
SynchronizationSituationType |
getSituation()
Gets the value of the situation property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isLimitPropagation()
Gets the value of the limitPropagation property.
|
Boolean |
isReconcile()
Gets the value of the reconcile property.
|
Boolean |
isSynchronize()
Gets the value of the synchronize property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLimitPropagation(Boolean value)
Sets the value of the limitPropagation property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectTemplateRef(ObjectReferenceType value)
Sets the value of the objectTemplateRef property.
|
void |
setReconcile(Boolean value)
Sets the value of the reconcile property.
|
void |
setSituation(SynchronizationSituationType value)
Sets the value of the situation property.
|
void |
setSynchronize(Boolean value)
Sets the value of the synchronize property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String name
protected String description
protected SynchronizationSituationType situation
protected Boolean synchronize
protected Boolean reconcile
protected Boolean limitPropagation
protected ObjectReferenceType objectTemplateRef
protected List<SynchronizationActionType> action
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_DESCRIPTION
public static final QName F_SITUATION
public static final QName F_CHANNEL
public static final QName F_SYNCHRONIZE
public static final QName F_RECONCILE
public static final QName F_LIMIT_PROPAGATION
public static final QName F_OBJECT_TEMPLATE_REF
public static final QName F_ACTION
public SynchronizationReactionType()
SynchronizationReactionType
instance.public SynchronizationReactionType(SynchronizationReactionType o)
SynchronizationReactionType
instance by deeply copying a given SynchronizationReactionType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public SynchronizationSituationType getSituation()
SynchronizationSituationType
public void setSituation(SynchronizationSituationType value)
value
- allowed object is
SynchronizationSituationType
public List<String> getChannel()
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 channel property.
For example, to add a new item, do as follows:
getChannel().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isSynchronize()
Boolean
public void setSynchronize(Boolean value)
value
- allowed object is
Boolean
public Boolean isReconcile()
Boolean
public void setReconcile(Boolean value)
value
- allowed object is
Boolean
public Boolean isLimitPropagation()
Boolean
public void setLimitPropagation(Boolean value)
value
- allowed object is
Boolean
public ObjectReferenceType getObjectTemplateRef()
ObjectReferenceType
public void setObjectTemplateRef(ObjectReferenceType value)
value
- allowed object is
ObjectReferenceType
public List<SynchronizationActionType> getAction()
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 action property.
For example, to add a new item, do as follows:
getAction().add(newItem);
Objects of the following type(s) are allowed in the list
SynchronizationActionType
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 SynchronizationReactionType clone()
Copyright © 2014 Evolveum. All rights reserved.