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