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:
  • Field Details

    • createUsers

      protected Boolean createUsers
    • createGroups

      protected Boolean createGroups
  • Constructor Details

    • LDAPSyncType

      public LDAPSyncType()
  • Method Details

    • isCreateUsers

      public Boolean isCreateUsers()
      Gets the value of the createUsers property.
      Returns:
      possible object is Boolean
    • setCreateUsers

      public void setCreateUsers(Boolean value)
      Sets the value of the createUsers property.
      Parameters:
      value - allowed object is Boolean
    • isSetCreateUsers

      public boolean isSetCreateUsers()
    • isCreateGroups

      public Boolean isCreateGroups()
      Gets the value of the createGroups property.
      Returns:
      possible object is Boolean
    • setCreateGroups

      public void setCreateGroups(Boolean value)
      Sets the value of the createGroups property.
      Parameters:
      value - allowed object is Boolean
    • isSetCreateGroups

      public boolean isSetCreateGroups()
    • clone

      public Object clone()
      Overrides:
      clone in class LDAPImportType
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class LDAPImportType
    • copyTo

      public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
      Specified by:
      copyTo in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      copyTo in class LDAPImportType
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      createNewInstance in class LDAPImportType
    • withCreateUsers

      public LDAPSyncType withCreateUsers(Boolean value)
      Sets the value of the createUsers property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withCreateGroups

      public LDAPSyncType withCreateGroups(Boolean value)
      Sets the value of the createGroups property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withInterval

      public LDAPSyncType withInterval(Long value)
      Sets the value of the interval property.
      Overrides:
      withInterval in class LDAPImportType
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withImportOrganizationalUnits

      public LDAPSyncType withImportOrganizationalUnits(Boolean value)
      Sets the value of the importOrganizationalUnits property.
      Overrides:
      withImportOrganizationalUnits in class LDAPImportType
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withPlugin

      public LDAPSyncType withPlugin(String value)
      Sets the value of the plugin property.
      Overrides:
      withPlugin in class LDAPImportType
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPluginParameters

      public LDAPSyncType withPluginParameters(SimpleMetadataType value)
      Sets the value of the pluginParameters property.
      Overrides:
      withPluginParameters in class LDAPImportType
      Parameters:
      value - allowed object is SimpleMetadataType
      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 interface org.jvnet.jaxb.lang.Equals
      Overrides:
      equals in class LDAPImportType
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class LDAPImportType
    • visit

      public LDAPSyncType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class LDAPImportType
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
      Overrides:
      hashCode in class LDAPImportType
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class LDAPImportType
    • toString

      public String toString()
      Overrides:
      toString in class LDAPImportType
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class LDAPImportType
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class LDAPImportType