|
||||||||||
| 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 org.w3c.dom.Element |
path
|
protected ItemDeltaType.Value |
value
|
| Constructor Summary | |
|---|---|
ItemDeltaType()
|
|
| Method Summary | |
|---|---|
ItemDeltaType |
clone()
|
boolean |
equals(java.lang.Object obj)
|
ModificationTypeType |
getModificationType()
Gets the value of the modificationType property. |
org.w3c.dom.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(org.w3c.dom.Element value)
Sets the value of the path property. |
void |
setValue(ItemDeltaType.Value value)
Sets the value of the value property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected ModificationTypeType modificationType
protected org.w3c.dom.Element path
protected ItemDeltaType.Value value
| Constructor Detail |
|---|
public ItemDeltaType()
| Method Detail |
|---|
public ModificationTypeType getModificationType()
ModificationTypeTypepublic void setModificationType(ModificationTypeType value)
value - allowed object is
ModificationTypeTypepublic org.w3c.dom.Element getPath()
Elementpublic void setPath(org.w3c.dom.Element value)
value - allowed object is
Elementpublic ItemDeltaType.Value getValue()
ItemDeltaType.Valuepublic void setValue(ItemDeltaType.Value value)
value - allowed object is
ItemDeltaType.Valuepublic ItemDeltaType clone()
clone in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||