public class ItemDeltaType extends Object implements Serializable, Cloneable
Java class for ItemDeltaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemDeltaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="modificationType" type="{http://prism.evolveum.com/xml/ns/public/types-2}ModificationTypeType"/> <element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-2}XPathType" minOccurs="0"/> <element name="value"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ItemDeltaType.Value
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected ModificationTypeType |
modificationType |
protected Element |
path |
protected ItemDeltaType.Value |
value |
Constructor and Description |
---|
ItemDeltaType() |
Modifier and Type | Method and Description |
---|---|
ItemDeltaType |
clone() |
boolean |
equals(Object obj) |
ModificationTypeType |
getModificationType()
Gets the value of the modificationType property.
|
Element |
getPath()
Gets the value of the path property.
|
ItemDeltaType.Value |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setModificationType(ModificationTypeType value)
Sets the value of the modificationType property.
|
void |
setPath(Element value)
Sets the value of the path property.
|
void |
setValue(ItemDeltaType.Value value)
Sets the value of the value property.
|
String |
toString() |
protected ModificationTypeType modificationType
protected Element path
protected ItemDeltaType.Value value
public ModificationTypeType getModificationType()
ModificationTypeType
public void setModificationType(ModificationTypeType value)
value
- allowed object is
ModificationTypeType
public Element getPath()
Element
public void setPath(Element value)
value
- allowed object is
Element
public ItemDeltaType.Value getValue()
ItemDeltaType.Value
public void setValue(ItemDeltaType.Value value)
value
- allowed object is
ItemDeltaType.Value
public ItemDeltaType clone()
Copyright © 2013 evolveum. All rights reserved.