public class PropertyConstraintType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for PropertyConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyConstraintType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType"/> <element name="oidBound" 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_OID_BOUND |
static QName |
F_PATH |
Constructor and Description |
---|
PropertyConstraintType() |
PropertyConstraintType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
PropertyConstraintType |
clone() |
boolean |
equals(Object object) |
com.evolveum.prism.xml.ns._public.types_3.ItemPathType |
getPath() |
int |
hashCode() |
Boolean |
isOidBound() |
void |
setOidBound(Boolean value) |
void |
setPath(com.evolveum.prism.xml.ns._public.types_3.ItemPathType value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_PATH
public static final QName F_OID_BOUND
public PropertyConstraintType()
public PropertyConstraintType(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 com.evolveum.prism.xml.ns._public.types_3.ItemPathType getPath()
public void setPath(com.evolveum.prism.xml.ns._public.types_3.ItemPathType value)
public Boolean isOidBound()
public void setOidBound(Boolean value)
public PropertyConstraintType clone()
Copyright © 2014 Evolveum. All rights reserved.