public class PolicyRuleType extends Object implements Serializable, Cloneable, Containerable
Java class for PolicyRuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PolicyRuleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="policyConstraints" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyConstraintsType"/> <element name="policySituation" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="policyActions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PolicyActionsType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_DESCRIPTION |
static QName |
F_NAME |
static QName |
F_POLICY_ACTIONS |
static QName |
F_POLICY_CONSTRAINTS |
static QName |
F_POLICY_SITUATION |
Constructor and Description |
---|
PolicyRuleType() |
PolicyRuleType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
PolicyRuleType |
clone() |
boolean |
equals(Object object) |
String |
getDescription() |
String |
getName() |
PolicyActionsType |
getPolicyActions() |
PolicyConstraintsType |
getPolicyConstraints() |
String |
getPolicySituation() |
int |
hashCode() |
void |
setDescription(String value) |
void |
setName(String value) |
void |
setPolicyActions(PolicyActionsType value) |
void |
setPolicyConstraints(PolicyConstraintsType value) |
void |
setPolicySituation(String value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_DESCRIPTION
public static final QName F_POLICY_CONSTRAINTS
public static final QName F_POLICY_SITUATION
public static final QName F_POLICY_ACTIONS
public PolicyRuleType()
public PolicyRuleType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public String getName()
public void setName(String value)
public String getDescription()
public void setDescription(String value)
public PolicyConstraintsType getPolicyConstraints()
public void setPolicyConstraints(PolicyConstraintsType value)
public String getPolicySituation()
public void setPolicySituation(String value)
public PolicyActionsType getPolicyActions()
public void setPolicyActions(PolicyActionsType value)
public PolicyRuleType clone()
Copyright © 2017 Evolveum. All rights reserved.