Class GenerateExpressionEvaluatorType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GenerateExpressionEvaluatorType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class GenerateExpressionEvaluatorType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Generate value according to a policy that is associated with the property/attribute.Java class for GenerateExpressionEvaluatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenerateExpressionEvaluatorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}GenerateExpressionEvaluatorModeType" minOccurs="0"/> <element name="valuePolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_MODEstatic ItemNameF_VALUE_POLICY_REFprotected GenerateExpressionEvaluatorModeTypemodeprotected ObjectReferenceTypevaluePolicyRef
-
Constructor Summary
Constructors Constructor Description GenerateExpressionEvaluatorType()Creates a newGenerateExpressionEvaluatorTypeinstance.GenerateExpressionEvaluatorType(GenerateExpressionEvaluatorType o)Creates a newGenerateExpressionEvaluatorTypeinstance by deeply copying a givenGenerateExpressionEvaluatorTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectReferenceTypebeginValuePolicyRef()GenerateExpressionEvaluatorTypeclone()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)GenerateExpressionEvaluatorModeTypegetMode()Gets the value of the mode property.ObjectReferenceTypegetValuePolicyRef()Gets the value of the valuePolicyRef property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)GenerateExpressionEvaluatorTypemode(GenerateExpressionEvaluatorModeType value)voidsetMode(GenerateExpressionEvaluatorModeType value)Sets the value of the mode property.voidsetValuePolicyRef(ObjectReferenceType value)Sets the value of the valuePolicyRef property.StringtoString()Generates a String representation of the contents of this type.GenerateExpressionEvaluatorTypevaluePolicyRef(ObjectReferenceType value)GenerateExpressionEvaluatorTypevaluePolicyRef(String oid, QName type)GenerateExpressionEvaluatorTypevaluePolicyRef(String oid, QName type, QName relation)
-
-
-
Field Detail
-
mode
protected GenerateExpressionEvaluatorModeType mode
-
valuePolicyRef
protected ObjectReferenceType valuePolicyRef
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_MODE
public static final ItemName F_MODE
-
F_VALUE_POLICY_REF
public static final ItemName F_VALUE_POLICY_REF
-
-
Constructor Detail
-
GenerateExpressionEvaluatorType
public GenerateExpressionEvaluatorType()
Creates a newGenerateExpressionEvaluatorTypeinstance.
-
GenerateExpressionEvaluatorType
public GenerateExpressionEvaluatorType(GenerateExpressionEvaluatorType o)
Creates a newGenerateExpressionEvaluatorTypeinstance by deeply copying a givenGenerateExpressionEvaluatorTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getMode
public GenerateExpressionEvaluatorModeType getMode()
Gets the value of the mode property.- Returns:
- possible object is
GenerateExpressionEvaluatorModeType
-
setMode
public void setMode(GenerateExpressionEvaluatorModeType value)
Sets the value of the mode property.- Parameters:
value- allowed object isGenerateExpressionEvaluatorModeType
-
getValuePolicyRef
public ObjectReferenceType getValuePolicyRef()
Gets the value of the valuePolicyRef property.- Returns:
- possible object is
ObjectReferenceType
-
setValuePolicyRef
public void setValuePolicyRef(ObjectReferenceType value)
Sets the value of the valuePolicyRef property.- Parameters:
value- allowed object isObjectReferenceType
-
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
-
mode
public GenerateExpressionEvaluatorType mode(GenerateExpressionEvaluatorModeType value)
-
valuePolicyRef
public GenerateExpressionEvaluatorType valuePolicyRef(ObjectReferenceType value)
-
valuePolicyRef
public GenerateExpressionEvaluatorType valuePolicyRef(String oid, QName type)
-
valuePolicyRef
public GenerateExpressionEvaluatorType valuePolicyRef(String oid, QName type, QName relation)
-
beginValuePolicyRef
public ObjectReferenceType beginValuePolicyRef()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public GenerateExpressionEvaluatorType clone()
Creates and returns a deep copy of this object.
-
-