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, setTypepublic 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.ContainerableasPrismContainerValue in class ObjectSpecificationTypepublic void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue in interface com.evolveum.midpoint.prism.ContainerablesetupContainerValue in class ObjectSpecificationTypepublic String toString()
toString in class ObjectSpecificationTypepublic boolean equals(Object object)
equals in class ObjectSpecificationTypepublic int hashCode()
hashCode in class ObjectSpecificationTypepublic ObjectSpecificationType getOwner()
public void setOwner(ObjectSpecificationType value)
public OwnedObjectSpecificationType clone()
clone in class ObjectSpecificationTypeCopyright © 2016 Evolveum. All rights reserved.