public class ISDNSpanSettings
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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() |
public ISDNSpanSettings(int dPort, ISDNInterfaceType lineInterface, ISDNLineCodeType lineCode, ISDNLineFrameType lineFrame, ISDNProtocolType protocol, ISDNDialPlanType dialPlan, ISDNDialPlanType localDialPlan, ISDNCountryCodeType countryCode, boolean traceSignalling)
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.public ISDNSpanSettings(ISDNSpanSettings spanSettings)
public ISDNSpanSettings()
public int getPortCnt()
public int getDPort()
public void setDPort(int port)
public int getCountryCode()
public void setCountryCode(int countryCode)
public int getDialPlan()
public void setDialPlan(int dialPlan)
public int getLocalDialPlan()
public void setLocalDialPlan(int localDialPlan)
public int getLineCode()
public void setLineCode(int lineCode)
public int getLineFrame()
public void setLineFrame(int lineFrame)
public int getLineInterface()
public void setLineInterface(int lineInterface)
public int getProtocol()
public void setProtocol(int protocol)
public boolean isTraceSignalling()
public void setTraceSignalling(boolean traceSignalling)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ©, 2005-2019 Prolancer Pty Ltd, Sydney Australia.