public class ExclusionType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for ExclusionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExclusionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/> <element name="targetRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/> <element name="policy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExclusionPolicyType" 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_DESCRIPTION |
static QName |
F_POLICY |
static QName |
F_TARGET_REF |
Constructor and Description |
---|
ExclusionType() |
ExclusionType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
ExclusionType |
clone() |
boolean |
equals(Object object) |
String |
getDescription() |
Long |
getId() |
ExclusionPolicyType |
getPolicy() |
ObjectReferenceType |
getTargetRef() |
int |
hashCode() |
void |
setDescription(String value) |
void |
setId(Long value) |
void |
setPolicy(ExclusionPolicyType value) |
void |
setTargetRef(ObjectReferenceType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_DESCRIPTION
public static final QName F_TARGET_REF
public static final QName F_POLICY
public ExclusionType()
public ExclusionType(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 String getDescription()
public void setDescription(String value)
public ObjectReferenceType getTargetRef()
public void setTargetRef(ObjectReferenceType value)
public ExclusionPolicyType getPolicy()
public void setPolicy(ExclusionPolicyType value)
public Long getId()
public void setId(Long value)
public ExclusionType clone()
Copyright © 2015 Evolveum. All rights reserved.