public class LDAPSyncType extends LDAPImportType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for LDAPSyncType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LDAPSyncType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}LDAPImportType"> <sequence> <element name="createUsers" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="createGroups" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
createGroups |
protected Boolean |
createUsers |
importOrganizationalUnits, interval, plugin, pluginParameters
Constructor and Description |
---|
LDAPSyncType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
Boolean |
isCreateGroups()
Gets the value of the createGroups property.
|
Boolean |
isCreateUsers()
Gets the value of the createUsers property.
|
boolean |
isSetCreateGroups() |
boolean |
isSetCreateUsers() |
void |
setCreateGroups(Boolean value)
Sets the value of the createGroups property.
|
void |
setCreateUsers(Boolean value)
Sets the value of the createUsers property.
|
getInterval, getPlugin, getPluginParameters, isImportOrganizationalUnits, isSetImportOrganizationalUnits, isSetInterval, isSetPlugin, isSetPluginParameters, setImportOrganizationalUnits, setInterval, setPlugin, setPluginParameters
public Boolean isCreateUsers()
Boolean
public void setCreateUsers(Boolean value)
value
- allowed object is
Boolean
public boolean isSetCreateUsers()
public Boolean isCreateGroups()
Boolean
public void setCreateGroups(Boolean value)
value
- allowed object is
Boolean
public boolean isSetCreateGroups()
public Object clone()
clone
in class LDAPImportType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class LDAPImportType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class LDAPImportType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class LDAPImportType
Copyright © 2015. All rights reserved.