public class LDAPImportType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for LDAPImportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LDAPImportType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="interval" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="importOrganizationalUnits" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <sequence minOccurs="0"> <element name="plugin" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pluginParameters" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
importOrganizationalUnits |
protected Long |
interval |
protected String |
plugin |
protected SimpleMetadataType |
pluginParameters |
Constructor and Description |
---|
LDAPImportType() |
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() |
Long |
getInterval()
Gets the value of the interval property.
|
String |
getPlugin()
Gets the value of the plugin property.
|
SimpleMetadataType |
getPluginParameters()
Gets the value of the pluginParameters property.
|
Boolean |
isImportOrganizationalUnits()
Gets the value of the importOrganizationalUnits property.
|
boolean |
isSetImportOrganizationalUnits() |
boolean |
isSetInterval() |
boolean |
isSetPlugin() |
boolean |
isSetPluginParameters() |
void |
setImportOrganizationalUnits(Boolean value)
Sets the value of the importOrganizationalUnits property.
|
void |
setInterval(Long value)
Sets the value of the interval property.
|
void |
setPlugin(String value)
Sets the value of the plugin property.
|
void |
setPluginParameters(SimpleMetadataType value)
Sets the value of the pluginParameters property.
|
protected Long interval
protected Boolean importOrganizationalUnits
protected String plugin
protected SimpleMetadataType pluginParameters
public Long getInterval()
Long
public void setInterval(Long value)
value
- allowed object is
Long
public boolean isSetInterval()
public Boolean isImportOrganizationalUnits()
Boolean
public void setImportOrganizationalUnits(Boolean value)
value
- allowed object is
Boolean
public boolean isSetImportOrganizationalUnits()
public String getPlugin()
String
public void setPlugin(String value)
value
- allowed object is
String
public boolean isSetPlugin()
public SimpleMetadataType getPluginParameters()
SimpleMetadataType
public void setPluginParameters(SimpleMetadataType value)
value
- allowed object is
SimpleMetadataType
public boolean isSetPluginParameters()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
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
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.