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.
|
LDAPSyncType |
withCreateGroups(Boolean value) |
LDAPSyncType |
withCreateUsers(Boolean value) |
LDAPSyncType |
withImportOrganizationalUnits(Boolean value) |
LDAPSyncType |
withInterval(Long value) |
LDAPSyncType |
withPlugin(String value) |
LDAPSyncType |
withPluginParameters(SimpleMetadataType value) |
getInterval, getPlugin, getPluginParameters, isImportOrganizationalUnits, isSetImportOrganizationalUnits, isSetInterval, isSetPlugin, isSetPluginParameters, setImportOrganizationalUnits, setInterval, setPlugin, setPluginParameterspublic Boolean isCreateUsers()
Booleanpublic void setCreateUsers(Boolean value)
value - allowed object is
Booleanpublic boolean isSetCreateUsers()
public Boolean isCreateGroups()
Booleanpublic void setCreateGroups(Boolean value)
value - allowed object is
Booleanpublic boolean isSetCreateGroups()
public Object clone()
clone in class LDAPImportTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class LDAPImportTypepublic 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.CopyTocopyTo in class LDAPImportTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class LDAPImportTypepublic LDAPSyncType withCreateUsers(Boolean value)
public LDAPSyncType withCreateGroups(Boolean value)
public LDAPSyncType withInterval(Long value)
withInterval in class LDAPImportTypepublic LDAPSyncType withImportOrganizationalUnits(Boolean value)
withImportOrganizationalUnits in class LDAPImportTypepublic LDAPSyncType withPlugin(String value)
withPlugin in class LDAPImportTypepublic LDAPSyncType withPluginParameters(SimpleMetadataType value)
withPluginParameters in class LDAPImportTypeCopyright © 2015. All rights reserved.