com.arunta.base.settings
Class ISDNSpanSettings

java.lang.Object
  extended by com.arunta.base.settings.ISDNSpanSettings
All Implemented Interfaces:
java.io.Serializable

public class ISDNSpanSettings
extends java.lang.Object
implements java.io.Serializable

Total Recall VR system ISDN Span Settings.

See Also:
Serialized Form

Constructor Summary
ISDNSpanSettings()
           
ISDNSpanSettings(int dPort, ISDNInterfaceType lineInterface, ISDNLineCodeType lineCode, ISDNLineFrameType lineFrame, ISDNProtocolType protocol, ISDNDialPlanType dialPlan, ISDNDialPlanType localDialPlan, ISDNCountryCodeType countryCode, boolean traceSignalling)
          Creates an ISDn span with the specified settings.
ISDNSpanSettings(ISDNSpanSettings spanSettings)
           
 
Method Summary
 int getCountryCode()
           
 int getDialPlan()
           
 int getDPort()
           
 int getLineCode()
           
 int getLineFrame()
           
 int getLineInterface()
           
 int getLocalDialPlan()
           
 int getPortCnt()
           
 int getProtocol()
           
 boolean isTraceSignalling()
           
 void setCountryCode(int countryCode)
           
 void setDialPlan(int dialPlan)
           
 void setDPort(int port)
           
 void setLineCode(int lineCode)
           
 void setLineFrame(int lineFrame)
           
 void setLineInterface(int lineInterface)
           
 void setLocalDialPlan(int localDialPlan)
           
 void setProtocol(int protocol)
           
 void setTraceSignalling(boolean traceSignalling)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ISDNSpanSettings

public ISDNSpanSettings(int dPort,
                        ISDNInterfaceType lineInterface,
                        ISDNLineCodeType lineCode,
                        ISDNLineFrameType lineFrame,
                        ISDNProtocolType protocol,
                        ISDNDialPlanType dialPlan,
                        ISDNDialPlanType localDialPlan,
                        ISDNCountryCodeType countryCode,
                        boolean traceSignalling)
Creates an ISDn span with the specified settings.

Parameters:
dPort - The D channel number on the link.
lineInterface - The line interface used by the link.
lineCode - The line code in use on the link.
lineFrame - The line frame in use on the link.
protocol - The ISDN protocol in use on the link.
dialPlan - The ISDN dial plan in use.
localDialPlan - The ISDN local dial plan in use.
countryCode - The country code in use.
traceSignalling - Set to true to enable logging of ISDN signalling messages.

ISDNSpanSettings

public ISDNSpanSettings(ISDNSpanSettings spanSettings)

ISDNSpanSettings

public ISDNSpanSettings()
Method Detail

getPortCnt

public int getPortCnt()

getDPort

public int getDPort()

setDPort

public void setDPort(int port)

getCountryCode

public int getCountryCode()

setCountryCode

public void setCountryCode(int countryCode)

getDialPlan

public int getDialPlan()

setDialPlan

public void setDialPlan(int dialPlan)

getLocalDialPlan

public int getLocalDialPlan()

setLocalDialPlan

public void setLocalDialPlan(int localDialPlan)

getLineCode

public int getLineCode()

setLineCode

public void setLineCode(int lineCode)

getLineFrame

public int getLineFrame()

setLineFrame

public void setLineFrame(int lineFrame)

getLineInterface

public int getLineInterface()

setLineInterface

public void setLineInterface(int lineInterface)

getProtocol

public int getProtocol()

setProtocol

public void setProtocol(int protocol)

isTraceSignalling

public boolean isTraceSignalling()

setTraceSignalling

public void setTraceSignalling(boolean traceSignalling)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright ©, 2005-2012 Prolancer Pty Ltd, Sydney Australia.