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.
|
LDAPImportType |
withImportOrganizationalUnits(Boolean value) |
LDAPImportType |
withInterval(Long value) |
LDAPImportType |
withPlugin(String value) |
LDAPImportType |
withPluginParameters(SimpleMetadataType value) |
protected Long interval
protected Boolean importOrganizationalUnits
protected String plugin
protected SimpleMetadataType pluginParameters
public Long getInterval()
Longpublic void setInterval(Long value)
value - allowed object is
Longpublic boolean isSetInterval()
public Boolean isImportOrganizationalUnits()
Booleanpublic void setImportOrganizationalUnits(Boolean value)
value - allowed object is
Booleanpublic boolean isSetImportOrganizationalUnits()
public String getPlugin()
Stringpublic void setPlugin(String value)
value - allowed object is
Stringpublic boolean isSetPlugin()
public SimpleMetadataType getPluginParameters()
SimpleMetadataTypepublic void setPluginParameters(SimpleMetadataType value)
value - allowed object is
SimpleMetadataTypepublic boolean isSetPluginParameters()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic LDAPImportType withInterval(Long value)
public LDAPImportType withImportOrganizationalUnits(Boolean value)
public LDAPImportType withPlugin(String value)
public LDAPImportType withPluginParameters(SimpleMetadataType value)
Copyright © 2015. All rights reserved.