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()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getHandlerUri()
Stringpublic void setHandlerUri(String value)
value - allowed object is
Stringpublic BeforeAfterType getOrder()
BeforeAfterTypepublic void setOrder(BeforeAfterType value)
value - allowed object is
BeforeAfterTypepublic SynchronizationActionType.Parameters getParameters()
SynchronizationActionType.Parameterspublic void setParameters(SynchronizationActionType.Parameters value)
value - allowed object is
SynchronizationActionType.Parameterspublic ObjectReferenceType getUserTemplateRef()
ObjectReferenceTypepublic void setUserTemplateRef(ObjectReferenceType value)
value - allowed object is
ObjectReferenceTypepublic ObjectReferenceType getObjectTemplateRef()
ObjectReferenceTypepublic void setObjectTemplateRef(ObjectReferenceType value)
value - allowed object is
ObjectReferenceTypepublic void setRef(String value)
value - allowed object is
Stringpublic 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.HashCodepublic 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.Equalspublic SynchronizationActionType clone()
Copyright © 2016 Evolveum. All rights reserved.