Package com.vidispine.generated
Class LDAPSyncType
java.lang.Object
com.vidispine.generated.LDAPImportType
com.vidispine.generated.LDAPSyncType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class LDAPSyncType
extends LDAPImportType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.vidispine.generated.LDAPImportType
importOrganizationalUnits, interval, plugin, pluginParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the createGroups property.Gets the value of the createUsers property.boolean
boolean
void
setCreateGroups
(Boolean value) Sets the value of the createGroups property.void
setCreateUsers
(Boolean value) Sets the value of the createUsers property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withCreateGroups
(Boolean value) Sets the value of the createGroups property.withCreateUsers
(Boolean value) Sets the value of the createUsers property.Sets the value of the importOrganizationalUnits property.withInterval
(Long value) Sets the value of the interval property.withPlugin
(String value) Sets the value of the plugin property.Sets the value of the pluginParameters property.Methods inherited from class com.vidispine.generated.LDAPImportType
getInterval, getPlugin, getPluginParameters, isImportOrganizationalUnits, isSetImportOrganizationalUnits, isSetInterval, isSetPlugin, isSetPluginParameters, setImportOrganizationalUnits, setInterval, setPlugin, setPluginParameters
-
Field Details
-
createUsers
-
createGroups
-
-
Constructor Details
-
LDAPSyncType
public LDAPSyncType()
-
-
Method Details
-
isCreateUsers
Gets the value of the createUsers property.- Returns:
- possible object is
Boolean
-
setCreateUsers
Sets the value of the createUsers property.- Parameters:
value
- allowed object isBoolean
-
isSetCreateUsers
public boolean isSetCreateUsers() -
isCreateGroups
Gets the value of the createGroups property.- Returns:
- possible object is
Boolean
-
setCreateGroups
Sets the value of the createGroups property.- Parameters:
value
- allowed object isBoolean
-
isSetCreateGroups
public boolean isSetCreateGroups() -
clone
- Overrides:
clone
in classLDAPImportType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classLDAPImportType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classLDAPImportType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classLDAPImportType
-
withCreateUsers
Sets the value of the createUsers property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withCreateGroups
Sets the value of the createGroups property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withInterval
Sets the value of the interval property.- Overrides:
withInterval
in classLDAPImportType
- Parameters:
value
- allowed object isLong
- Returns:
- The class instance
-
withImportOrganizationalUnits
Sets the value of the importOrganizationalUnits property.- Overrides:
withImportOrganizationalUnits
in classLDAPImportType
- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withPlugin
Sets the value of the plugin property.- Overrides:
withPlugin
in classLDAPImportType
- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withPluginParameters
Sets the value of the pluginParameters property.- Overrides:
withPluginParameters
in classLDAPImportType
- Parameters:
value
- allowed object isSimpleMetadataType
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classLDAPImportType
-
equals
- Overrides:
equals
in classLDAPImportType
-
visit
- Overrides:
visit
in classLDAPImportType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classLDAPImportType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classLDAPImportType
-
toString
- Overrides:
toString
in classLDAPImportType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classLDAPImportType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classLDAPImportType
-