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