public class GenericPcpAspectConfigurationType extends PcpAspectConfigurationType implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for GenericPcpAspectConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenericPcpAspectConfigurationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PcpAspectConfigurationType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_NAME |
F_APPLICABILITY_CONDITION, F_APPROVAL_PROCESS, F_APPROVAL_SCHEMA, F_APPROVER_EXPRESSION, F_APPROVER_REF, F_AUTOMATICALLY_APPROVED, F_ENABLED
Constructor and Description |
---|
GenericPcpAspectConfigurationType() |
GenericPcpAspectConfigurationType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
GenericPcpAspectConfigurationType |
clone() |
boolean |
equals(Object object) |
String |
getName() |
int |
hashCode() |
void |
setName(String value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
getApplicabilityCondition, getApprovalProcess, getApprovalSchema, getApproverExpression, getApproverRef, getAutomaticallyApproved, isEnabled, setApplicabilityCondition, setApprovalProcess, setApprovalSchema, setAutomaticallyApproved, setEnabled
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public GenericPcpAspectConfigurationType()
public GenericPcpAspectConfigurationType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
asPrismContainerValue
in class PcpAspectConfigurationType
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
setupContainerValue
in class PcpAspectConfigurationType
public String toString()
toString
in class PcpAspectConfigurationType
public boolean equals(Object object)
equals
in class PcpAspectConfigurationType
public int hashCode()
hashCode
in class PcpAspectConfigurationType
public String getName()
public void setName(String value)
public GenericPcpAspectConfigurationType clone()
clone
in class PcpAspectConfigurationType
Copyright © 2016 Evolveum. All rights reserved.