public class OwnedObjectSelectorType extends SubjectedObjectSelectorType implements Serializable, Cloneable, Containerable
Java class for OwnedObjectSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OwnedObjectSelectorType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubjectedObjectSelectorType"> <sequence> <element name="owner" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SubjectedObjectSelectorType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_OWNER |
F_ORG_RELATION, F_SPECIAL
F_DESCRIPTION, F_FILTER, F_ORG_REF, F_SUBTYPE, F_TYPE
Constructor and Description |
---|
OwnedObjectSelectorType() |
OwnedObjectSelectorType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
OwnedObjectSelectorType |
clone() |
boolean |
equals(Object object) |
SubjectedObjectSelectorType |
getOwner() |
int |
hashCode() |
void |
setOwner(SubjectedObjectSelectorType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
getOrgRelation, getSpecial, setOrgRelation
getDescription, getFilter, getId, getOrgRef, getSubtype, getType, setDescription, setFilter, setId, setOrgRef, setSubtype, setType
public static final QName COMPLEX_TYPE
public static final QName F_OWNER
public OwnedObjectSelectorType()
public OwnedObjectSelectorType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class SubjectedObjectSelectorType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
setupContainerValue
in class SubjectedObjectSelectorType
public String toString()
toString
in class SubjectedObjectSelectorType
public boolean equals(Object object)
equals
in class SubjectedObjectSelectorType
public int hashCode()
hashCode
in class SubjectedObjectSelectorType
public SubjectedObjectSelectorType getOwner()
public void setOwner(SubjectedObjectSelectorType value)
public OwnedObjectSelectorType clone()
clone
in class SubjectedObjectSelectorType
Copyright © 2016 Evolveum. All rights reserved.