com.e_c_group.bwptk
Class TrunkGroup

java.lang.Object
  extended by com.e_c_group.bwptk.TrunkGroup

public class TrunkGroup
extends java.lang.Object

Defines a Trunk Group


Method Summary
 Group getGroup()
           
 int getMaxActiveCalls()
          Returns the Maximum Active calls
 int getMaxIncomingCalls()
          Returns the Maximum Incoming Calls
 int getMaxOutgoingCalls()
          Returns the Maximum Outgoing Calls
 java.lang.String getResponseElement(java.lang.String xPath)
          Returns a Response Element
 java.lang.String getTrunkGroupName()
           
static java.util.List<TrunkGroup> getTrunkGroupsinGroup(Group group)
           
static java.util.List<User> getUsersInTrunkGroup(TrunkGroup trunkGroup)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTrunkGroupName

public java.lang.String getTrunkGroupName()

getGroup

public Group getGroup()

getResponseElement

public java.lang.String getResponseElement(java.lang.String xPath)
                                    throws BwptkException
Returns a Response Element

Parameters:
xPath - The xPath as a String
Throws:
BwptkException

getMaxActiveCalls

public int getMaxActiveCalls()
                      throws BwptkException
Returns the Maximum Active calls

Returns:
maxActiveCalls as an int
Throws:
BwptkException

getMaxIncomingCalls

public int getMaxIncomingCalls()
                        throws BwptkException
Returns the Maximum Incoming Calls

Returns:
maxIncomingCalls as an int
Throws:
BwptkException

getMaxOutgoingCalls

public int getMaxOutgoingCalls()
                        throws BwptkException
Returns the Maximum Outgoing Calls

Returns:
maxOutgoingCalls as an int
Throws:
BwptkException

getUsersInTrunkGroup

public static java.util.List<User> getUsersInTrunkGroup(TrunkGroup trunkGroup)
                                                 throws BwptkException
Throws:
BwptkException

getTrunkGroupsinGroup

public static java.util.List<TrunkGroup> getTrunkGroupsinGroup(Group group)
                                                        throws BwptkException
Throws:
BwptkException