public class ModificationPolicyConstraintType extends AbstractPolicyConstraintType implements Serializable, Cloneable, Containerable
Java class for ModificationPolicyConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModificationPolicyConstraintType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractPolicyConstraintType"> <sequence> <element name="operation" type="{http://prism.evolveum.com/xml/ns/public/types-3}ChangeTypeType" maxOccurs="unbounded" minOccurs="0"/> <element name="item" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ITEM |
static QName |
F_OPERATION |
F_DESCRIPTION, F_ENFORCEMENT, F_NAME
Constructor and Description |
---|
ModificationPolicyConstraintType() |
ModificationPolicyConstraintType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ModificationPolicyConstraintType |
clone() |
boolean |
equals(Object object) |
List<ItemPathType> |
getItem() |
List<ChangeTypeType> |
getOperation() |
int |
hashCode() |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
getDescription, getEnforcement, getId, getName, setDescription, setEnforcement, setId, setName
public static final QName COMPLEX_TYPE
public static final QName F_OPERATION
public static final QName F_ITEM
public ModificationPolicyConstraintType()
public ModificationPolicyConstraintType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class AbstractPolicyConstraintType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
setupContainerValue
in class AbstractPolicyConstraintType
public String toString()
toString
in class AbstractPolicyConstraintType
public boolean equals(Object object)
equals
in class AbstractPolicyConstraintType
public int hashCode()
hashCode
in class AbstractPolicyConstraintType
public List<ChangeTypeType> getOperation()
public List<ItemPathType> getItem()
public ModificationPolicyConstraintType clone()
clone
in class AbstractPolicyConstraintType
Copyright © 2017 Evolveum. All rights reserved.