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="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_RETRIEVE |
protected Boolean |
noDiscovery |
protected Boolean |
noFetch |
protected Boolean |
raw |
protected Boolean |
resolve |
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.
|
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 |
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 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_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()
RetrieveOptionType
public void setRetrieve(RetrieveOptionType value)
value
- allowed object is
RetrieveOptionType
public Boolean isResolve()
Boolean
public void setResolve(Boolean value)
value
- allowed object is
Boolean
public Boolean isNoFetch()
Boolean
public void setNoFetch(Boolean value)
value
- allowed object is
Boolean
public void setRaw(Boolean value)
value
- allowed object is
Boolean
public Boolean isNoDiscovery()
Boolean
public void setNoDiscovery(Boolean value)
value
- allowed object is
Boolean
public 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.HashCode
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public GetOperationOptionsType clone()
Copyright © 2016 Evolveum. All rights reserved.