object
  method get_body : unit -> string option
  method get_children : unit -> Yaxpodom.content list
  method get_error : unit -> Yaxpodom.txt * Yaxpodom.txt
  method get_from : unit -> string option
  method get_id : unit -> string option
  method get_subject : unit -> string option
  method get_thread : unit -> string option
  method get_to : unit -> string option
  method get_type : unit -> Jabber.message_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.message_type option -> unit
  method to_ele : unit -> Yaxpodom.ele
end