public class Schema {
public Schema ( ) ;
public weak Schema copy ( ) ;
public ValueType get_car_type ( ) ;
public ValueType get_cdr_type ( ) ;
public weak Value get_default_value ( ) ;
public ValueType get_list_type ( ) ;
public weak string get_locale ( ) ;
public weak string get_long_desc ( ) ;
public weak string get_owner ( ) ;
public weak string get_short_desc ( ) ;
public void set_car_type ( ValueType type ) ;
public void set_cdr_type ( ValueType type ) ;
public void set_default_value ( Value val ) ;
public void set_default_value_nocopy ( Value val ) ;
public void set_list_type ( ValueType type ) ;
public void set_locale ( string locale ) ;
public void set_long_desc ( string desc ) ;
public void set_owner ( string owner ) ;
public void set_short_desc ( string desc ) ;
public void set_type ( ValueType type ) ;
}

public Schema ( ) ;
public weak Schema copy ( ) ;
public ValueType get_car_type ( ) ;
public ValueType get_cdr_type ( ) ;
public weak Value get_default_value ( ) ;
public ValueType get_list_type ( ) ;
public weak string get_locale ( ) ;
public weak string get_long_desc ( ) ;
public weak string get_owner ( ) ;
public weak string get_short_desc ( ) ;
public void set_car_type ( ValueType type ) ;
public void set_cdr_type ( ValueType type ) ;
public void set_default_value ( Value val ) ;
public void set_default_value_nocopy ( Value val ) ;
public void set_list_type ( ValueType type ) ;
public void set_locale ( string locale ) ;
public void set_long_desc ( string desc ) ;
public void set_owner ( string owner ) ;
public void set_short_desc ( string desc ) ;
public void set_type ( ValueType type ) ;
Created by Valadoc