public class ObjectPolicyConfigurationType extends Object implements Serializable, Cloneable, Containerable
Java class for ObjectPolicyConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectPolicyConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://www.w3.org/2001/XMLSchema}QName"/> <element name="subtype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="objectTemplateRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType"/> <element name="propertyConstraint" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}PropertyConstraintType" maxOccurs="unbounded" minOccurs="0"/> <element name="oidNameBoundMode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_OBJECT_TEMPLATE_REF |
static QName |
F_OID_NAME_BOUND_MODE |
static QName |
F_PROPERTY_CONSTRAINT |
static QName |
F_SUBTYPE |
static QName |
F_TYPE |
Constructor and Description |
---|
ObjectPolicyConfigurationType() |
ObjectPolicyConfigurationType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ObjectPolicyConfigurationType |
clone() |
boolean |
equals(Object object) |
ObjectReferenceType |
getObjectTemplateRef() |
List<PropertyConstraintType> |
getPropertyConstraint() |
String |
getSubtype() |
QName |
getType() |
int |
hashCode() |
Boolean |
isOidNameBoundMode() |
void |
setObjectTemplateRef(ObjectReferenceType value) |
void |
setOidNameBoundMode(Boolean value) |
void |
setSubtype(String value) |
void |
setType(QName value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_TYPE
public static final QName F_SUBTYPE
public static final QName F_OBJECT_TEMPLATE_REF
public static final QName F_PROPERTY_CONSTRAINT
public static final QName F_OID_NAME_BOUND_MODE
public ObjectPolicyConfigurationType()
public ObjectPolicyConfigurationType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public QName getType()
public void setType(QName value)
public String getSubtype()
public void setSubtype(String value)
public ObjectReferenceType getObjectTemplateRef()
public void setObjectTemplateRef(ObjectReferenceType value)
public List<PropertyConstraintType> getPropertyConstraint()
public Boolean isOidNameBoundMode()
public void setOidNameBoundMode(Boolean value)
public ObjectPolicyConfigurationType clone()
Copyright © 2016 Evolveum. All rights reserved.