public class GetObject extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="objectType" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="oid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="options" type="{http://midpoint.evolveum.com/xml/ns/public/common/api-types-2}OperationOptionsType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
F_OBJECT_TYPE |
static QName |
F_OID |
static QName |
F_OPTIONS |
static QName |
F_SERIAL_VERSION_UID |
protected String |
objectType |
protected String |
oid |
protected OperationOptionsType |
options |
Constructor and Description |
---|
GetObject()
Creates a new
GetObject instance. |
GetObject(GetObject o)
Creates a new
GetObject instance by deeply copying a given GetObject instance. |
Modifier and Type | Method and Description |
---|---|
GetObject |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getObjectType()
Gets the value of the objectType property.
|
String |
getOid()
Gets the value of the oid property.
|
OperationOptionsType |
getOptions()
Gets the value of the options property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setObjectType(String value)
Sets the value of the objectType property.
|
void |
setOid(String value)
Sets the value of the oid property.
|
void |
setOptions(OperationOptionsType value)
Sets the value of the options property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String objectType
protected String oid
protected OperationOptionsType options
public static final QName F_SERIAL_VERSION_UID
public static final QName F_OBJECT_TYPE
public static final QName F_OID
public static final QName F_OPTIONS
public GetObject()
GetObject
instance.public GetObject(GetObject o)
GetObject
instance by deeply copying a given GetObject
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public String getObjectType()
String
public void setObjectType(String value)
value
- allowed object is
String
public void setOid(String value)
value
- allowed object is
String
public OperationOptionsType getOptions()
OperationOptionsType
public void setOptions(OperationOptionsType value)
value
- allowed object is
OperationOptionsType
public String toString()
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
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
Copyright © 2014 Evolveum. All rights reserved.