Package com.vidispine.generated
Class LDAPImportType
- java.lang.Object
-
- com.vidispine.generated.LDAPImportType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Direct Known Subclasses:
LDAPSyncType
public class LDAPImportType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LDAPImportType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
importOrganizationalUnits
protected Long
interval
protected String
plugin
protected SimpleMetadataType
pluginParameters
-
Constructor Summary
Constructors Constructor Description LDAPImportType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
LDAPImportType
withImportOrganizationalUnits(Boolean value)
LDAPImportType
withInterval(Long value)
LDAPImportType
withPlugin(String value)
LDAPImportType
withPluginParameters(SimpleMetadataType value)
-
-
-
Field Detail
-
interval
protected Long interval
-
importOrganizationalUnits
protected Boolean importOrganizationalUnits
-
plugin
protected String plugin
-
pluginParameters
protected SimpleMetadataType pluginParameters
-
-
Method Detail
-
getInterval
public Long getInterval()
Gets the value of the interval property.- Returns:
- possible object is
Long
-
setInterval
public void setInterval(Long value)
Sets the value of the interval property.- Parameters:
value
- allowed object isLong
-
isSetInterval
public boolean isSetInterval()
-
isImportOrganizationalUnits
public Boolean isImportOrganizationalUnits()
Gets the value of the importOrganizationalUnits property.- Returns:
- possible object is
Boolean
-
setImportOrganizationalUnits
public void setImportOrganizationalUnits(Boolean value)
Sets the value of the importOrganizationalUnits property.- Parameters:
value
- allowed object isBoolean
-
isSetImportOrganizationalUnits
public boolean isSetImportOrganizationalUnits()
-
getPlugin
public String getPlugin()
Gets the value of the plugin property.- Returns:
- possible object is
String
-
setPlugin
public void setPlugin(String value)
Sets the value of the plugin property.- Parameters:
value
- allowed object isString
-
isSetPlugin
public boolean isSetPlugin()
-
getPluginParameters
public SimpleMetadataType getPluginParameters()
Gets the value of the pluginParameters property.- Returns:
- possible object is
SimpleMetadataType
-
setPluginParameters
public void setPluginParameters(SimpleMetadataType value)
Sets the value of the pluginParameters property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetPluginParameters
public boolean isSetPluginParameters()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withInterval
public LDAPImportType withInterval(Long value)
-
withImportOrganizationalUnits
public LDAPImportType withImportOrganizationalUnits(Boolean value)
-
withPlugin
public LDAPImportType withPlugin(String value)
-
withPluginParameters
public LDAPImportType withPluginParameters(SimpleMetadataType value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public LDAPImportType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-