com.ibm.diameter.rf.util
Class TrunkGroup

java.lang.Object
  extended by com.ibm.diameter.rf.util.TrunkGroup

public class TrunkGroup
extends java.lang.Object

Holds information which identifies the Public Telephone Switched Network (PSTN).


Constructor Summary
TrunkGroup()
           
 
Method Summary
 java.lang.String getIncomingTrunkGroupId()
          Obtains the incoming trunk group id, which identifies the incoming Public Switched Telephone Network (PSTN) leg.
 java.lang.String getOutgoingTrunkGroupId()
          Obtains the outgoing trunk group id, which identifies the outgoing Public Switched Telephone Network (PSTN) leg.
 void setIncomingTrunkGroupId(java.lang.String incomingTrunkGroupId)
          Sets the incoming trunk group id value.
 void setOutgoingTrunkGroupId(java.lang.String outgoingTrunkGroupId)
          Sets the outgoing trunk group id value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrunkGroup

public TrunkGroup()
Method Detail

getIncomingTrunkGroupId

public java.lang.String getIncomingTrunkGroupId()
Obtains the incoming trunk group id, which identifies the incoming Public Switched Telephone Network (PSTN) leg. [Incoming-Trunk-Group-Id]

Returns:
incomingTrunkGroupId

setIncomingTrunkGroupId

public void setIncomingTrunkGroupId(java.lang.String incomingTrunkGroupId)
Sets the incoming trunk group id value.

Parameters:
incomingTrunkGroupId - The incomingTrunkGroupId to set.

getOutgoingTrunkGroupId

public java.lang.String getOutgoingTrunkGroupId()
Obtains the outgoing trunk group id, which identifies the outgoing Public Switched Telephone Network (PSTN) leg. [Outgoing-Trunk-Group-Id]

Returns:
outgoingTrunkGroupId

setOutgoingTrunkGroupId

public void setOutgoingTrunkGroupId(java.lang.String outgoingTrunkGroupId)
Sets the outgoing trunk group id value.

Parameters:
outgoingTrunkGroupId - The outgoingTrunkGroupId to set.


Copyright © 2006 IBM Corp. All Rights Reserved.