public class ObjectSelectorType extends Object implements Serializable, Cloneable, Containerable
Java class for ObjectSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectSelectorType"> <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="type" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="subtype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orgRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_DESCRIPTION |
static QName |
F_FILTER |
static QName |
F_ORG_REF |
static QName |
F_SUBTYPE |
static QName |
F_TYPE |
Constructor and Description |
---|
ObjectSelectorType() |
ObjectSelectorType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ObjectSelectorType |
clone() |
boolean |
equals(Object object) |
String |
getDescription() |
SearchFilterType |
getFilter() |
Long |
getId() |
ObjectReferenceType |
getOrgRef() |
String |
getSubtype() |
QName |
getType() |
int |
hashCode() |
void |
setDescription(String value) |
void |
setFilter(SearchFilterType value) |
void |
setId(Long value) |
void |
setOrgRef(ObjectReferenceType value) |
void |
setSubtype(String value) |
void |
setType(QName value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_DESCRIPTION
public static final QName F_TYPE
public static final QName F_SUBTYPE
public static final QName F_ORG_REF
public static final QName F_FILTER
public ObjectSelectorType()
public ObjectSelectorType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public String getDescription()
public void setDescription(String value)
public QName getType()
public void setType(QName value)
public String getSubtype()
public void setSubtype(String value)
public ObjectReferenceType getOrgRef()
public void setOrgRef(ObjectReferenceType value)
public SearchFilterType getFilter()
public void setFilter(SearchFilterType value)
public Long getId()
public void setId(Long value)
public ObjectSelectorType clone()
Copyright © 2016 Evolveum. All rights reserved.