Class UnassignActionExpressionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.AbstractExecutionActionExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.UnassignActionExpressionType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class UnassignActionExpressionType extends AbstractExecutionActionExpressionType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Statically-typed "unassign" action.Java class for UnassignActionExpressionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnassignActionExpressionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}AbstractExecutionActionExpressionType"> <sequence> <element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_FILTERprotected SearchFilterTypefilter-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.AbstractExecutionActionExpressionType
dryRun, executeOptions, F_DRY_RUN, F_EXECUTE_OPTIONS
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
F_PARAMETER, F_TYPE, parameter, type
-
-
Constructor Summary
Constructors Constructor Description UnassignActionExpressionType()Creates a newUnassignActionExpressionTypeinstance.UnassignActionExpressionType(UnassignActionExpressionType o)Creates a newUnassignActionExpressionTypeinstance by deeply copying a givenUnassignActionExpressionTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ModelExecuteOptionsTypebeginExecuteOptions()SearchFilterTypebeginFilter()ActionParameterValueTypebeginParameter()UnassignActionExpressionTypeclone()Creates and returns a deep copy of this object.UnassignActionExpressionTypedryRun(Boolean value)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)UnassignActionExpressionTypeexecuteOptions(ModelExecuteOptionsType value)UnassignActionExpressionTypefilter(SearchFilterType value)SearchFilterTypegetFilter()Gets the value of the filter property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)UnassignActionExpressionTypeparameter(ActionParameterValueType value)voidsetFilter(SearchFilterType value)Sets the value of the filter property.StringtoString()Generates a String representation of the contents of this type.UnassignActionExpressionTypetype(String value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.AbstractExecutionActionExpressionType
getExecuteOptions, isDryRun, setDryRun, setExecuteOptions
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionExpressionType
getParameter, getType, setType
-
-
-
-
Field Detail
-
filter
protected SearchFilterType filter
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_FILTER
public static final ItemName F_FILTER
-
-
Constructor Detail
-
UnassignActionExpressionType
public UnassignActionExpressionType()
Creates a newUnassignActionExpressionTypeinstance.
-
UnassignActionExpressionType
public UnassignActionExpressionType(UnassignActionExpressionType o)
Creates a newUnassignActionExpressionTypeinstance by deeply copying a givenUnassignActionExpressionTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getFilter
public SearchFilterType getFilter()
Gets the value of the filter property.- Returns:
- possible object is
SearchFilterType
-
setFilter
public void setFilter(SearchFilterType value)
Sets the value of the filter property.- Parameters:
value- allowed object isSearchFilterType
-
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- Overrides:
toStringin classAbstractExecutionActionExpressionType
-
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- Overrides:
hashCodein classAbstractExecutionActionExpressionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractExecutionActionExpressionType
-
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- Overrides:
equalsin classAbstractExecutionActionExpressionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractExecutionActionExpressionType
-
filter
public UnassignActionExpressionType filter(SearchFilterType value)
-
beginFilter
public SearchFilterType beginFilter()
-
executeOptions
public UnassignActionExpressionType executeOptions(ModelExecuteOptionsType value)
- Overrides:
executeOptionsin classAbstractExecutionActionExpressionType
-
beginExecuteOptions
public ModelExecuteOptionsType beginExecuteOptions()
- Overrides:
beginExecuteOptionsin classAbstractExecutionActionExpressionType
-
dryRun
public UnassignActionExpressionType dryRun(Boolean value)
- Overrides:
dryRunin classAbstractExecutionActionExpressionType
-
type
public UnassignActionExpressionType type(String value)
- Overrides:
typein classAbstractExecutionActionExpressionType
-
parameter
public UnassignActionExpressionType parameter(ActionParameterValueType value)
- Overrides:
parameterin classAbstractExecutionActionExpressionType
-
beginParameter
public ActionParameterValueType beginParameter()
- Overrides:
beginParameterin classAbstractExecutionActionExpressionType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractExecutionActionExpressionType
-
clone
public UnassignActionExpressionType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classAbstractExecutionActionExpressionType- Returns:
- A deep copy of this object.
-
-