public class LDAPSyncType extends LDAPImportType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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 | Class and Description |
---|---|
static class |
LDAPSyncType.PropInfo |
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 |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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, 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
public LDAPSyncType withCreateUsers(Boolean value)
public LDAPSyncType withCreateGroups(Boolean value)
public LDAPSyncType withInterval(Long value)
withInterval
in class LDAPImportType
public LDAPSyncType withImportOrganizationalUnits(Boolean value)
withImportOrganizationalUnits
in class LDAPImportType
public LDAPSyncType withPlugin(String value)
withPlugin
in class LDAPImportType
public LDAPSyncType withPluginParameters(SimpleMetadataType value)
withPluginParameters
in class LDAPImportType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class LDAPImportType
public boolean equals(Object object)
equals
in class LDAPImportType
public LDAPSyncType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class LDAPImportType
Copyright © 2018. All rights reserved.