com.hp.opencall.isup.message
Class IsupInr

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

public class IsupInr
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
IsupInr()
          Constructor
IsupInr(IsupInr aMsg)
          Constructor - Clone the classe.
IsupInr(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.
 IsupInr 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 IsupInr castMsg(IsupMsg aMsg)
          return the message.
 ParmValue connectionRequest()
          This accessor provides read access to the connectionRequest parameter.
 void connectionRequest(byte[] value)
          This accessor allows to write access to the connectionRequest parameter.
 IsupInr connectionRequest(ParmValue P_val)
          Deprecated. prefer ConnectionRequest(byte[] value. This methode clone ParmValue.
 boolean connectionRequestIsPresent()
          Returns TRUE is the optional parameter connectionRequest is present in message.
 byte[] getCallReferenceByte()
          This accessor provides read access to the callReference parameter.
 byte[] getConnectionRequestByte()
          This accessor provides read access to the connectionRequest parameter.
 byte[] getInformationRequestIndicatorsByte()
          This accessor provides read access to the informationRequestIndicators parameter.
 byte[] getNationalInformationRequestIndicatorByte()
          This accessor provides read access to the nationalInformationRequestIndicator parameter.
 byte[] getNetworkSpecificFacilityByte()
          This accessor provides read access to the networkSpecificFacility parameter.
 byte[] getNetworkTransportByte()
          This accessor provides read access to the networkTransport parameter.
 byte[] getParameterCompatibilityByte()
          This accessor provides read access to the parameterCompatibility parameter.
 byte[] getUnRecognizedParameterByte()
          This accessor provides read access to the unRecognizedParameter parameter.
 ParmValue informationRequestIndicators()
          This accessor provides read access to the informationRequestIndicators parameter.
 void informationRequestIndicators(byte[] value)
          This accessor allows to write access to the informationRequestIndicators parameter.
 IsupInr informationRequestIndicators(ParmValue P_val)
          Deprecated. prefer InformationRequestIndicators(byte[] value. This methode clone ParmValue.
 ParmValue nationalInformationRequestIndicator()
          This accessor provides read access to the nationalInformationRequestIndicator parameter.
 void nationalInformationRequestIndicator(byte[] value)
          This accessor allows to write access to the nationalInformationRequestIndicator parameter.
 IsupInr nationalInformationRequestIndicator(ParmValue P_val)
          Deprecated. prefer NationalInformationRequestIndicator(byte[] value. This methode clone ParmValue.
 boolean nationalInformationRequestIndicatorIsPresent()
          Returns TRUE is the optional parameter nationalInformationRequestIndicator is present in message.
 ParmValue networkSpecificFacility()
          This accessor provides read access to the networkSpecificFacility parameter.
 void networkSpecificFacility(byte[] value)
          This accessor allows to write access to the networkSpecificFacility parameter.
 IsupInr networkSpecificFacility(ParmValue P_val)
          Deprecated. prefer NetworkSpecificFacility(byte[] value. This methode clone ParmValue.
 boolean networkSpecificFacilityIsPresent()
          Returns TRUE is the optional parameter networkSpecificFacility is present in message.
 ParmValue networkTransport()
          This accessor provides read access to the networkTransport parameter.
 void networkTransport(byte[] value)
          This accessor allows to write access to the networkTransport parameter.
 IsupInr networkTransport(ParmValue P_val)
          Deprecated. prefer NetworkTransport(byte[] value. This methode clone ParmValue.
 boolean networkTransportIsPresent()
          Returns TRUE is the optional parameter networkTransport is present in message.
 ParmValue parameterCompatibility()
          This accessor provides read access to the parameterCompatibility parameter.
 void parameterCompatibility(byte[] value)
          This accessor allows to write access to the parameterCompatibility parameter.
 IsupInr parameterCompatibility(ParmValue P_val)
          Deprecated. prefer ParameterCompatibility(byte[] value. This methode clone ParmValue.
 boolean parameterCompatibilityIsPresent()
          Returns TRUE is the optional parameter parameterCompatibility is present in message.
 String toString()
          toString method
 String typeToStr()
          return the message type (String format)
 ParmValue unRecognizedParameter()
          This accessor provides read access to the unRecognizedParameter parameter.
 void unRecognizedParameter(byte[] value)
          This accessor allows to write access to the unRecognizedParameter parameter.
 IsupInr unRecognizedParameter(ParmValue P_val)
          Deprecated. prefer UnRecognizedParameter(byte[] value. This methode clone ParmValue.
 boolean unRecognizedParameterIsPresent()
          Returns TRUE is the optional parameter unRecognizedParameter 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

IsupInr

public IsupInr()
Constructor


IsupInr

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

Constructor


IsupInr

public IsupInr(IsupInr 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 IsupInr castMsg(IsupMsg aMsg)
return the message.


toString

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

Overrides:
toString in class IsupMsg
Returns:
String

networkTransportIsPresent

public boolean networkTransportIsPresent()
                                  throws com.hp.opencall.isup.message.MsgException
Returns TRUE is the optional parameter networkTransport 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).

networkTransport

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

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

getNetworkTransportByte

public byte[] getNetworkTransportByte()
This accessor provides read access to the networkTransport parameter.

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

networkTransport

public IsupInr networkTransport(ParmValue P_val)
                         throws com.hp.opencall.isup.message.MsgException
Deprecated. prefer NetworkTransport(byte[] value. This methode clone ParmValue.

This accessor provides write access to the networkTransport 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).

networkTransport

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

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

connectionRequestIsPresent

public boolean connectionRequestIsPresent()
                                   throws com.hp.opencall.isup.message.MsgException
Returns TRUE is the optional parameter connectionRequest 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).

connectionRequest

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

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

getConnectionRequestByte

public byte[] getConnectionRequestByte()
This accessor provides read access to the connectionRequest parameter.

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

connectionRequest

public IsupInr connectionRequest(ParmValue P_val)
                          throws com.hp.opencall.isup.message.MsgException
Deprecated. prefer ConnectionRequest(byte[] value. This methode clone ParmValue.

This accessor provides write access to the connectionRequest 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).

connectionRequest

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

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

unRecognizedParameterIsPresent

public boolean unRecognizedParameterIsPresent()
                                       throws com.hp.opencall.isup.message.MsgException
Returns TRUE is the optional parameter unRecognizedParameter 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).

unRecognizedParameter

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

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

getUnRecognizedParameterByte

public byte[] getUnRecognizedParameterByte()
This accessor provides read access to the unRecognizedParameter parameter.

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

unRecognizedParameter

public IsupInr unRecognizedParameter(ParmValue P_val)
                              throws com.hp.opencall.isup.message.MsgException
Deprecated. prefer UnRecognizedParameter(byte[] value. This methode clone ParmValue.

This accessor provides write access to the unRecognizedParameter 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).

unRecognizedParameter

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

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

parameterCompatibilityIsPresent

public boolean parameterCompatibilityIsPresent()
                                        throws com.hp.opencall.isup.message.MsgException
Returns TRUE is the optional parameter parameterCompatibility 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).

parameterCompatibility

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

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

getParameterCompatibilityByte

public byte[] getParameterCompatibilityByte()
This accessor provides read access to the parameterCompatibility parameter.

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

parameterCompatibility

public IsupInr parameterCompatibility(ParmValue P_val)
                               throws com.hp.opencall.isup.message.MsgException
Deprecated. prefer ParameterCompatibility(byte[] value. This methode clone ParmValue.

This accessor provides write access to the parameterCompatibility 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).

parameterCompatibility

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

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

networkSpecificFacilityIsPresent

public boolean networkSpecificFacilityIsPresent()
                                         throws com.hp.opencall.isup.message.MsgException
Returns TRUE is the optional parameter networkSpecificFacility 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).

networkSpecificFacility

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

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

getNetworkSpecificFacilityByte

public byte[] getNetworkSpecificFacilityByte()
This accessor provides read access to the networkSpecificFacility parameter.

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

networkSpecificFacility

public IsupInr networkSpecificFacility(ParmValue P_val)
                                throws com.hp.opencall.isup.message.MsgException
Deprecated. prefer NetworkSpecificFacility(byte[] value. This methode clone ParmValue.

This accessor provides write access to the networkSpecificFacility 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).

networkSpecificFacility

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

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

callReferenceIsPresent

public boolean callReferenceIsPresent()
                               throws com.hp.opencall.isup.message.MsgException
Returns TRUE is the optional parameter callReference 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).

callReference

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

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

getCallReferenceByte

public byte[] getCallReferenceByte()
This accessor provides read access to the callReference parameter.

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

callReference

public IsupInr callReference(ParmValue P_val)
                      throws com.hp.opencall.isup.message.MsgException
Deprecated. prefer CallReference(byte[] value. This methode clone ParmValue.

This accessor provides write access to the callReference 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).

callReference

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

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

informationRequestIndicators

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

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

getInformationRequestIndicatorsByte

public byte[] getInformationRequestIndicatorsByte()
This accessor provides read access to the informationRequestIndicators parameter.

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

informationRequestIndicators

public IsupInr informationRequestIndicators(ParmValue P_val)
                                     throws com.hp.opencall.isup.message.MsgException
Deprecated. prefer InformationRequestIndicators(byte[] value. This methode clone ParmValue.

This accessor provides write access to the informationRequestIndicators 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).

informationRequestIndicators

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

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

nationalInformationRequestIndicatorIsPresent

public boolean nationalInformationRequestIndicatorIsPresent()
                                                     throws com.hp.opencall.isup.message.MsgException
Returns TRUE is the optional parameter nationalInformationRequestIndicator 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).

nationalInformationRequestIndicator

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

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

getNationalInformationRequestIndicatorByte

public byte[] getNationalInformationRequestIndicatorByte()
This accessor provides read access to the nationalInformationRequestIndicator parameter.

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

nationalInformationRequestIndicator

public IsupInr nationalInformationRequestIndicator(ParmValue P_val)
                                            throws com.hp.opencall.isup.message.MsgException
Deprecated. prefer NationalInformationRequestIndicator(byte[] value. This methode clone ParmValue.

This accessor provides write access to the nationalInformationRequestIndicator 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).

nationalInformationRequestIndicator

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

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