com.hp.opencall.isup.message
Class IsupRlc

java.lang.Object
  extended bycom.hp.opencall.isup.message.IsupMsg
      extended bycom.hp.opencall.isup.message.IsupRlc
All Implemented Interfaces:
Cloneable, Serializable

public class IsupRlc
extends IsupMsg

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.hp.opencall.isup.message.IsupMsg
ACM, ALT, ANM, APM, BLA, BLO, CCL, CCR, CFN, CGB, CGBA, CGU, CGUA, CHG, CHT, CMC, CMR, CMRJ, CON, COT, CPG, CQM, CQR, CRA, CRG, CRM, CVR, CVT, DRS, EXM, FAA, FAC, FAR, FOT, FRJ, GRA, GRS, IAM, INF, INR, ITX, LOP, LPA, MPM, MSGSET_NOTSET, NRM, OLM, OPR, PRG, PRI, REL, RES, RLC, RSC, SAM, SGM, SUS, TAX, TXA, UBA, UBL, UCIC, UKWN, UPA, UPT, USERDEF, USERMSG, USR
 
Constructor Summary
IsupRlc()
          Constructor
IsupRlc(IsupRlc aMsg)
          Constructor - Clone the classe.
IsupRlc(short aMsgId)
          Deprecated. Use constructor without any parameter.
 
Method Summary
static IsupRlc castMsg(IsupMsg aMsg)
          return the message.
 ParmValue causeIndicators()
          This accessor provides read access to the causeIndicators parameter.
 void causeIndicators(byte[] value)
          This accessor allows to write access to the causeIndicators parameter.
 IsupRlc causeIndicators(ParmValue P_val)
          Deprecated. prefer CauseIndicators(byte[] value. This methode clone ParmValue.
 boolean causeIndicatorsIsPresent()
          Returns TRUE is the optional parameter causeIndicators is present in message.
 byte[] getCauseIndicatorsByte()
          This accessor provides read access to the causeIndicators parameter.
 String toString()
          toString method
 String typeToStr()
          return the message type (String format)
 
Methods inherited from class com.hp.opencall.isup.message.IsupMsg
equals, freeMsgMemory, getMsgsetId, getMsgType, getPDU, isObjectValid, setMsgsetId, setPDU
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IsupRlc

public IsupRlc()
Constructor


IsupRlc

public IsupRlc(short aMsgId)
Deprecated. Use constructor without any parameter.

Constructor


IsupRlc

public IsupRlc(IsupRlc aMsg)
        throws com.hp.opencall.isup.message.MsgException
Constructor - Clone the classe.

Method Detail

typeToStr

public String typeToStr()
Description copied from class: IsupMsg
return the message type (String format)

Overrides:
typeToStr in class IsupMsg
Returns:
String

castMsg

public static IsupRlc castMsg(IsupMsg aMsg)
return the message.


toString

public String toString()
Description copied from class: IsupMsg
toString method

Overrides:
toString in class IsupMsg
Returns:
String

causeIndicatorsIsPresent

public boolean causeIndicatorsIsPresent()
                                 throws com.hp.opencall.isup.message.MsgException
Returns TRUE is the optional parameter causeIndicators is present in message. Note that no write access is provided : only the setting of a value activates the presence flag.

Throws:
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).

causeIndicators

public ParmValue causeIndicators()
                          throws com.hp.opencall.isup.message.MsgException
This accessor provides read access to the causeIndicators parameter.

Throws:
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).

getCauseIndicatorsByte

public byte[] getCauseIndicatorsByte()
This accessor provides read access to the causeIndicators parameter.

Throws:
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).

causeIndicators

public IsupRlc causeIndicators(ParmValue P_val)
                        throws com.hp.opencall.isup.message.MsgException
Deprecated. prefer CauseIndicators(byte[] value. This methode clone ParmValue.

This accessor provides write access to the causeIndicators parameter. Setting a value will activate the presence flag. This methods does not delete the provided ParmValue instance.

Throws:
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).

causeIndicators

public void causeIndicators(byte[] value)
                     throws com.hp.opencall.isup.message.MsgException
This accessor allows to write access to the causeIndicators parameter.

Throws:
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).