Class ActiveDirectorySchemaClass
- java.lang.Object
- 
- org.mases.jcobridge.netreflection.NetObject
- 
- system.directoryservices.activedirectory.ActiveDirectorySchemaClass
 
 
- 
- All Implemented Interfaces:
- java.lang.AutoCloseable,- IJCOBridgeReflected
 
 public class ActiveDirectorySchemaClass extends NetObject implements java.lang.AutoCloseable The base .NET class managing System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass, System.DirectoryServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass Powered by JCOBridge: more info at https://www.jcobridge.com - Author:
- MASES s.r.l https://masesgroup.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.DirectoryServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.DirectoryServicesstatic java.lang.StringclassNameQualified class name: System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClassstatic JCTypeclassTypeThe type managed from JCOBridge.
 - 
Constructor SummaryConstructors Constructor Description ActiveDirectorySchemaClass()ActiveDirectorySchemaClass(java.lang.Object instance)Internal constructor.ActiveDirectorySchemaClass(DirectoryContext context, java.lang.String ldapDisplayName)
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: System.DirectoryServices, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: System.DirectoryServices- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
ActiveDirectorySchemaClasspublic ActiveDirectorySchemaClass(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
- java.lang.Throwable
 
 - 
ActiveDirectorySchemaClasspublic ActiveDirectorySchemaClass() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
ActiveDirectorySchemaClasspublic ActiveDirectorySchemaClass(DirectoryContext context, java.lang.String ldapDisplayName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, MissingMethodException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, CultureNotFoundException, ActiveDirectoryOperationException, IndexOutOfRangeException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- PlatformNotSupportedException
- NotSupportedException
- ObjectDisposedException
- InvalidOperationException
- RankException
- ArrayTypeMismatchException
- ArgumentNullException
- MissingMethodException
- TargetInvocationException
- OutOfMemoryException
- AccessViolationException
- SecurityException
- CultureNotFoundException
- ActiveDirectoryOperationException
- IndexOutOfRangeException
- FormatException
- CryptographicException
- NullReferenceException
- OverflowException
- InvalidEnumArgumentException
- ActiveDirectoryObjectNotFoundException
 
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- NetObject
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- NetObject
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- NetObject
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- NetObject
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- NetObject
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- NetObject
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic static ActiveDirectorySchemaClass cast(IJCOBridgeReflected from) throws java.lang.Throwable Try to cast theIJCOBridgeReflectedinstance intoActiveDirectorySchemaClass, a cast assert is made to check if types are compatible.- Parameters:
- from-- IJCOBridgeReflectedinstance to be casted
- Returns:
- ActiveDirectorySchemaClassinstance
- Throws:
- java.lang.Throwable- in case of error during cast operation
 
 - 
FindByNamepublic static ActiveDirectorySchemaClass FindByName(DirectoryContext context, java.lang.String ldapDisplayName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, MissingMethodException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, CultureNotFoundException, ActiveDirectoryOperationException, IndexOutOfRangeException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- PlatformNotSupportedException
- NotSupportedException
- ObjectDisposedException
- InvalidOperationException
- RankException
- ArrayTypeMismatchException
- ArgumentNullException
- MissingMethodException
- TargetInvocationException
- OutOfMemoryException
- AccessViolationException
- SecurityException
- CultureNotFoundException
- ActiveDirectoryOperationException
- IndexOutOfRangeException
- FormatException
- CryptographicException
- NullReferenceException
- OverflowException
- InvalidEnumArgumentException
- ActiveDirectoryObjectNotFoundException
 
 - 
GetAllPropertiespublic ReadOnlyActiveDirectorySchemaPropertyCollection GetAllProperties() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NullReferenceException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- InvalidEnumArgumentException
- FormatException
- OutOfMemoryException
- ActiveDirectoryObjectNotFoundException
- NullReferenceException
 
 - 
GetDirectoryEntrypublic DirectoryEntry GetDirectoryEntry() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- InvalidEnumArgumentException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- ActiveDirectoryOperationException
 
 - 
Disposepublic void Dispose() throws java.lang.Throwable, NotSupportedException, ArgumentException- Throws:
- java.lang.Throwable
- NotSupportedException
- ArgumentException
 
 - 
Savepublic void Save() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SynchronizationLockException- Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- InvalidEnumArgumentException
- FormatException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- SynchronizationLockException
 
 - 
closepublic void close() throws java.lang.Exception- Specified by:
- closein interface- java.lang.AutoCloseable
- Throws:
- java.lang.Exception
 
 - 
getIsDefunctpublic boolean getIsDefunct() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
 - 
setIsDefunctpublic void setIsDefunct(boolean IsDefunct) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException, SynchronizationLockException- Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- InvalidEnumArgumentException
- SynchronizationLockException
 
 - 
getSubClassOfpublic ActiveDirectorySchemaClass getSubClassOf() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- InvalidEnumArgumentException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- ActiveDirectoryOperationException
 
 - 
setSubClassOfpublic void setSubClassOf(ActiveDirectorySchemaClass SubClassOf) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException, SynchronizationLockException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- InvalidEnumArgumentException
- SynchronizationLockException
 
 - 
getAuxiliaryClassespublic ActiveDirectorySchemaClassCollection getAuxiliaryClasses() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, AccessViolationException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException, NullReferenceException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- InvalidEnumArgumentException
- FormatException
- AccessViolationException
- OutOfMemoryException
- ActiveDirectoryObjectNotFoundException
- NotImplementedException
- NullReferenceException
 
 - 
getPossibleSuperiorspublic ActiveDirectorySchemaClassCollection getPossibleSuperiors() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, AccessViolationException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException, NullReferenceException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- InvalidEnumArgumentException
- FormatException
- AccessViolationException
- OutOfMemoryException
- ActiveDirectoryObjectNotFoundException
- NotImplementedException
- NullReferenceException
 
 - 
getMandatoryPropertiespublic ActiveDirectorySchemaPropertyCollection getMandatoryProperties() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, AccessViolationException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException, NullReferenceException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- InvalidEnumArgumentException
- FormatException
- AccessViolationException
- OutOfMemoryException
- ActiveDirectoryObjectNotFoundException
- NotImplementedException
- NullReferenceException
 
 - 
getOptionalPropertiespublic ActiveDirectorySchemaPropertyCollection getOptionalProperties() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, AccessViolationException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException, NullReferenceException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- InvalidEnumArgumentException
- FormatException
- AccessViolationException
- OutOfMemoryException
- ActiveDirectoryObjectNotFoundException
- NotImplementedException
- NullReferenceException
 
 - 
getPossibleInferiorspublic ReadOnlyActiveDirectorySchemaClassCollection getPossibleInferiors() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, NullReferenceException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- InvalidEnumArgumentException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- ActiveDirectoryOperationException
- NullReferenceException
 
 - 
getTypepublic SchemaClassType getType() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- InvalidEnumArgumentException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- ActiveDirectoryOperationException
 
 - 
setTypepublic void setType(SchemaClassType Type) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SynchronizationLockException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- FormatException
- InvalidEnumArgumentException
- ActiveDirectoryOperationException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- SynchronizationLockException
 
 - 
getDefaultObjectSecurityDescriptorpublic ActiveDirectorySecurity getDefaultObjectSecurityDescriptor() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, OverflowException, LockRecursionException, FormatException, Win32Exception, SynchronizationLockException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- InvalidEnumArgumentException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- ActiveDirectoryOperationException
- OverflowException
- LockRecursionException
- FormatException
- Win32Exception
- SynchronizationLockException
 
 - 
setDefaultObjectSecurityDescriptorpublic void setDefaultObjectSecurityDescriptor(ActiveDirectorySecurity DefaultObjectSecurityDescriptor) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, LockRecursionException, AbandonedMutexException, OutOfMemoryException, SynchronizationLockException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- LockRecursionException
- AbandonedMutexException
- OutOfMemoryException
- SynchronizationLockException
- ActiveDirectoryOperationException
- ActiveDirectoryObjectNotFoundException
- InvalidEnumArgumentException
 
 - 
getSchemaGuidpublic Guid getSchemaGuid() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- InvalidEnumArgumentException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- ActiveDirectoryOperationException
 
 - 
setSchemaGuidpublic void setSchemaGuid(Guid SchemaGuid) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException, SynchronizationLockException - Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- InvalidEnumArgumentException
- SynchronizationLockException
 
 - 
getCommonNamepublic java.lang.String getCommonName() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException- Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- InvalidEnumArgumentException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- ActiveDirectoryOperationException
 
 - 
setCommonNamepublic void setCommonName(java.lang.String CommonName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException, SynchronizationLockException- Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- InvalidEnumArgumentException
- SynchronizationLockException
 
 - 
getDescriptionpublic java.lang.String getDescription() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException- Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- InvalidEnumArgumentException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- ActiveDirectoryOperationException
 
 - 
setDescriptionpublic void setDescription(java.lang.String Description) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException, SynchronizationLockException- Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- InvalidEnumArgumentException
- SynchronizationLockException
 
 - 
getNamepublic java.lang.String getName() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
 - 
getOidpublic java.lang.String getOid() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, FormatException, AccessViolationException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException- Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- InvalidEnumArgumentException
- FormatException
- AccessViolationException
- OutOfMemoryException
- ActiveDirectoryObjectNotFoundException
- NotImplementedException
 
 - 
setOidpublic void setOid(java.lang.String Oid) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException, SynchronizationLockException- Throws:
- java.lang.Throwable
- ArgumentException
- ArgumentOutOfRangeException
- ArgumentNullException
- InvalidOperationException
- PlatformNotSupportedException
- ArrayTypeMismatchException
- NotSupportedException
- ObjectDisposedException
- RankException
- IndexOutOfRangeException
- ActiveDirectoryOperationException
- ActiveDirectoryObjectNotFoundException
- OutOfMemoryException
- InvalidEnumArgumentException
- SynchronizationLockException
 
 
- 
 
-