org.mobicents.protocols.ss7.isup.message.parameter
public interface UserToUserIndicators extends ISUPParameter
| Modifier and Type | Field and Description |
|---|---|
static boolean |
_NDI_NO_INFO
See Q.763 3.60 Network discard indicator : no information
|
static boolean |
_NDI_UTUIDBTN
See Q.763 3.60 Network discard indicator : user-to-user information
discarded by the network
|
static int |
_PARAMETER_CODE |
static int |
_REQ_Sx_NO_INFO
Service 1,2,3 request : no info
|
static int |
_REQ_Sx_RE
Service 1,2,3 request : essential
|
static int |
_REQ_Sx_RNE
Service 1,2,3 request : not essential
|
static int |
_RESP_Sx_NO_INFO
Service 1,2,3 request : no info
|
static int |
_RESP_Sx_NOT_PROVIDED
Service 1,2,3 request : not provided
|
static int |
_RESP_Sx_PROVIDED
Service 1,2,3 request : provided
|
| Modifier and Type | Method and Description |
|---|---|
int |
getServiceOne() |
int |
getServiceThree() |
int |
getServiceTwo() |
boolean |
isNetworkDiscardIndicator() |
boolean |
isResponse() |
void |
setNetworkDiscardIndicator(boolean networkDiscardIndicator) |
void |
setResponse(boolean response) |
void |
setServiceOne(int serviceOne) |
void |
setServiceThree(int serviceThree) |
void |
setServiceTwo(int serviceTwo) |
getCodestatic final int _PARAMETER_CODE
static final int _REQ_Sx_NO_INFO
static final int _REQ_Sx_RNE
static final int _REQ_Sx_RE
static final int _RESP_Sx_NO_INFO
static final int _RESP_Sx_NOT_PROVIDED
static final int _RESP_Sx_PROVIDED
static final boolean _NDI_NO_INFO
static final boolean _NDI_UTUIDBTN
boolean isResponse()
void setResponse(boolean response)
int getServiceOne()
void setServiceOne(int serviceOne)
int getServiceTwo()
void setServiceTwo(int serviceTwo)
int getServiceThree()
void setServiceThree(int serviceThree)
boolean isNetworkDiscardIndicator()
void setNetworkDiscardIndicator(boolean networkDiscardIndicator)
Copyright © 2011. All Rights Reserved.