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 QNameCOMPLEX_TYPEstatic ItemNameF_SHADOW_OIDprotected StringshadowOid
-
Constructor Summary
Constructors Constructor Description FindShadowOwnerType()Creates a newFindShadowOwnerTypeinstance.FindShadowOwnerType(FindShadowOwnerType o)Creates a newFindShadowOwnerTypeinstance by deeply copying a givenFindShadowOwnerTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)FindShadowOwnerTypeclone()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)StringgetShadowOid()Gets the value of the shadowOid property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)voidsetShadowOid(String value)Sets the value of the shadowOid property.FindShadowOwnerTypeshadowOid(String value)StringtoString()Generates a String representation of the contents of this type.
-
-
-
Constructor Detail
-
FindShadowOwnerType
public FindShadowOwnerType()
Creates a newFindShadowOwnerTypeinstance.
-
FindShadowOwnerType
public FindShadowOwnerType(FindShadowOwnerType o)
Creates a newFindShadowOwnerTypeinstance by deeply copying a givenFindShadowOwnerTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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:
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
-
shadowOid
public FindShadowOwnerType shadowOid(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public FindShadowOwnerType clone()
Creates and returns a deep copy of this object.
-
-