public class ProfilingConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ProfilingConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfilingConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="requestFilter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="performanceStatistics" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="dumpInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="model" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="repository" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="provisioning" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="ucf" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="resourceObjectChangeListener" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="taskManager" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="workflow" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected Integer |
dumpInterval |
protected boolean |
enabled |
static QName |
F_COMPLEX___TYPE |
static QName |
F_DUMP_INTERVAL |
static QName |
F_ENABLED |
static QName |
F_MODEL |
static QName |
F_PERFORMANCE_STATISTICS |
static QName |
F_PROVISIONING |
static QName |
F_REPOSITORY |
static QName |
F_REQUEST_FILTER |
static QName |
F_RESOURCE_OBJECT_CHANGE_LISTENER |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_TASK_MANAGER |
static QName |
F_UCF |
static QName |
F_WORKFLOW |
protected Boolean |
model |
protected Boolean |
performanceStatistics |
protected Boolean |
provisioning |
protected Boolean |
repository |
protected Boolean |
requestFilter |
protected Boolean |
resourceObjectChangeListener |
protected Boolean |
taskManager |
protected Boolean |
ucf |
protected Boolean |
workflow |
Constructor and Description |
---|
ProfilingConfigurationType()
Creates a new
ProfilingConfigurationType instance. |
ProfilingConfigurationType(ProfilingConfigurationType o)
Creates a new
ProfilingConfigurationType instance by deeply copying a given ProfilingConfigurationType instance. |
Modifier and Type | Method and Description |
---|---|
ProfilingConfigurationType |
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) |
Integer |
getDumpInterval()
Gets the value of the dumpInterval property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isEnabled()
Gets the value of the enabled property.
|
Boolean |
isModel()
Gets the value of the model property.
|
Boolean |
isPerformanceStatistics()
Gets the value of the performanceStatistics property.
|
Boolean |
isProvisioning()
Gets the value of the provisioning property.
|
Boolean |
isRepository()
Gets the value of the repository property.
|
Boolean |
isRequestFilter()
Gets the value of the requestFilter property.
|
Boolean |
isResourceObjectChangeListener()
Gets the value of the resourceObjectChangeListener property.
|
Boolean |
isTaskManager()
Gets the value of the taskManager property.
|
Boolean |
isUcf()
Gets the value of the ucf property.
|
Boolean |
isWorkflow()
Gets the value of the workflow property.
|
void |
setDumpInterval(Integer value)
Sets the value of the dumpInterval property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setModel(Boolean value)
Sets the value of the model property.
|
void |
setPerformanceStatistics(Boolean value)
Sets the value of the performanceStatistics property.
|
void |
setProvisioning(Boolean value)
Sets the value of the provisioning property.
|
void |
setRepository(Boolean value)
Sets the value of the repository property.
|
void |
setRequestFilter(Boolean value)
Sets the value of the requestFilter property.
|
void |
setResourceObjectChangeListener(Boolean value)
Sets the value of the resourceObjectChangeListener property.
|
void |
setTaskManager(Boolean value)
Sets the value of the taskManager property.
|
void |
setUcf(Boolean value)
Sets the value of the ucf property.
|
void |
setWorkflow(Boolean value)
Sets the value of the workflow property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected boolean enabled
protected Boolean requestFilter
protected Boolean performanceStatistics
protected Integer dumpInterval
protected Boolean model
protected Boolean repository
protected Boolean provisioning
protected Boolean ucf
protected Boolean resourceObjectChangeListener
protected Boolean taskManager
protected Boolean workflow
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_ENABLED
public static final QName F_REQUEST_FILTER
public static final QName F_PERFORMANCE_STATISTICS
public static final QName F_DUMP_INTERVAL
public static final QName F_MODEL
public static final QName F_REPOSITORY
public static final QName F_PROVISIONING
public static final QName F_UCF
public static final QName F_RESOURCE_OBJECT_CHANGE_LISTENER
public static final QName F_TASK_MANAGER
public static final QName F_WORKFLOW
public static final QName F_COMPLEX___TYPE
public ProfilingConfigurationType()
ProfilingConfigurationType
instance.public ProfilingConfigurationType(ProfilingConfigurationType o)
ProfilingConfigurationType
instance by deeply copying a given ProfilingConfigurationType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public boolean isEnabled()
public void setEnabled(boolean value)
public Boolean isRequestFilter()
Boolean
public void setRequestFilter(Boolean value)
value
- allowed object is
Boolean
public Boolean isPerformanceStatistics()
Boolean
public void setPerformanceStatistics(Boolean value)
value
- allowed object is
Boolean
public Integer getDumpInterval()
Integer
public void setDumpInterval(Integer value)
value
- allowed object is
Integer
public Boolean isModel()
Boolean
public void setModel(Boolean value)
value
- allowed object is
Boolean
public Boolean isRepository()
Boolean
public void setRepository(Boolean value)
value
- allowed object is
Boolean
public Boolean isProvisioning()
Boolean
public void setProvisioning(Boolean value)
value
- allowed object is
Boolean
public void setUcf(Boolean value)
value
- allowed object is
Boolean
public Boolean isResourceObjectChangeListener()
Boolean
public void setResourceObjectChangeListener(Boolean value)
value
- allowed object is
Boolean
public Boolean isTaskManager()
Boolean
public void setTaskManager(Boolean value)
value
- allowed object is
Boolean
public Boolean isWorkflow()
Boolean
public void setWorkflow(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 ProfilingConfigurationType clone()
Copyright © 2014 Evolveum. All rights reserved.