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 QNameCOMPLEX_TYPEstatic ItemNameF_RESULTstatic ItemNameF_USERprotected OperationResultTyperesultprotected UserTypeuser
-
Constructor Summary
Constructors Constructor Description FindShadowOwnerResponseType()Creates a newFindShadowOwnerResponseTypeinstance.FindShadowOwnerResponseType(FindShadowOwnerResponseType o)Creates a newFindShadowOwnerResponseTypeinstance by deeply copying a givenFindShadowOwnerResponseTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)OperationResultTypebeginResult()UserTypebeginUser()FindShadowOwnerResponseTypeclone()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)OperationResultTypegetResult()Gets the value of the result property.UserTypegetUser()Gets the value of the user property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)FindShadowOwnerResponseTyperesult(OperationResultType value)voidsetResult(OperationResultType value)Sets the value of the result property.voidsetUser(UserType value)Sets the value of the user property.StringtoString()Generates a String representation of the contents of this type.FindShadowOwnerResponseTypeuser(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 newFindShadowOwnerResponseTypeinstance.
-
FindShadowOwnerResponseType
public FindShadowOwnerResponseType(FindShadowOwnerResponseType o)
Creates a newFindShadowOwnerResponseTypeinstance by deeply copying a givenFindShadowOwnerResponseTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
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
-
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:
acceptin interfaceJaxbVisitable
-
clone
public FindShadowOwnerResponseType clone()
Creates and returns a deep copy of this object.
-
-