|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.prism.xml.ns._public.types_2.ItemDeltaType
public class ItemDeltaType
Describe a change to a single attribute. In this case the path expression used in the "property" attribute must select exactly one property. TODO: this should be renamed to ItemDeltaType
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>
Nested Class Summary | |
---|---|
static class |
ItemDeltaType.Value
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected ModificationTypeType |
modificationType
|
protected Element |
path
|
protected ItemDeltaType.Value |
value
|
Constructor Summary | |
---|---|
ItemDeltaType()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ModificationTypeType modificationType
protected Element path
protected ItemDeltaType.Value value
Constructor Detail |
---|
public ItemDeltaType()
Method Detail |
---|
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()
clone
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |