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 QName
COMPLEX_TYPE
static ItemName
F_OBJECT_LIST
static ItemName
F_RESULT
protected ObjectListType
objectList
protected OperationResultType
result
-
Constructor Summary
Constructors Constructor Description SearchObjectsResponseType()
Creates a newSearchObjectsResponseType
instance.SearchObjectsResponseType(SearchObjectsResponseType o)
Creates a newSearchObjectsResponseType
instance by deeply copying a givenSearchObjectsResponseType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ObjectListType
beginObjectList()
OperationResultType
beginResult()
SearchObjectsResponseType
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)
ObjectListType
getObjectList()
Gets the value of the objectList property.OperationResultType
getResult()
Gets the value of the result property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
SearchObjectsResponseType
objectList(ObjectListType value)
SearchObjectsResponseType
result(OperationResultType value)
void
setObjectList(ObjectListType value)
Sets the value of the objectList property.void
setResult(OperationResultType value)
Sets the value of the result property.String
toString()
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 newSearchObjectsResponseType
instance.
-
SearchObjectsResponseType
public SearchObjectsResponseType(SearchObjectsResponseType o)
Creates a newSearchObjectsResponseType
instance by deeply copying a givenSearchObjectsResponseType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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:
hashCode
in 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:
equals
in 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:
accept
in interfaceJaxbVisitable
-
clone
public SearchObjectsResponseType clone()
Creates and returns a deep copy of this object.
-
-