com.evolveum.midpoint.xml.ns._public.common.common_1
Class SystemConfigurationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectType
      extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ExtensibleObjectType
          extended by com.evolveum.midpoint.xml.ns._public.common.common_1.SystemConfigurationType
All Implemented Interfaces:
java.io.Serializable

public class SystemConfigurationType
extends ExtensibleObjectType
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

logging

protected LoggingConfigurationType logging

defaultUserTemplate

protected UserTemplateType defaultUserTemplate

defaultUserTemplateRef

protected ObjectReferenceType defaultUserTemplateRef

connectorFramework

protected SystemConfigurationType.ConnectorFramework connectorFramework
Constructor Detail

SystemConfigurationType

public SystemConfigurationType()
Method Detail

getLogging

public LoggingConfigurationType getLogging()
Gets the value of the logging property.

Returns:
possible object is LoggingConfigurationType

setLogging

public void setLogging(LoggingConfigurationType value)
Sets the value of the logging property.

Parameters:
value - allowed object is LoggingConfigurationType

getDefaultUserTemplate

public UserTemplateType getDefaultUserTemplate()
Gets the value of the defaultUserTemplate property.

Returns:
possible object is UserTemplateType

setDefaultUserTemplate

public void setDefaultUserTemplate(UserTemplateType value)
Sets the value of the defaultUserTemplate property.

Parameters:
value - allowed object is UserTemplateType

getDefaultUserTemplateRef

public ObjectReferenceType getDefaultUserTemplateRef()
Gets the value of the defaultUserTemplateRef property.

Returns:
possible object is ObjectReferenceType

setDefaultUserTemplateRef

public void setDefaultUserTemplateRef(ObjectReferenceType value)
Sets the value of the defaultUserTemplateRef property.

Parameters:
value - allowed object is ObjectReferenceType

getConnectorFramework

public SystemConfigurationType.ConnectorFramework getConnectorFramework()
Gets the value of the connectorFramework property.

Returns:
possible object is SystemConfigurationType.ConnectorFramework

setConnectorFramework

public void setConnectorFramework(SystemConfigurationType.ConnectorFramework value)
Sets the value of the connectorFramework property.

Parameters:
value - allowed object is SystemConfigurationType.ConnectorFramework

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class ExtensibleObjectType


Copyright © 2011 evolveum. All Rights Reserved.