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