Class 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. <p>Java class for FindShadowOwnerResponseType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="FindShadowOwnerResponseType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="user" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserType"/&gt; &lt;element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultType"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Constructor Detail

      • FindShadowOwnerResponseType

        public FindShadowOwnerResponseType()
        Creates a new {@code FindShadowOwnerResponseType} instance.
      • FindShadowOwnerResponseType

        public FindShadowOwnerResponseType​(FindShadowOwnerResponseType o)
        Creates a new {@code FindShadowOwnerResponseType} instance by deeply copying a given {@code FindShadowOwnerResponseType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.
    • 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 is UserType
      • 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
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals
      • beginUser

        public UserType beginUser()