public class SynchronizationActionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SynchronizationActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchronizationActionType"> <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="handlerUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="order" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}BeforeAfterType" minOccurs="0"/> <element name="parameters" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="userTemplateRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="objectTemplateRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
SynchronizationActionType.Parameters
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected String |
description |
static QName |
F_DESCRIPTION |
static QName |
F_HANDLER_URI |
static QName |
F_NAME |
static QName |
F_OBJECT_TEMPLATE_REF |
static QName |
F_ORDER |
static QName |
F_PARAMETERS |
static QName |
F_REF |
static QName |
F_USER_TEMPLATE_REF |
protected String |
handlerUri |
protected String |
name |
protected ObjectReferenceType |
objectTemplateRef |
protected BeforeAfterType |
order |
protected SynchronizationActionType.Parameters |
parameters |
protected String |
ref |
protected ObjectReferenceType |
userTemplateRef |
Constructor and Description |
---|
SynchronizationActionType()
Creates a new
SynchronizationActionType instance. |
SynchronizationActionType(SynchronizationActionType o)
Creates a new
SynchronizationActionType instance by deeply copying a given SynchronizationActionType instance. |
Modifier and Type | Method and Description |
---|---|
SynchronizationActionType |
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) |
String |
getDescription()
Gets the value of the description property.
|
String |
getHandlerUri()
Gets the value of the handlerUri property.
|
String |
getName()
Gets the value of the name property.
|
ObjectReferenceType |
getObjectTemplateRef()
Gets the value of the objectTemplateRef property.
|
BeforeAfterType |
getOrder()
Gets the value of the order property.
|
SynchronizationActionType.Parameters |
getParameters()
Gets the value of the parameters property.
|
String |
getRef()
Gets the value of the ref property.
|
ObjectReferenceType |
getUserTemplateRef()
Gets the value of the userTemplateRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHandlerUri(String value)
Sets the value of the handlerUri property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObjectTemplateRef(ObjectReferenceType value)
Sets the value of the objectTemplateRef property.
|
void |
setOrder(BeforeAfterType value)
Sets the value of the order property.
|
void |
setParameters(SynchronizationActionType.Parameters value)
Sets the value of the parameters property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
void |
setUserTemplateRef(ObjectReferenceType value)
Sets the value of the userTemplateRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String name
protected String description
protected String handlerUri
protected BeforeAfterType order
protected SynchronizationActionType.Parameters parameters
protected ObjectReferenceType userTemplateRef
protected ObjectReferenceType objectTemplateRef
protected String ref
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_DESCRIPTION
public static final QName F_HANDLER_URI
public static final QName F_ORDER
public static final QName F_PARAMETERS
public static final QName F_USER_TEMPLATE_REF
public static final QName F_OBJECT_TEMPLATE_REF
public static final QName F_REF
public SynchronizationActionType()
SynchronizationActionType
instance.public SynchronizationActionType(SynchronizationActionType o)
SynchronizationActionType
instance by deeply copying a given SynchronizationActionType
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 String getHandlerUri()
String
public void setHandlerUri(String value)
value
- allowed object is
String
public BeforeAfterType getOrder()
BeforeAfterType
public void setOrder(BeforeAfterType value)
value
- allowed object is
BeforeAfterType
public SynchronizationActionType.Parameters getParameters()
SynchronizationActionType.Parameters
public void setParameters(SynchronizationActionType.Parameters value)
value
- allowed object is
SynchronizationActionType.Parameters
public ObjectReferenceType getUserTemplateRef()
ObjectReferenceType
public void setUserTemplateRef(ObjectReferenceType value)
value
- allowed object is
ObjectReferenceType
public ObjectReferenceType getObjectTemplateRef()
ObjectReferenceType
public void setObjectTemplateRef(ObjectReferenceType value)
value
- allowed object is
ObjectReferenceType
public void setRef(String value)
value
- allowed object is
String
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 SynchronizationActionType clone()
Copyright © 2014 Evolveum. All rights reserved.