public class ProhibitedValueItemType extends Object implements Serializable, Cloneable, Containerable
Java class for ProhibitedValueItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProhibitedValueItemType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="origin" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ValuePolicyOriginType" minOccurs="0"/> <element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ORIGIN |
static QName |
F_PATH |
Constructor and Description |
---|
ProhibitedValueItemType() |
ProhibitedValueItemType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
ItemPathType |
beginPath() |
ProhibitedValueItemType |
clone() |
<X> X |
end() |
boolean |
equals(Object object) |
ValuePolicyOriginType |
getOrigin() |
ItemPathType |
getPath() |
int |
hashCode() |
ProhibitedValueItemType |
origin(ValuePolicyOriginType value) |
ProhibitedValueItemType |
path(ItemPathType value) |
void |
setOrigin(ValuePolicyOriginType value) |
void |
setPath(ItemPathType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_ORIGIN
public static final QName F_PATH
public ProhibitedValueItemType()
public ProhibitedValueItemType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public <X> X end()
public ValuePolicyOriginType getOrigin()
public void setOrigin(ValuePolicyOriginType value)
public ItemPathType getPath()
public void setPath(ItemPathType value)
public ProhibitedValueItemType origin(ValuePolicyOriginType value)
public ProhibitedValueItemType path(ItemPathType value)
public ItemPathType beginPath()
public ProhibitedValueItemType clone()
Copyright © 2017 Evolveum. All rights reserved.