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, targetTypeallowEmptyValues, 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, setTargetTypegetDescription, getRelativityMode, isAllowEmptyValues, isIncludeNullInputs, isTrace, setAllowEmptyValues, setDescription, setIncludeNullInputs, setRelativityMode, setTraceprotected 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()
QNamepublic void setRelation(QName value)
value - allowed object is
QNamepublic String toString()
toString in class SearchObjectExpressionEvaluatorTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SearchObjectExpressionEvaluatorTypepublic int hashCode()
hashCode in class SearchObjectExpressionEvaluatorTypepublic 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.Equalsequals in class SearchObjectExpressionEvaluatorTypepublic boolean equals(Object object)
equals in class SearchObjectExpressionEvaluatorTypepublic SearchObjectRefExpressionEvaluatorType clone()
clone in class SearchObjectExpressionEvaluatorTypeCopyright © 2016 Evolveum. All rights reserved.