|
||||||||||
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.ObjectDeltaType
public class ObjectDeltaType
Describes a change of a specific object. This is abstract type. It cannot be used directly. Use the subtypes instead.
Java class for ObjectDeltaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectDeltaType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="changeType" type="{http://prism.evolveum.com/xml/ns/public/types-2}ChangeTypeType"/> <element name="objectType" type="{http://www.w3.org/2001/XMLSchema}QName"/> <element name="objectToAdd" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax'/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="oid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="modification" type="{http://prism.evolveum.com/xml/ns/public/types-2}ItemDeltaType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
ObjectDeltaType.ObjectToAdd
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected ChangeTypeType |
changeType
|
protected List<ItemDeltaType> |
modification
|
protected ObjectDeltaType.ObjectToAdd |
objectToAdd
|
protected QName |
objectType
|
protected String |
oid
|
Constructor Summary | |
---|---|
ObjectDeltaType()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
ChangeTypeType |
getChangeType()
Gets the value of the changeType property. |
List<ItemDeltaType> |
getModification()
Gets the value of the modification property. |
ObjectDeltaType.ObjectToAdd |
getObjectToAdd()
Gets the value of the objectToAdd property. |
QName |
getObjectType()
Gets the value of the objectType property. |
String |
getOid()
Gets the value of the oid property. |
int |
hashCode()
|
void |
setChangeType(ChangeTypeType value)
Sets the value of the changeType property. |
void |
setObjectToAdd(ObjectDeltaType.ObjectToAdd value)
Sets the value of the objectToAdd property. |
void |
setObjectType(QName value)
Sets the value of the objectType property. |
void |
setOid(String value)
Sets the value of the oid property. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ChangeTypeType changeType
protected QName objectType
protected ObjectDeltaType.ObjectToAdd objectToAdd
protected String oid
protected List<ItemDeltaType> modification
Constructor Detail |
---|
public ObjectDeltaType()
Method Detail |
---|
public ChangeTypeType getChangeType()
ChangeTypeType
public void setChangeType(ChangeTypeType value)
value
- allowed object is
ChangeTypeType
public QName getObjectType()
QName
public void setObjectType(QName value)
value
- allowed object is
QName
public ObjectDeltaType.ObjectToAdd getObjectToAdd()
ObjectDeltaType.ObjectToAdd
public void setObjectToAdd(ObjectDeltaType.ObjectToAdd value)
value
- allowed object is
ObjectDeltaType.ObjectToAdd
public String getOid()
String
public void setOid(String value)
value
- allowed object is
String
public List<ItemDeltaType> getModification()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the modification property.
For example, to add a new item, do as follows:
getModification().add(newItem);
Objects of the following type(s) are allowed in the list
ItemDeltaType
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 |