Class ObjectSynchronizationDiscriminatorType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSynchronizationDiscriminatorType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ObjectSynchronizationDiscriminatorType extends Object implements Serializable, Cloneable, JaxbVisitable, 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 ObjectSynchronizationDiscriminatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectSynchronizationDiscriminatorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="kind" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowKindType" minOccurs="0"/> <element name="intent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="synchronizationSituation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationType" minOccurs="0"/> <element name="owner" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}FocusType" minOccurs="0"/> <element name="skip" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_INTENTstatic ItemNameF_KINDstatic ItemNameF_OWNERstatic ItemNameF_SKIPstatic ItemNameF_SYNCHRONIZATION_SITUATIONprotected Stringintentprotected ShadowKindTypekindprotected FocusTypeownerprotected Booleanskipprotected SynchronizationSituationTypesynchronizationSituation
-
Constructor Summary
Constructors Constructor Description ObjectSynchronizationDiscriminatorType()Creates a newObjectSynchronizationDiscriminatorTypeinstance.ObjectSynchronizationDiscriminatorType(ObjectSynchronizationDiscriminatorType o)Creates a newObjectSynchronizationDiscriminatorTypeinstance by deeply copying a givenObjectSynchronizationDiscriminatorTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectSynchronizationDiscriminatorTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)StringgetIntent()Gets the value of the intent property.ShadowKindTypegetKind()Gets the value of the kind property.FocusTypegetOwner()Gets the value of the owner property.SynchronizationSituationTypegetSynchronizationSituation()Gets the value of the synchronizationSituation property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ObjectSynchronizationDiscriminatorTypeintent(String value)BooleanisSkip()Gets the value of the skip property.ObjectSynchronizationDiscriminatorTypekind(ShadowKindType value)ObjectSynchronizationDiscriminatorTypeowner(FocusType value)voidsetIntent(String value)Sets the value of the intent property.voidsetKind(ShadowKindType value)Sets the value of the kind property.voidsetOwner(FocusType value)Sets the value of the owner property.voidsetSkip(Boolean value)Sets the value of the skip property.voidsetSynchronizationSituation(SynchronizationSituationType value)Sets the value of the synchronizationSituation property.ObjectSynchronizationDiscriminatorTypeskip(Boolean value)ObjectSynchronizationDiscriminatorTypesynchronizationSituation(SynchronizationSituationType value)StringtoString()Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
kind
protected ShadowKindType kind
-
intent
protected String intent
-
synchronizationSituation
protected SynchronizationSituationType synchronizationSituation
-
owner
protected FocusType owner
-
skip
protected Boolean skip
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_KIND
public static final ItemName F_KIND
-
F_INTENT
public static final ItemName F_INTENT
-
F_SYNCHRONIZATION_SITUATION
public static final ItemName F_SYNCHRONIZATION_SITUATION
-
F_OWNER
public static final ItemName F_OWNER
-
F_SKIP
public static final ItemName F_SKIP
-
-
Constructor Detail
-
ObjectSynchronizationDiscriminatorType
public ObjectSynchronizationDiscriminatorType()
Creates a newObjectSynchronizationDiscriminatorTypeinstance.
-
ObjectSynchronizationDiscriminatorType
public ObjectSynchronizationDiscriminatorType(ObjectSynchronizationDiscriminatorType o)
Creates a newObjectSynchronizationDiscriminatorTypeinstance by deeply copying a givenObjectSynchronizationDiscriminatorTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getKind
public ShadowKindType getKind()
Gets the value of the kind property.- Returns:
- possible object is
ShadowKindType
-
setKind
public void setKind(ShadowKindType value)
Sets the value of the kind property.- Parameters:
value- allowed object isShadowKindType
-
getIntent
public String getIntent()
Gets the value of the intent property.- Returns:
- possible object is
String
-
setIntent
public void setIntent(String value)
Sets the value of the intent property.- Parameters:
value- allowed object isString
-
getSynchronizationSituation
public SynchronizationSituationType getSynchronizationSituation()
Gets the value of the synchronizationSituation property.- Returns:
- possible object is
SynchronizationSituationType
-
setSynchronizationSituation
public void setSynchronizationSituation(SynchronizationSituationType value)
Sets the value of the synchronizationSituation property.- Parameters:
value- allowed object isSynchronizationSituationType
-
getOwner
public FocusType getOwner()
Gets the value of the owner property.- Returns:
- possible object is
FocusType
-
setOwner
public void setOwner(FocusType value)
Sets the value of the owner property.- Parameters:
value- allowed object isFocusType
-
isSkip
public Boolean isSkip()
Gets the value of the skip property.- Returns:
- possible object is
Boolean
-
setSkip
public void setSkip(Boolean value)
Sets the value of the skip property.- Parameters:
value- allowed object isBoolean
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
kind
public ObjectSynchronizationDiscriminatorType kind(ShadowKindType value)
-
intent
public ObjectSynchronizationDiscriminatorType intent(String value)
-
synchronizationSituation
public ObjectSynchronizationDiscriminatorType synchronizationSituation(SynchronizationSituationType value)
-
owner
public ObjectSynchronizationDiscriminatorType owner(FocusType value)
-
skip
public ObjectSynchronizationDiscriminatorType skip(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public ObjectSynchronizationDiscriminatorType clone()
Creates and returns a deep copy of this object.
-
-