object
  method get_children : unit -> Yaxpodom.content list
  method get_error : unit -> Yaxpodom.txt * Yaxpodom.txt
  method get_first_query : unit -> Yaxpodom.ele
  method get_first_query_xmlns : unit -> string
  method get_from : unit -> string option
  method get_id : unit -> string option
  method get_to : unit -> string option
  method get_type : unit -> Jabber.iq_type option
  method set_children : Yaxpodom.content list -> unit
  method set_from : string option -> unit
  method set_id : string option -> unit
  method set_to : string option -> unit
  method set_type : Jabber.iq_type option -> unit
  method to_ele : unit -> Yaxpodom.ele
end