Class ExpressionEvaluatorWrapperType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionEvaluatorWrapperType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ExpressionEvaluatorWrapperType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Wrapper for expression evaluator. (Very experimental.) Not a container!Java class for ExpressionEvaluatorWrapperType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpressionEvaluatorWrapperType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}expressionEvaluator" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected javax.xml.bind.JAXBElement<?>expressionEvaluatorstatic ItemNameF_EXPRESSION_EVALUATOR
-
Constructor Summary
Constructors Constructor Description ExpressionEvaluatorWrapperType()Creates a newExpressionEvaluatorWrapperTypeinstance.ExpressionEvaluatorWrapperType(ExpressionEvaluatorWrapperType o)Creates a newExpressionEvaluatorWrapperTypeinstance by deeply copying a givenExpressionEvaluatorWrapperTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ExpressionEvaluatorWrapperTypeclone()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)ExpressionEvaluatorWrapperTypeexpressionEvaluator(javax.xml.bind.JAXBElement<?> value)javax.xml.bind.JAXBElement<?>getExpressionEvaluator()Gets the value of the expressionEvaluator property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)voidsetExpressionEvaluator(javax.xml.bind.JAXBElement<?> value)Sets the value of the expressionEvaluator property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
Constructor Detail
-
ExpressionEvaluatorWrapperType
public ExpressionEvaluatorWrapperType()
Creates a newExpressionEvaluatorWrapperTypeinstance.
-
ExpressionEvaluatorWrapperType
public ExpressionEvaluatorWrapperType(ExpressionEvaluatorWrapperType o)
Creates a newExpressionEvaluatorWrapperTypeinstance by deeply copying a givenExpressionEvaluatorWrapperTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getExpressionEvaluator
public javax.xml.bind.JAXBElement<?> getExpressionEvaluator()
Gets the value of the expressionEvaluator property.- Returns:
- possible object is
JAXBElement<AsIsExpressionEvaluatorType>JAXBElement<AssignmentTargetSearchExpressionEvaluatorType>JAXBElement<AssociationFromLinkExpressionEvaluatorType>JAXBElement<ConstExpressionEvaluatorType>JAXBElement<FunctionExpressionEvaluatorType>JAXBElement<GenerateExpressionEvaluatorType>JAXBElement<ProportionalExpressionEvaluatorType>JAXBElement<ReferenceSearchExpressionEvaluatorType>JAXBElement<ScriptExpressionEvaluatorType>JAXBElement<SearchObjectExpressionEvaluatorType>JAXBElement<SequentialValueExpressionEvaluatorType>JAXBElement<ShadowDiscriminatorExpressionEvaluatorType>JAXBElement<ItemPathType>JAXBElement<Object>JAXBElement<Object>
-
setExpressionEvaluator
public void setExpressionEvaluator(javax.xml.bind.JAXBElement<?> value)
Sets the value of the expressionEvaluator property.- Parameters:
value- allowed object isJAXBElement<AsIsExpressionEvaluatorType>JAXBElement<AssignmentTargetSearchExpressionEvaluatorType>JAXBElement<AssociationFromLinkExpressionEvaluatorType>JAXBElement<ConstExpressionEvaluatorType>JAXBElement<FunctionExpressionEvaluatorType>JAXBElement<GenerateExpressionEvaluatorType>JAXBElement<ProportionalExpressionEvaluatorType>JAXBElement<ReferenceSearchExpressionEvaluatorType>JAXBElement<ScriptExpressionEvaluatorType>JAXBElement<SearchObjectExpressionEvaluatorType>JAXBElement<SequentialValueExpressionEvaluatorType>JAXBElement<ShadowDiscriminatorExpressionEvaluatorType>JAXBElement<ItemPathType>JAXBElement<Object>JAXBElement<Object>
-
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
-
expressionEvaluator
public ExpressionEvaluatorWrapperType expressionEvaluator(javax.xml.bind.JAXBElement<?> value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public ExpressionEvaluatorWrapperType clone()
Creates and returns a deep copy of this object.
-
-