public class ObjectSelectorType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ObjectSelectorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ObjectSelectorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_PATH |
protected com.evolveum.prism.xml.ns._public.types_3.ItemPathType |
path |
| Constructor and Description |
|---|
ObjectSelectorType()
Creates a new
ObjectSelectorType instance. |
ObjectSelectorType(ObjectSelectorType o)
Creates a new
ObjectSelectorType instance by deeply copying a given ObjectSelectorType instance. |
| Modifier and Type | Method and Description |
|---|---|
ObjectSelectorType |
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) |
com.evolveum.prism.xml.ns._public.types_3.ItemPathType |
getPath()
Gets the value of the path property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setPath(com.evolveum.prism.xml.ns._public.types_3.ItemPathType value)
Sets the value of the path property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected com.evolveum.prism.xml.ns._public.types_3.ItemPathType path
public static final QName COMPLEX_TYPE
public static final QName F_PATH
public ObjectSelectorType()
ObjectSelectorType instance.public ObjectSelectorType(ObjectSelectorType o)
ObjectSelectorType instance by deeply copying a given ObjectSelectorType instance.o - The instance to copy.NullPointerException - if o is null.public com.evolveum.prism.xml.ns._public.types_3.ItemPathType getPath()
ItemPathTypepublic void setPath(com.evolveum.prism.xml.ns._public.types_3.ItemPathType value)
value - allowed object is
ItemPathTypepublic String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic ObjectSelectorType clone()
Copyright © 2016 Evolveum. All rights reserved.