public class SoapParameter {
public weak SoapParameter get_first_child ( ) ;
public weak SoapParameter get_first_child_by_name ( string name ) ;
public int get_int_value ( ) ;
public weak string get_name ( ) ;
public weak SoapParameter get_next_child ( ) ;
public weak SoapParameter get_next_child_by_name ( string name ) ;
public weak string get_property ( string prop_name ) ;
public weak string get_string_value ( ) ;
}

public weak SoapParameter get_first_child ( ) ;
public weak SoapParameter get_first_child_by_name ( string name ) ;
public int get_int_value ( ) ;
public weak string get_name ( ) ;
public weak SoapParameter get_next_child ( ) ;
public weak SoapParameter get_next_child_by_name ( string name ) ;
public weak string get_property ( string prop_name ) ;
public weak string get_string_value ( ) ;
Created by Valadoc