Class ActionParameterValueType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionParameterValueType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class ActionParameterValueType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Value of a parameter for an action.Java class for ActionParameterValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActionParameterValueType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <choice> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}value" minOccurs="0"/> <element ref="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}scriptingExpression" minOccurs="0"/> </choice> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_NAME
static ItemName
F_SCRIPTING_EXPRESSION
static ItemName
F_VALUE
protected String
name
protected javax.xml.bind.JAXBElement<? extends ScriptingExpressionType>
scriptingExpression
protected Object
value
-
Constructor Summary
Constructors Constructor Description ActionParameterValueType()
Creates a newActionParameterValueType
instance.ActionParameterValueType(ActionParameterValueType o)
Creates a newActionParameterValueType
instance by deeply copying a givenActionParameterValueType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ActionParameterValueType
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
getName()
Gets the value of the name property.javax.xml.bind.JAXBElement<? extends ScriptingExpressionType>
getScriptingExpression()
Parameter (argument) value.Object
getValue()
Gets the value of the value property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
ActionParameterValueType
name(String value)
ActionParameterValueType
scriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
void
setName(String value)
Sets the value of the name property.void
setScriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
Sets the value of the scriptingExpression property.void
setValue(Object value)
Sets the value of the value property.String
toString()
Generates a String representation of the contents of this type.ActionParameterValueType
value(Object value)
-
-
-
Field Detail
-
name
protected String name
-
value
protected Object value
-
scriptingExpression
protected javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> scriptingExpression
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NAME
public static final ItemName F_NAME
-
F_VALUE
public static final ItemName F_VALUE
-
F_SCRIPTING_EXPRESSION
public static final ItemName F_SCRIPTING_EXPRESSION
-
-
Constructor Detail
-
ActionParameterValueType
public ActionParameterValueType()
Creates a newActionParameterValueType
instance.
-
ActionParameterValueType
public ActionParameterValueType(ActionParameterValueType o)
Creates a newActionParameterValueType
instance by deeply copying a givenActionParameterValueType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getValue
public Object getValue()
Gets the value of the value property.- Returns:
- possible object is
Object
-
setValue
public void setValue(Object value)
Sets the value of the value property.- Parameters:
value
- allowed object isObject
-
getScriptingExpression
public javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> getScriptingExpression()
Parameter (argument) value.- Returns:
- possible object is
JAXBElement
<
ActionExpressionType
>
JAXBElement
<
AddActionExpressionType
>
JAXBElement
<
ApplyDefinitionActionExpressionType
>
JAXBElement
<
AssignActionExpressionType
>
JAXBElement
<
DeleteActionExpressionType
>
JAXBElement
<
DisableActionExpressionType
>
JAXBElement
<
EnableActionExpressionType
>
JAXBElement
<
ExecuteScriptActionExpressionType
>
JAXBElement
<
ExpressionPipelineType
>
JAXBElement
<
ExpressionSequenceType
>
JAXBElement
<
FilterContentExpressionType
>
JAXBElement
<
FilterExpressionType
>
JAXBElement
<
ForeachExpressionType
>
JAXBElement
<
GenerateValueActionExpressionType
>
JAXBElement
<
LogActionExpressionType
>
JAXBElement
<
ModifyActionExpressionType
>
JAXBElement
<
NotifyActionExpressionType
>
JAXBElement
<
PurgeSchemaActionExpressionType
>
JAXBElement
<
RecomputeActionExpressionType
>
JAXBElement
<
ResolveReferenceActionExpressionType
>
JAXBElement
<
ResumeTaskActionExpressionType
>
JAXBElement
<
ScriptingExpressionType
>
JAXBElement
<
SearchExpressionType
>
JAXBElement
<
SelectExpressionType
>
JAXBElement
<
TestResourceActionExpressionType
>
JAXBElement
<
UnassignActionExpressionType
>
-
setScriptingExpression
public void setScriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
Sets the value of the scriptingExpression property.- Parameters:
value
- allowed object isJAXBElement
<
ActionExpressionType
>
JAXBElement
<
AddActionExpressionType
>
JAXBElement
<
ApplyDefinitionActionExpressionType
>
JAXBElement
<
AssignActionExpressionType
>
JAXBElement
<
DeleteActionExpressionType
>
JAXBElement
<
DisableActionExpressionType
>
JAXBElement
<
EnableActionExpressionType
>
JAXBElement
<
ExecuteScriptActionExpressionType
>
JAXBElement
<
ExpressionPipelineType
>
JAXBElement
<
ExpressionSequenceType
>
JAXBElement
<
FilterContentExpressionType
>
JAXBElement
<
FilterExpressionType
>
JAXBElement
<
ForeachExpressionType
>
JAXBElement
<
GenerateValueActionExpressionType
>
JAXBElement
<
LogActionExpressionType
>
JAXBElement
<
ModifyActionExpressionType
>
JAXBElement
<
NotifyActionExpressionType
>
JAXBElement
<
PurgeSchemaActionExpressionType
>
JAXBElement
<
RecomputeActionExpressionType
>
JAXBElement
<
ResolveReferenceActionExpressionType
>
JAXBElement
<
ResumeTaskActionExpressionType
>
JAXBElement
<
ScriptingExpressionType
>
JAXBElement
<
SearchExpressionType
>
JAXBElement
<
SelectExpressionType
>
JAXBElement
<
TestResourceActionExpressionType
>
JAXBElement
<
UnassignActionExpressionType
>
-
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:
hashCode
in 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:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
name
public ActionParameterValueType name(String value)
-
value
public ActionParameterValueType value(Object value)
-
scriptingExpression
public ActionParameterValueType scriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public ActionParameterValueType clone()
Creates and returns a deep copy of this object.
-
-