Class SearchObjectsResponseType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.SearchObjectsResponseType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class SearchObjectsResponseType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
A response from searchObjects operation.Java class for SearchObjectsResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchObjectsResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="objectList" type="{http://midpoint.evolveum.com/xml/ns/public/common/api-types-3}ObjectListType"/> <element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultType"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_OBJECT_LISTstatic ItemNameF_RESULTprotected ObjectListTypeobjectListprotected OperationResultTyperesult
-
Constructor Summary
Constructors Constructor Description SearchObjectsResponseType()Creates a newSearchObjectsResponseTypeinstance.SearchObjectsResponseType(SearchObjectsResponseType o)Creates a newSearchObjectsResponseTypeinstance by deeply copying a givenSearchObjectsResponseTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectListTypebeginObjectList()OperationResultTypebeginResult()SearchObjectsResponseTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)ObjectListTypegetObjectList()Gets the value of the objectList property.OperationResultTypegetResult()Gets the value of the result property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)SearchObjectsResponseTypeobjectList(ObjectListType value)SearchObjectsResponseTyperesult(OperationResultType value)voidsetObjectList(ObjectListType value)Sets the value of the objectList property.voidsetResult(OperationResultType value)Sets the value of the result property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
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()
Creates a newSearchObjectsResponseTypeinstance.
-
SearchObjectsResponseType
public SearchObjectsResponseType(SearchObjectsResponseType o)
Creates a newSearchObjectsResponseTypeinstance by deeply copying a givenSearchObjectsResponseTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getObjectList
public ObjectListType getObjectList()
Gets the value of the objectList property.- Returns:
- possible object is
ObjectListType
-
setObjectList
public void setObjectList(ObjectListType value)
Sets the value of the objectList property.- Parameters:
value- allowed object isObjectListType
-
getResult
public OperationResultType getResult()
Gets the value of the result property.- Returns:
- possible object is
OperationResultType
-
setResult
public void setResult(OperationResultType value)
Sets the value of the result property.- Parameters:
value- allowed object isOperationResultType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
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)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
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
-
clone
public SearchObjectsResponseType clone()
Creates and returns a deep copy of this object.
-
-