Class SearchObjectsType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.SearchObjectsType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class SearchObjectsType extends AbstractPlainStructured
A request for searchObjects operation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_OBJECT_TYPEstatic ItemNameF_OPTIONSstatic ItemNameF_QUERYprotected QNameobjectTypeprotected SelectorQualifiedGetOptionsTypeoptionsprotected QueryTypequery
-
Constructor Summary
Constructors Constructor Description SearchObjectsType()SearchObjectsType(SearchObjectsType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)SelectorQualifiedGetOptionsTypebeginOptions()SearchObjectsTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)QNamegetObjectType()SelectorQualifiedGetOptionsTypegetOptions()QueryTypegetQuery()inthashCode(StructuredHashCodeStrategy strategy)SearchObjectsTypeobjectType(QName value)SearchObjectsTypeoptions(SelectorQualifiedGetOptionsType value)SearchObjectsTypequery(QueryType value)voidsetObjectType(QName value)voidsetOptions(SelectorQualifiedGetOptionsType value)voidsetQuery(QueryType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
objectType
protected QName objectType
-
query
protected QueryType query
-
options
protected SelectorQualifiedGetOptionsType options
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OBJECT_TYPE
public static final ItemName F_OBJECT_TYPE
-
F_QUERY
public static final ItemName F_QUERY
-
F_OPTIONS
public static final ItemName F_OPTIONS
-
-
Constructor Detail
-
SearchObjectsType
public SearchObjectsType()
-
SearchObjectsType
public SearchObjectsType(SearchObjectsType other)
-
-
Method Detail
-
getObjectType
public QName getObjectType()
-
setObjectType
public void setObjectType(QName value)
-
getQuery
public QueryType getQuery()
-
setQuery
public void setQuery(QueryType value)
-
getOptions
public SelectorQualifiedGetOptionsType getOptions()
-
setOptions
public void setOptions(SelectorQualifiedGetOptionsType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
objectType
public SearchObjectsType objectType(QName value)
-
query
public SearchObjectsType query(QueryType value)
-
options
public SearchObjectsType options(SelectorQualifiedGetOptionsType value)
-
beginOptions
public SelectorQualifiedGetOptionsType beginOptions()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public SearchObjectsType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-