public class GetOperationOptionsType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for GetOperationOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetOperationOptionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="retrieve" type="{http://midpoint.evolveum.com/xml/ns/public/common/api-types-3}RetrieveOptionType" minOccurs="0"/>
<element name="resolve" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="resolveNames" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="noFetch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="raw" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="noDiscovery" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_NO_DISCOVERY |
static QName |
F_NO_FETCH |
static QName |
F_RAW |
static QName |
F_RESOLVE |
static QName |
F_RESOLVE_NAMES |
static QName |
F_RETRIEVE |
protected Boolean |
noDiscovery |
protected Boolean |
noFetch |
protected Boolean |
raw |
protected Boolean |
resolve |
protected Boolean |
resolveNames |
protected RetrieveOptionType |
retrieve |
| Constructor and Description |
|---|
GetOperationOptionsType()
Creates a new
GetOperationOptionsType instance. |
GetOperationOptionsType(GetOperationOptionsType o)
Creates a new
GetOperationOptionsType instance by deeply copying a given GetOperationOptionsType instance. |
| Modifier and Type | Method and Description |
|---|---|
GetOperationOptionsType |
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) |
RetrieveOptionType |
getRetrieve()
Gets the value of the retrieve property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isNoDiscovery()
Gets the value of the noDiscovery property.
|
Boolean |
isNoFetch()
Gets the value of the noFetch property.
|
Boolean |
isRaw()
Gets the value of the raw property.
|
Boolean |
isResolve()
Gets the value of the resolve property.
|
Boolean |
isResolveNames()
Gets the value of the resolveNames property.
|
void |
setNoDiscovery(Boolean value)
Sets the value of the noDiscovery property.
|
void |
setNoFetch(Boolean value)
Sets the value of the noFetch property.
|
void |
setRaw(Boolean value)
Sets the value of the raw property.
|
void |
setResolve(Boolean value)
Sets the value of the resolve property.
|
void |
setResolveNames(Boolean value)
Sets the value of the resolveNames property.
|
void |
setRetrieve(RetrieveOptionType value)
Sets the value of the retrieve property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected RetrieveOptionType retrieve
protected Boolean resolve
protected Boolean resolveNames
protected Boolean noFetch
protected Boolean raw
protected Boolean noDiscovery
public static final QName COMPLEX_TYPE
public static final QName F_RETRIEVE
public static final QName F_RESOLVE
public static final QName F_RESOLVE_NAMES
public static final QName F_NO_FETCH
public static final QName F_RAW
public static final QName F_NO_DISCOVERY
public GetOperationOptionsType()
GetOperationOptionsType instance.public GetOperationOptionsType(GetOperationOptionsType o)
GetOperationOptionsType instance by deeply copying a given GetOperationOptionsType instance.o - The instance to copy.NullPointerException - if o is null.public RetrieveOptionType getRetrieve()
RetrieveOptionTypepublic void setRetrieve(RetrieveOptionType value)
value - allowed object is
RetrieveOptionTypepublic Boolean isResolve()
Booleanpublic void setResolve(Boolean value)
value - allowed object is
Booleanpublic Boolean isResolveNames()
Booleanpublic void setResolveNames(Boolean value)
value - allowed object is
Booleanpublic Boolean isNoFetch()
Booleanpublic void setNoFetch(Boolean value)
value - allowed object is
Booleanpublic void setRaw(Boolean value)
value - allowed object is
Booleanpublic Boolean isNoDiscovery()
Booleanpublic void setNoDiscovery(Boolean value)
value - allowed object is
Booleanpublic 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 GetOperationOptionsType clone()
Copyright © 2016 Evolveum. All rights reserved.