Schemaparser.schema ->
(string, Ooldap.generator) Hashtbl.t ->
(string, Ooldap.service) Hashtbl.t ->
object
  method adapt_service : Ooldap.service -> Ooldap.service
  method add : op_lst -> unit
  method add_generate : string -> unit
  method add_service : string -> unit
  method attributes : string list
  method changes : (Ocamldap.mod_op * string * string list) list
  method changetype : changetype
  method delete : op_lst -> unit
  method delete_generate : string -> unit
  method delete_service : string -> unit
  method dn : string
  method exists : string -> bool
  method flush_changes : unit
  method generate : unit
  method get_value : string -> string list
  method is_allowed : string -> bool
  method is_missing : string -> bool
  method list_allowed : Schemaparser.Oid.t list
  method list_missing : Schemaparser.Oid.t list
  method list_present : Schemaparser.Oid.t list
  method of_entry : ldapentry -> unit
  method print : unit
  method replace : op_lst -> unit
  method set_changetype : changetype -> unit
  method set_dn : string -> unit
end