Class ItemDeltaItemType
- java.lang.Object
-
- com.evolveum.prism.xml.ns._public.types_3.ItemDeltaItemType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable
public class ItemDeltaItemType extends Object implements Serializable, Cloneable, JaxbVisitable
THIS IS NOT A GENERATED CLASS.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic QNameF_DELTAstatic QNameF_NEW_ITEMstatic QNameF_OLD_ITEM
-
Constructor Summary
Constructors Constructor Description ItemDeltaItemType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ItemDeltaItemTypeclone()booleanequals(Object o)@NotNull List<ItemDeltaType>getDelta()ItemTypegetNewItem()ItemTypegetOldItem()inthashCode()voidsetNewItem(ItemType newItem)voidsetOldItem(ItemType oldItem)StringtoString()
-
-
-
Method Detail
-
getOldItem
public ItemType getOldItem()
-
setOldItem
public void setOldItem(ItemType oldItem)
-
getDelta
@NotNull public @NotNull List<ItemDeltaType> getDelta()
-
getNewItem
public ItemType getNewItem()
-
setNewItem
public void setNewItem(ItemType newItem)
-
clone
public ItemDeltaItemType clone()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
-