public class ObjectReferenceType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Referencable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
<?xml version="1.0" encoding="UTF-8"?><p xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:q="http://prism.evolveum.com/xml/ns/public/query-3" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3" xmlns:tns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> Reference to an object. It contains OID of the object that it refers to. </p>
Java class for ObjectReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/> <element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/> <element name="resolutionTime" type="{http://prism.evolveum.com/xml/ns/public/types-3}EvaluationTimeType" minOccurs="0"/> <element name="targetName" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/> </sequence> <attribute name="oid" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="relation" type="{http://www.w3.org/2001/XMLSchema}QName" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_DESCRIPTION |
static QName |
F_FILTER |
static QName |
F_OID |
static QName |
F_RELATION |
static QName |
F_RESOLUTION_TIME |
static QName |
F_TARGET_NAME |
static QName |
F_TYPE |
Constructor and Description |
---|
ObjectReferenceType() |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismReferenceValue |
asReferenceValue() |
ObjectReferenceType |
clone() |
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) |
String |
getDescription() |
com.evolveum.prism.xml.ns._public.query_3.SearchFilterType |
getFilter() |
String |
getOid() |
QName |
getRelation() |
com.evolveum.prism.xml.ns._public.types_3.EvaluationTimeType |
getResolutionTime() |
com.evolveum.prism.xml.ns._public.types_3.PolyStringType |
getTargetName() |
QName |
getType() |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDescription(String value) |
void |
setFilter(com.evolveum.prism.xml.ns._public.query_3.SearchFilterType value) |
void |
setOid(String value) |
void |
setRelation(QName value) |
void |
setResolutionTime(com.evolveum.prism.xml.ns._public.types_3.EvaluationTimeType value) |
void |
setTargetName(com.evolveum.prism.xml.ns._public.types_3.PolyStringType value) |
void |
setType(QName value) |
void |
setupReferenceValue(com.evolveum.midpoint.prism.PrismReferenceValue value) |
String |
toString()
Generates a String representation of the contents of this type.
|
public static final QName COMPLEX_TYPE
public static final QName F_DESCRIPTION
public static final QName F_FILTER
public static final QName F_RESOLUTION_TIME
public static final QName F_TARGET_NAME
public static final QName F_OID
public static final QName F_TYPE
public static final QName F_RELATION
public String toString()
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
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
public com.evolveum.midpoint.prism.PrismReferenceValue asReferenceValue()
asReferenceValue
in interface com.evolveum.midpoint.prism.Referencable
public void setupReferenceValue(com.evolveum.midpoint.prism.PrismReferenceValue value)
setupReferenceValue
in interface com.evolveum.midpoint.prism.Referencable
public String getOid()
public void setOid(String value)
public QName getType()
public void setType(QName value)
public com.evolveum.prism.xml.ns._public.types_3.PolyStringType getTargetName()
public void setTargetName(com.evolveum.prism.xml.ns._public.types_3.PolyStringType value)
public QName getRelation()
public void setRelation(QName value)
public String getDescription()
public void setDescription(String value)
public com.evolveum.prism.xml.ns._public.query_3.SearchFilterType getFilter()
public void setFilter(com.evolveum.prism.xml.ns._public.query_3.SearchFilterType value)
public com.evolveum.prism.xml.ns._public.types_3.EvaluationTimeType getResolutionTime()
public void setResolutionTime(com.evolveum.prism.xml.ns._public.types_3.EvaluationTimeType value)
public ObjectReferenceType clone()
Copyright © 2016 Evolveum. All rights reserved.