public class ObjectSpecificationType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for ObjectSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectSpecificationType"> <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="orgRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="orgRelation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OrgRelationObjectSpecificationType" minOccurs="0"/> <element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/> <element name="special" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SpecialObjectSpecificationType" maxOccurs="unbounded" 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_ORG_RELATION |
static QName |
F_SPECIAL |
static QName |
F_TYPE |
Constructor and Description |
---|
ObjectSpecificationType() |
ObjectSpecificationType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
ObjectSpecificationType |
clone() |
boolean |
equals(Object object) |
String |
getDescription() |
com.evolveum.prism.xml.ns._public.query_3.SearchFilterType |
getFilter() |
Long |
getId() |
ObjectReferenceType |
getOrgRef() |
OrgRelationObjectSpecificationType |
getOrgRelation() |
List<SpecialObjectSpecificationType> |
getSpecial() |
QName |
getType() |
int |
hashCode() |
void |
setDescription(String value) |
void |
setFilter(com.evolveum.prism.xml.ns._public.query_3.SearchFilterType value) |
void |
setId(Long value) |
void |
setOrgRef(ObjectReferenceType value) |
void |
setOrgRelation(OrgRelationObjectSpecificationType value) |
void |
setType(QName value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
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_ORG_REF
public static final QName F_ORG_RELATION
public static final QName F_FILTER
public static final QName F_SPECIAL
public ObjectSpecificationType()
public ObjectSpecificationType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public String getDescription()
public void setDescription(String value)
public QName getType()
public void setType(QName value)
public ObjectReferenceType getOrgRef()
public void setOrgRef(ObjectReferenceType value)
public OrgRelationObjectSpecificationType getOrgRelation()
public void setOrgRelation(OrgRelationObjectSpecificationType 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 List<SpecialObjectSpecificationType> getSpecial()
public Long getId()
public void setId(Long value)
public ObjectSpecificationType clone()
Copyright © 2016 Evolveum. All rights reserved.