com.safi.asterisk
Class ast_switch

java.lang.Object
  extended by com.safi.asterisk.ast_switch

public class ast_switch
extends java.lang.Object


Constructor Summary
ast_switch()
           
 
Method Summary
 void delete()
           
 SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_p_char__int getCanmatch()
           
 java.lang.String getDescription()
           
 SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_int_p_char__int getExec()
           
 SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_p_char__int getExists()
           
 SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_p_char__int getMatchmore()
           
 java.lang.String getName()
           
 ast_switch getNext()
           
 void setCanmatch(SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_p_char__int canmatch)
           
 void setDescription(java.lang.String description)
           
 void setExec(SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_int_p_char__int exec)
           
 void setExists(SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_p_char__int exists)
           
 void setMatchmore(SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_p_char__int matchmore)
           
 void setName(java.lang.String name)
           
 void setNext(ast_switch next)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ast_switch

public ast_switch()
Method Detail

delete

public void delete()

setNext

public void setNext(ast_switch next)

getNext

public ast_switch getNext()

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

setDescription

public void setDescription(java.lang.String description)

getDescription

public java.lang.String getDescription()

setExists

public void setExists(SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_p_char__int exists)

getExists

public SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_p_char__int getExists()

setCanmatch

public void setCanmatch(SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_p_char__int canmatch)

getCanmatch

public SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_p_char__int getCanmatch()

setExec

public void setExec(SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_int_p_char__int exec)

getExec

public SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_int_p_char__int getExec()

setMatchmore

public void setMatchmore(SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_p_char__int matchmore)

getMatchmore

public SWIGTYPE_p_f_p_struct_ast_channel_p_char_p_char_int_p_char_p_char__int getMatchmore()