public class ResourceObjectPatternType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ResourceObjectPatternType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceObjectPatternType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filter" type="{http://prism.evolveum.com/xml/ns/public/query-3}SearchFilterType" minOccurs="0"/>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3}name" minOccurs="0"/>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3}uid" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_FILTER |
static QName |
F_NAME |
static QName |
F_UID |
protected com.evolveum.prism.xml.ns._public.query_3.SearchFilterType |
filter |
protected String |
name |
protected String |
uid |
| Constructor and Description |
|---|
ResourceObjectPatternType()
Creates a new
ResourceObjectPatternType instance. |
ResourceObjectPatternType(ResourceObjectPatternType o)
Creates a new
ResourceObjectPatternType instance by deeply copying a given ResourceObjectPatternType instance. |
| Modifier and Type | Method and Description |
|---|---|
ResourceObjectPatternType |
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.query_3.SearchFilterType |
getFilter()
Gets the value of the filter property.
|
String |
getName()
ICF name of the protected object.
|
String |
getUid()
ICF UID of the protected object.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setFilter(com.evolveum.prism.xml.ns._public.query_3.SearchFilterType value)
Sets the value of the filter property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUid(String value)
Sets the value of the uid property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected com.evolveum.prism.xml.ns._public.query_3.SearchFilterType filter
protected String name
protected String uid
public static final QName COMPLEX_TYPE
public static final QName F_FILTER
public static final QName F_NAME
public static final QName F_UID
public ResourceObjectPatternType()
ResourceObjectPatternType instance.public ResourceObjectPatternType(ResourceObjectPatternType o)
ResourceObjectPatternType instance by deeply copying a given ResourceObjectPatternType instance.o - The instance to copy.NullPointerException - if o is null.public com.evolveum.prism.xml.ns._public.query_3.SearchFilterType getFilter()
SearchFilterTypepublic void setFilter(com.evolveum.prism.xml.ns._public.query_3.SearchFilterType value)
value - allowed object is
SearchFilterTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUid()
Stringpublic void setUid(String value)
value - allowed object is
Stringpublic 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 ResourceObjectPatternType clone()
Copyright © 2016 Evolveum. All rights reserved.