public class OrgRelationObjectSpecificationType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for OrgRelationObjectSpecificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrgRelationObjectSpecificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="subjectRelation" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> <element name="scope" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OrgScopeType" minOccurs="0"/> <element name="includeReferenceOrg" type="{http://www.w3.org/2001/XMLSchema}boolean" 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_INCLUDE_REFERENCE_ORG |
static QName |
F_SCOPE |
static QName |
F_SUBJECT_RELATION |
Constructor and Description |
---|
OrgRelationObjectSpecificationType() |
OrgRelationObjectSpecificationType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
OrgRelationObjectSpecificationType |
clone() |
boolean |
equals(Object object) |
Long |
getId() |
OrgScopeType |
getScope() |
QName |
getSubjectRelation() |
int |
hashCode() |
Boolean |
isIncludeReferenceOrg() |
void |
setId(Long value) |
void |
setIncludeReferenceOrg(Boolean value) |
void |
setScope(OrgScopeType value) |
void |
setSubjectRelation(QName value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_SUBJECT_RELATION
public static final QName F_SCOPE
public static final QName F_INCLUDE_REFERENCE_ORG
public OrgRelationObjectSpecificationType()
public OrgRelationObjectSpecificationType(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 QName getSubjectRelation()
public void setSubjectRelation(QName value)
public OrgScopeType getScope()
public void setScope(OrgScopeType value)
public Boolean isIncludeReferenceOrg()
public void setIncludeReferenceOrg(Boolean value)
public Long getId()
public void setId(Long value)
public OrgRelationObjectSpecificationType clone()
Copyright © 2016 Evolveum. All rights reserved.