Class FindShadowOwnerType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.FindShadowOwnerType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class FindShadowOwnerType extends AbstractPlainStructured
A request for 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_SHADOW_OIDprotected StringshadowOid
-
Constructor Summary
Constructors Constructor Description FindShadowOwnerType()FindShadowOwnerType(FindShadowOwnerType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)FindShadowOwnerTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)StringgetShadowOid()inthashCode(StructuredHashCodeStrategy strategy)voidsetShadowOid(String value)FindShadowOwnerTypeshadowOid(String value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
FindShadowOwnerType
public FindShadowOwnerType()
-
FindShadowOwnerType
public FindShadowOwnerType(FindShadowOwnerType other)
-
-
Method Detail
-
getShadowOid
public String getShadowOid()
-
setShadowOid
public void setShadowOid(String 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
-
shadowOid
public FindShadowOwnerType shadowOid(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public FindShadowOwnerType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-