|
||||||||||
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.ResourceAccessConfigurationType
public class ResourceAccessConfigurationType
!!! 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>
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 |
---|
protected java.lang.String namespace
protected ResourceAccessConfigurationType.Schema schema
protected SchemaHandlingType schemaHandling
protected Configuration configuration
Constructor Detail |
---|
public ResourceAccessConfigurationType()
Method Detail |
---|
public java.lang.String getNamespace()
String
public void setNamespace(java.lang.String value)
value
- allowed object is
String
public ResourceAccessConfigurationType.Schema getSchema()
ResourceAccessConfigurationType.Schema
public void setSchema(ResourceAccessConfigurationType.Schema value)
value
- allowed object is
ResourceAccessConfigurationType.Schema
public SchemaHandlingType getSchemaHandling()
SchemaHandlingType
public void setSchemaHandling(SchemaHandlingType value)
value
- allowed object is
SchemaHandlingType
public Configuration getConfiguration()
Configuration
public void setConfiguration(Configuration value)
value
- allowed object is
Configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |