Class SearchObjectsResponseType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.SearchObjectsResponseType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class SearchObjectsResponseType extends AbstractPlainStructured
A response from 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_LISTstatic ItemNameF_RESULTprotected ObjectListTypeobjectListprotected OperationResultTyperesult
-
Constructor Summary
Constructors Constructor Description SearchObjectsResponseType()SearchObjectsResponseType(SearchObjectsResponseType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectListTypebeginObjectList()OperationResultTypebeginResult()SearchObjectsResponseTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)ObjectListTypegetObjectList()OperationResultTypegetResult()inthashCode(StructuredHashCodeStrategy strategy)SearchObjectsResponseTypeobjectList(ObjectListType value)SearchObjectsResponseTyperesult(OperationResultType value)voidsetObjectList(ObjectListType value)voidsetResult(OperationResultType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
objectList
protected ObjectListType objectList
-
result
protected OperationResultType result
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OBJECT_LIST
public static final ItemName F_OBJECT_LIST
-
F_RESULT
public static final ItemName F_RESULT
-
-
Constructor Detail
-
SearchObjectsResponseType
public SearchObjectsResponseType()
-
SearchObjectsResponseType
public SearchObjectsResponseType(SearchObjectsResponseType other)
-
-
Method Detail
-
getObjectList
public ObjectListType getObjectList()
-
setObjectList
public void setObjectList(ObjectListType value)
-
getResult
public OperationResultType getResult()
-
setResult
public void setResult(OperationResultType 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
-
objectList
public SearchObjectsResponseType objectList(ObjectListType value)
-
beginObjectList
public ObjectListType beginObjectList()
-
result
public SearchObjectsResponseType result(OperationResultType value)
-
beginResult
public OperationResultType beginResult()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public SearchObjectsResponseType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-