public class SearchObjectRefExpressionEvaluatorType extends SearchObjectExpressionEvaluatorType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SearchObjectRefExpressionEvaluatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchObjectRefExpressionEvaluatorType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchObjectExpressionEvaluatorType"> <sequence> <element name="relation" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_RELATION |
protected QName |
relation |
createOnDemand, F_CREATE_ON_DEMAND, F_FILTER, F_OID, F_POPULATE_OBJECT, F_SEARCH_ON_RESOURCE, F_SEARCH_STRATEGY, F_TARGET_TYPE, filter, oid, populateObject, searchOnResource, searchStrategy, targetType
allowEmptyValues, description, F_ALLOW_EMPTY_VALUES, F_DESCRIPTION, F_INCLUDE_NULL_INPUTS, F_RELATIVITY_MODE, F_TRACE, includeNullInputs, relativityMode, trace
Constructor and Description |
---|
SearchObjectRefExpressionEvaluatorType()
Creates a new
SearchObjectRefExpressionEvaluatorType instance. |
SearchObjectRefExpressionEvaluatorType(SearchObjectRefExpressionEvaluatorType o)
Creates a new
SearchObjectRefExpressionEvaluatorType instance by deeply copying a given SearchObjectRefExpressionEvaluatorType instance. |
Modifier and Type | Method and Description |
---|---|
SearchObjectRefExpressionEvaluatorType |
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) |
QName |
getRelation()
Gets the value of the relation property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setRelation(QName value)
Sets the value of the relation property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getFilter, getOid, getPopulateObject, getSearchStrategy, getTargetType, isCreateOnDemand, isSearchOnResource, setCreateOnDemand, setFilter, setOid, setPopulateObject, setSearchOnResource, setSearchStrategy, setTargetType
getDescription, getRelativityMode, isAllowEmptyValues, isIncludeNullInputs, isTrace, setAllowEmptyValues, setDescription, setIncludeNullInputs, setRelativityMode, setTrace
protected QName relation
public static final QName COMPLEX_TYPE
public static final QName F_RELATION
public SearchObjectRefExpressionEvaluatorType()
SearchObjectRefExpressionEvaluatorType
instance.public SearchObjectRefExpressionEvaluatorType(SearchObjectRefExpressionEvaluatorType o)
SearchObjectRefExpressionEvaluatorType
instance by deeply copying a given SearchObjectRefExpressionEvaluatorType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public QName getRelation()
QName
public void setRelation(QName value)
value
- allowed object is
QName
public String toString()
toString
in class SearchObjectExpressionEvaluatorType
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 SearchObjectExpressionEvaluatorType
public int hashCode()
hashCode
in class SearchObjectExpressionEvaluatorType
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 SearchObjectExpressionEvaluatorType
public boolean equals(Object object)
equals
in class SearchObjectExpressionEvaluatorType
public SearchObjectRefExpressionEvaluatorType clone()
clone
in class SearchObjectExpressionEvaluatorType
Copyright © 2016 Evolveum. All rights reserved.