com.safi.asterisk
Class chanlist

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

public class chanlist
extends java.lang.Object


Constructor Summary
chanlist()
           
 
Method Summary
 void delete()
           
 int getCapabilities()
           
 java.lang.String getDescription()
           
 SWIGTYPE_p_f_p_void__int getDevicestate()
           
 chanlist getNext()
           
 SWIGTYPE_p_f_p_char_int_p_void__p_ast_channel getRequester()
           
 java.lang.String getType()
           
 void setCapabilities(int capabilities)
           
 void setDescription(java.lang.String description)
           
 void setDevicestate(SWIGTYPE_p_f_p_void__int devicestate)
           
 void setNext(chanlist next)
           
 void setRequester(SWIGTYPE_p_f_p_char_int_p_void__p_ast_channel requester)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

chanlist

public chanlist()
Method Detail

delete

public void delete()

setType

public void setType(java.lang.String type)

getType

public java.lang.String getType()

setDescription

public void setDescription(java.lang.String description)

getDescription

public java.lang.String getDescription()

setCapabilities

public void setCapabilities(int capabilities)

getCapabilities

public int getCapabilities()

setRequester

public void setRequester(SWIGTYPE_p_f_p_char_int_p_void__p_ast_channel requester)

getRequester

public SWIGTYPE_p_f_p_char_int_p_void__p_ast_channel getRequester()

setDevicestate

public void setDevicestate(SWIGTYPE_p_f_p_void__int devicestate)

getDevicestate

public SWIGTYPE_p_f_p_void__int getDevicestate()

setNext

public void setNext(chanlist next)

getNext

public chanlist getNext()