public class SearchObjects 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="query" type="{http://prism.evolveum.com/xml/ns/public/query-2}QueryType"/> <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_OPTIONS |
static QName |
F_QUERY |
static QName |
F_SERIAL_VERSION_UID |
protected String |
objectType |
protected OperationOptionsType |
options |
protected QueryType |
query |
Constructor and Description |
---|
SearchObjects()
Creates a new
SearchObjects instance. |
SearchObjects(SearchObjects o)
Creates a new
SearchObjects instance by deeply copying a given SearchObjects instance. |
Modifier and Type | Method and Description |
---|---|
SearchObjects |
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.
|
OperationOptionsType |
getOptions()
Gets the value of the options property.
|
QueryType |
getQuery()
Gets the value of the query 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 |
setOptions(OperationOptionsType value)
Sets the value of the options property.
|
void |
setQuery(QueryType value)
Sets the value of the query property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String objectType
protected QueryType query
protected OperationOptionsType options
public static final QName F_SERIAL_VERSION_UID
public static final QName F_OBJECT_TYPE
public static final QName F_QUERY
public static final QName F_OPTIONS
public SearchObjects()
SearchObjects
instance.public SearchObjects(SearchObjects o)
SearchObjects
instance by deeply copying a given SearchObjects
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 QueryType getQuery()
QueryType
public void setQuery(QueryType value)
value
- allowed object is
QueryType
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
public SearchObjects clone()
Copyright © 2014 Evolveum. All rights reserved.