|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ObjectChangeType
com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectChangeDeletionType
public class ObjectChangeDeletionType
Describes object deletion (operation "delete").
Java class for ObjectChangeDeletionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectChangeDeletionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectChangeType"> <sequence> <element name="oid" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected java.lang.String |
oid
|
Constructor Summary | |
---|---|
ObjectChangeDeletionType()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
java.lang.String |
getOid()
Gets the value of the oid property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setOid(java.lang.String value)
Sets the value of the oid property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String oid
public static final javax.xml.namespace.QName COMPLEX_TYPE
Constructor Detail |
---|
public ObjectChangeDeletionType()
Method Detail |
---|
public java.lang.String getOid()
String
public void setOid(java.lang.String value)
value
- allowed object is
String
public java.lang.String toString()
toString
in class ObjectChangeType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
hashCode
in class ObjectChangeType
public int hashCode()
hashCode
in class ObjectChangeType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class ObjectChangeType
public boolean equals(java.lang.Object object)
equals
in class ObjectChangeType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |