Class FindShadowOwnerResponseType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.FindShadowOwnerResponseType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class FindShadowOwnerResponseType extends AbstractPlainStructured
A response from findShadowOwner 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_RESULTstatic ItemNameF_USERprotected OperationResultTyperesultprotected UserTypeuser
-
Constructor Summary
Constructors Constructor Description FindShadowOwnerResponseType()FindShadowOwnerResponseType(FindShadowOwnerResponseType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)OperationResultTypebeginResult()UserTypebeginUser()FindShadowOwnerResponseTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)OperationResultTypegetResult()UserTypegetUser()inthashCode(StructuredHashCodeStrategy strategy)FindShadowOwnerResponseTyperesult(OperationResultType value)voidsetResult(OperationResultType value)voidsetUser(UserType value)FindShadowOwnerResponseTypeuser(UserType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
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()
-
FindShadowOwnerResponseType
public FindShadowOwnerResponseType(FindShadowOwnerResponseType other)
-
-
Method Detail
-
getUser
public UserType getUser()
-
setUser
public void setUser(UserType 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
-
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- Overrides:
acceptin classAbstractPlainStructured
-
clone
public FindShadowOwnerResponseType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-