|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
com.evolveum.midpoint.xml.ns._public.common.common_1.SystemConfigurationType
public class SystemConfigurationType
System configuration object. Holds global system configuration setting. There will be just one object of this type in the system. It will have a well-known OID.
Java class for SystemConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemConfigurationType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ExtensibleObjectType">
<sequence>
<element name="logging" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}LoggingConfigurationType" minOccurs="0"/>
<element name="defaultUserTemplate" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}UserTemplateType" minOccurs="0"/>
<element name="defaultUserTemplateRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ObjectReferenceType" minOccurs="0"/>
<element name="connectorFramework" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="configuration" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}extension" minOccurs="0"/>
<element name="connectorPath" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
SystemConfigurationType.ConnectorFramework
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected SystemConfigurationType.ConnectorFramework |
connectorFramework
|
protected UserTemplateType |
defaultUserTemplate
|
protected ObjectReferenceType |
defaultUserTemplateRef
|
protected LoggingConfigurationType |
logging
|
| Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType |
|---|
extension |
| Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType |
|---|
description, name, oid, version |
| Constructor Summary | |
|---|---|
SystemConfigurationType()
|
|
| Method Summary | |
|---|---|
SystemConfigurationType.ConnectorFramework |
getConnectorFramework()
Gets the value of the connectorFramework property. |
UserTemplateType |
getDefaultUserTemplate()
Gets the value of the defaultUserTemplate property. |
ObjectReferenceType |
getDefaultUserTemplateRef()
Gets the value of the defaultUserTemplateRef property. |
LoggingConfigurationType |
getLogging()
Gets the value of the logging property. |
void |
setConnectorFramework(SystemConfigurationType.ConnectorFramework value)
Sets the value of the connectorFramework property. |
void |
setDefaultUserTemplate(UserTemplateType value)
Sets the value of the defaultUserTemplate property. |
void |
setDefaultUserTemplateRef(ObjectReferenceType value)
Sets the value of the defaultUserTemplateRef property. |
void |
setLogging(LoggingConfigurationType value)
Sets the value of the logging property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
| Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType |
|---|
getExtension, setExtension |
| Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType |
|---|
getDescription, getName, getOid, getVersion, setDescription, setName, setOid, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected LoggingConfigurationType logging
protected UserTemplateType defaultUserTemplate
protected ObjectReferenceType defaultUserTemplateRef
protected SystemConfigurationType.ConnectorFramework connectorFramework
| Constructor Detail |
|---|
public SystemConfigurationType()
| Method Detail |
|---|
public LoggingConfigurationType getLogging()
LoggingConfigurationTypepublic void setLogging(LoggingConfigurationType value)
value - allowed object is
LoggingConfigurationTypepublic UserTemplateType getDefaultUserTemplate()
UserTemplateTypepublic void setDefaultUserTemplate(UserTemplateType value)
value - allowed object is
UserTemplateTypepublic ObjectReferenceType getDefaultUserTemplateRef()
ObjectReferenceTypepublic void setDefaultUserTemplateRef(ObjectReferenceType value)
value - allowed object is
ObjectReferenceTypepublic SystemConfigurationType.ConnectorFramework getConnectorFramework()
SystemConfigurationType.ConnectorFrameworkpublic void setConnectorFramework(SystemConfigurationType.ConnectorFramework value)
value - allowed object is
SystemConfigurationType.ConnectorFrameworkpublic java.lang.String toString()
toString in class ExtensibleObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||