public class ObjectTemplateMappingType extends MappingType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ObjectTemplateMappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectTemplateMappingType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingType"> <sequence> <element name="evaluationPhase" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTemplateMappingEvaluationPhaseType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected ObjectTemplateMappingEvaluationPhaseType |
evaluationPhase |
static QName |
F_EVALUATION_PHASE |
authoritative, channel, condition, description, exceptChannel, exclusive, expression, extension, F_AUTHORITATIVE, F_CHANNEL, F_CONDITION, F_DESCRIPTION, F_EXCEPT_CHANNEL, F_EXCLUSIVE, F_EXPRESSION, F_EXTENSION, F_INPUT_FILTER, F_NAME, F_OUTPUT_FILTER, F_SOURCE, F_STRENGTH, F_TARGET, F_TIME_FROM, F_TIME_TO, inputFilter, name, outputFilter, source, strength, target, timeFrom, timeTo
Constructor and Description |
---|
ObjectTemplateMappingType()
Creates a new
ObjectTemplateMappingType instance. |
ObjectTemplateMappingType(ObjectTemplateMappingType o)
Creates a new
ObjectTemplateMappingType instance by deeply copying a given ObjectTemplateMappingType instance. |
Modifier and Type | Method and Description |
---|---|
ObjectTemplateMappingType |
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) |
ObjectTemplateMappingEvaluationPhaseType |
getEvaluationPhase()
Gets the value of the evaluationPhase property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setEvaluationPhase(ObjectTemplateMappingEvaluationPhaseType value)
Sets the value of the evaluationPhase property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getChannel, getCondition, getDescription, getExceptChannel, getExpression, getExtension, getInputFilter, getName, getOutputFilter, getSource, getStrength, getTarget, getTimeFrom, getTimeTo, isAuthoritative, isExclusive, setAuthoritative, setCondition, setDescription, setExclusive, setExpression, setExtension, setInputFilter, setName, setOutputFilter, setStrength, setTarget, setTimeFrom, setTimeTo
protected ObjectTemplateMappingEvaluationPhaseType evaluationPhase
public static final QName COMPLEX_TYPE
public static final QName F_EVALUATION_PHASE
public ObjectTemplateMappingType()
ObjectTemplateMappingType
instance.public ObjectTemplateMappingType(ObjectTemplateMappingType o)
ObjectTemplateMappingType
instance by deeply copying a given ObjectTemplateMappingType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public ObjectTemplateMappingEvaluationPhaseType getEvaluationPhase()
ObjectTemplateMappingEvaluationPhaseType
public void setEvaluationPhase(ObjectTemplateMappingEvaluationPhaseType value)
value
- allowed object is
ObjectTemplateMappingEvaluationPhaseType
public String toString()
toString
in class MappingType
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.HashCode
hashCode
in class MappingType
public int hashCode()
hashCode
in class MappingType
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class MappingType
public boolean equals(Object object)
equals
in class MappingType
public ObjectTemplateMappingType clone()
clone
in class MappingType
Copyright © 2014 Evolveum. All rights reserved.