|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.PropertyContainerReferenceType
com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyModificationType
public class PropertyModificationType
Describe a change to a single attribute. In this case the path expression used in the "property" attribute must select exactly one property.
Java class for PropertyModificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyModificationType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}PropertyContainerReferenceType"> <sequence> <element name="value"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="modificationType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}PropertyModificationTypeType" /> </extension> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
PropertyModificationType.Value
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected PropertyModificationTypeType |
modificationType
|
protected PropertyModificationType.Value |
value
|
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyContainerReferenceType |
---|
path |
Constructor Summary | |
---|---|
PropertyModificationType()
|
Method Summary | |
---|---|
PropertyModificationTypeType |
getModificationType()
Gets the value of the modificationType property. |
PropertyModificationType.Value |
getValue()
Gets the value of the value property. |
void |
setModificationType(PropertyModificationTypeType value)
Sets the value of the modificationType property. |
void |
setValue(PropertyModificationType.Value value)
Sets the value of the value property. |
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.PropertyContainerReferenceType |
---|
getPath, setPath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PropertyModificationType.Value value
protected PropertyModificationTypeType modificationType
Constructor Detail |
---|
public PropertyModificationType()
Method Detail |
---|
public PropertyModificationType.Value getValue()
PropertyModificationType.Value
public void setValue(PropertyModificationType.Value value)
value
- allowed object is
PropertyModificationType.Value
public PropertyModificationTypeType getModificationType()
PropertyModificationTypeType
public void setModificationType(PropertyModificationTypeType value)
value
- allowed object is
PropertyModificationTypeType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |