public class CountObjectsCapabilityType extends CapabilityType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for CountObjectsCapabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CountObjectsCapabilityType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CapabilityType"> <sequence> <element name="simulate" type="{http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3}CountObjectsSimulateType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_SIMULATE |
protected CountObjectsSimulateType |
simulate |
enabled, F_ENABLED
Constructor and Description |
---|
CountObjectsCapabilityType()
Creates a new
CountObjectsCapabilityType instance. |
CountObjectsCapabilityType(CountObjectsCapabilityType o)
Creates a new
CountObjectsCapabilityType instance by deeply copying a given CountObjectsCapabilityType instance. |
Modifier and Type | Method and Description |
---|---|
CountObjectsCapabilityType |
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) |
CountObjectsSimulateType |
getSimulate()
Gets the value of the simulate property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setSimulate(CountObjectsSimulateType value)
Sets the value of the simulate property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
isEnabled, setEnabled
protected CountObjectsSimulateType simulate
public static final QName COMPLEX_TYPE
public static final QName F_SIMULATE
public CountObjectsCapabilityType()
CountObjectsCapabilityType
instance.public CountObjectsCapabilityType(CountObjectsCapabilityType o)
CountObjectsCapabilityType
instance by deeply copying a given CountObjectsCapabilityType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public CountObjectsSimulateType getSimulate()
CountObjectsSimulateType
public void setSimulate(CountObjectsSimulateType value)
value
- allowed object is
CountObjectsSimulateType
public String toString()
toString
in class CapabilityType
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
hashCode
in class CapabilityType
public int hashCode()
hashCode
in class CapabilityType
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
equals
in class CapabilityType
public boolean equals(Object object)
equals
in class CapabilityType
public CountObjectsCapabilityType clone()
clone
in class CapabilityType
Copyright © 2016 Evolveum. All rights reserved.