|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.hp.opencall.isup.message.IsupMsg
com.hp.opencall.isup.message.IsupFrj
| 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 | |
IsupFrj()
Constructor |
|
IsupFrj(IsupFrj aMsg)
Constructor - Clone the classe. |
|
IsupFrj(short aMsgId)
Deprecated. Use constructor without any parameter. |
|
| Method Summary | |
ParmValue |
callReference()
This accessor provides read access to the callReference parameter. |
void |
callReference(byte[] value)
This accessor allows to write access to the callReference parameter. |
IsupFrj |
callReference(ParmValue P_val)
Deprecated. prefer CallReference(byte[] value. This methode clone ParmValue. |
boolean |
callReferenceIsPresent()
Returns TRUE is the optional parameter callReference is present in message. |
static IsupFrj |
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. |
IsupFrj |
causeIndicators(ParmValue P_val)
Deprecated. prefer CauseIndicators(byte[] value. This methode clone ParmValue. |
ParmValue |
facilityIndicator()
This accessor provides read access to the facilityIndicator parameter. |
void |
facilityIndicator(byte[] value)
This accessor allows to write access to the facilityIndicator parameter. |
IsupFrj |
facilityIndicator(ParmValue P_val)
Deprecated. prefer FacilityIndicator(byte[] value. This methode clone ParmValue. |
byte[] |
getCallReferenceByte()
This accessor provides read access to the callReference parameter. |
byte[] |
getCauseIndicatorsByte()
This accessor provides read access to the causeIndicators parameter. |
byte[] |
getFacilityIndicatorByte()
This accessor provides read access to the facilityIndicator parameter. |
byte[] |
getUserToUserIndicatorsByte()
This accessor provides read access to the userToUserIndicators parameter. |
String |
toString()
toString method |
String |
typeToStr()
return the message type (String format) |
ParmValue |
userToUserIndicators()
This accessor provides read access to the userToUserIndicators parameter. |
void |
userToUserIndicators(byte[] value)
This accessor allows to write access to the userToUserIndicators parameter. |
IsupFrj |
userToUserIndicators(ParmValue P_val)
Deprecated. prefer UserToUserIndicators(byte[] value. This methode clone ParmValue. |
boolean |
userToUserIndicatorsIsPresent()
Returns TRUE is the optional parameter userToUserIndicators is present in message. |
| 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 |
public IsupFrj()
public IsupFrj(short aMsgId)
public IsupFrj(IsupFrj aMsg)
throws com.hp.opencall.isup.message.MsgException
| Method Detail |
public String typeToStr()
IsupMsg
typeToStr in class IsupMsgpublic static IsupFrj castMsg(IsupMsg aMsg)
public String toString()
IsupMsg
toString in class IsupMsg
public ParmValue causeIndicators()
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).public byte[] getCauseIndicatorsByte()
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public IsupFrj causeIndicators(ParmValue P_val)
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public void causeIndicators(byte[] value)
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public boolean userToUserIndicatorsIsPresent()
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public ParmValue userToUserIndicators()
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).public byte[] getUserToUserIndicatorsByte()
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public IsupFrj userToUserIndicators(ParmValue P_val)
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public void userToUserIndicators(byte[] value)
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public boolean callReferenceIsPresent()
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public ParmValue callReference()
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).public byte[] getCallReferenceByte()
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public IsupFrj callReference(ParmValue P_val)
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public void callReference(byte[] value)
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public ParmValue facilityIndicator()
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).public byte[] getFacilityIndicatorByte()
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public IsupFrj facilityIndicator(ParmValue P_val)
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
public void facilityIndicator(byte[] value)
throws com.hp.opencall.isup.message.MsgException
com.hp.opencall.isup.message.MsgException - if the method fails (returns the reason as a parameter).
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||