Class FindShadowOwnerResponseType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.FindShadowOwnerResponseType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class FindShadowOwnerResponseType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
A response from findShadowOwner operation.Java class for FindShadowOwnerResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindShadowOwnerResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="user" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserType"/> <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_RESULT
static ItemName
F_USER
protected OperationResultType
result
protected UserType
user
-
Constructor Summary
Constructors Constructor Description FindShadowOwnerResponseType()
Creates a newFindShadowOwnerResponseType
instance.FindShadowOwnerResponseType(FindShadowOwnerResponseType o)
Creates a newFindShadowOwnerResponseType
instance by deeply copying a givenFindShadowOwnerResponseType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
OperationResultType
beginResult()
UserType
beginUser()
FindShadowOwnerResponseType
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)
OperationResultType
getResult()
Gets the value of the result property.UserType
getUser()
Gets the value of the user property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
FindShadowOwnerResponseType
result(OperationResultType value)
void
setResult(OperationResultType value)
Sets the value of the result property.void
setUser(UserType value)
Sets the value of the user property.String
toString()
Generates a String representation of the contents of this type.FindShadowOwnerResponseType
user(UserType value)
-
-
-
Field Detail
-
user
protected UserType user
-
result
protected OperationResultType result
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_USER
public static final ItemName F_USER
-
F_RESULT
public static final ItemName F_RESULT
-
-
Constructor Detail
-
FindShadowOwnerResponseType
public FindShadowOwnerResponseType()
Creates a newFindShadowOwnerResponseType
instance.
-
FindShadowOwnerResponseType
public FindShadowOwnerResponseType(FindShadowOwnerResponseType o)
Creates a newFindShadowOwnerResponseType
instance by deeply copying a givenFindShadowOwnerResponseType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getUser
public UserType getUser()
Gets the value of the user property.- Returns:
- possible object is
UserType
-
setUser
public void setUser(UserType value)
Sets the value of the user property.- Parameters:
value
- allowed object isUserType
-
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
-
user
public FindShadowOwnerResponseType user(UserType value)
-
beginUser
public UserType beginUser()
-
result
public FindShadowOwnerResponseType result(OperationResultType value)
-
beginResult
public OperationResultType beginResult()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public FindShadowOwnerResponseType clone()
Creates and returns a deep copy of this object.
-
-