Class FindShadowOwnerType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.FindShadowOwnerType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class FindShadowOwnerType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
A request for findShadowOwner operation.Java class for FindShadowOwnerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindShadowOwnerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="shadowOid" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_SHADOW_OID
protected String
shadowOid
-
Constructor Summary
Constructors Constructor Description FindShadowOwnerType()
Creates a newFindShadowOwnerType
instance.FindShadowOwnerType(FindShadowOwnerType o)
Creates a newFindShadowOwnerType
instance by deeply copying a givenFindShadowOwnerType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
FindShadowOwnerType
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)
String
getShadowOid()
Gets the value of the shadowOid property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
void
setShadowOid(String value)
Sets the value of the shadowOid property.FindShadowOwnerType
shadowOid(String value)
String
toString()
Generates a String representation of the contents of this type.
-
-
-
Constructor Detail
-
FindShadowOwnerType
public FindShadowOwnerType()
Creates a newFindShadowOwnerType
instance.
-
FindShadowOwnerType
public FindShadowOwnerType(FindShadowOwnerType o)
Creates a newFindShadowOwnerType
instance by deeply copying a givenFindShadowOwnerType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getShadowOid
public String getShadowOid()
Gets the value of the shadowOid property.- Returns:
- possible object is
String
-
setShadowOid
public void setShadowOid(String value)
Sets the value of the shadowOid property.- Parameters:
value
- allowed object isString
-
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
-
shadowOid
public FindShadowOwnerType shadowOid(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public FindShadowOwnerType clone()
Creates and returns a deep copy of this object.
-
-