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

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.ResourceAccessConfigurationType
All Implemented Interfaces:
java.io.Serializable

public class ResourceAccessConfigurationType
extends ExtensibleObjectType
implements java.io.Serializable

!!! DEPRECATED !!! ResourceAccessConfiguration represents a provisioning subsystem system which we manage. TODO: Add documentation

Java class for ResourceAccessConfigurationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ResourceAccessConfigurationType">
   <complexContent>
     <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}ExtensibleObjectType">
       <sequence>
         <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="schema">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}schemaHandling"/>
         <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}configuration"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class ResourceAccessConfigurationType.Schema
          Java class for anonymous complex type.
 
Field Summary
protected  Configuration configuration
           
protected  java.lang.String namespace
           
protected  ResourceAccessConfigurationType.Schema schema
           
protected  SchemaHandlingType schemaHandling
           
 
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
name, oid, version
 
Constructor Summary
ResourceAccessConfigurationType()
           
 
Method Summary
 Configuration getConfiguration()
          Gets the value of the configuration property.
 java.lang.String getNamespace()
          Gets the value of the namespace property.
 ResourceAccessConfigurationType.Schema getSchema()
          Gets the value of the schema property.
 SchemaHandlingType getSchemaHandling()
          Gets the value of the schemaHandling property.
 void setConfiguration(Configuration value)
          Sets the value of the configuration property.
 void setNamespace(java.lang.String value)
          Sets the value of the namespace property.
 void setSchema(ResourceAccessConfigurationType.Schema value)
          Sets the value of the schema property.
 void setSchemaHandling(SchemaHandlingType value)
          Sets the value of the schemaHandling property.
 
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
getName, getOid, getVersion, setName, setOid, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespace

protected java.lang.String namespace

schema

protected ResourceAccessConfigurationType.Schema schema

schemaHandling

protected SchemaHandlingType schemaHandling

configuration

protected Configuration configuration
Constructor Detail

ResourceAccessConfigurationType

public ResourceAccessConfigurationType()
Method Detail

getNamespace

public java.lang.String getNamespace()
Gets the value of the namespace property.

Returns:
possible object is String

setNamespace

public void setNamespace(java.lang.String value)
Sets the value of the namespace property.

Parameters:
value - allowed object is String

getSchema

public ResourceAccessConfigurationType.Schema getSchema()
Gets the value of the schema property.

Returns:
possible object is ResourceAccessConfigurationType.Schema

setSchema

public void setSchema(ResourceAccessConfigurationType.Schema value)
Sets the value of the schema property.

Parameters:
value - allowed object is ResourceAccessConfigurationType.Schema

getSchemaHandling

public SchemaHandlingType getSchemaHandling()
Gets the value of the schemaHandling property.

Returns:
possible object is SchemaHandlingType

setSchemaHandling

public void setSchemaHandling(SchemaHandlingType value)
Sets the value of the schemaHandling property.

Parameters:
value - allowed object is SchemaHandlingType

getConfiguration

public Configuration getConfiguration()
Gets the value of the configuration property.

Returns:
possible object is Configuration

setConfiguration

public void setConfiguration(Configuration value)
Sets the value of the configuration property.

Parameters:
value - allowed object is Configuration


Copyright © 2011 evolveum. All Rights Reserved.