|
JAIN-SIP 2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PAccessNetworkInfoHeader
Field Summary | |
---|---|
static String |
ADSL
|
static String |
ADSL2
|
static String |
ADSL2p
|
static String |
GGGPP_CDMA2000
|
static String |
GGGPP_GERAN
|
static String |
GGGPP_UTRAN_FDD
|
static String |
GGGPP_UTRAN_TDD
|
static String |
GGGPP2_1X
|
static String |
GGGPP2_1XHRPD
|
static String |
GSHDSL
|
static String |
HDSL
|
static String |
HDSL2
|
static String |
IDSL
|
static String |
IEEE_802_11
|
static String |
IEEE_802_11A
|
static String |
IEEE_802_11B
|
static String |
IEEE_802_11G
|
static String |
NAME
|
static String |
RADSL
|
static String |
SDSL
|
static String |
VDSL
|
Method Summary | |
---|---|
String |
getAccessType()
Get the access type. |
String |
getCGI3GPP()
Get the CGI value. |
String |
getCI3GPP2()
Get CI value. |
String |
getDSLLocation()
Get the DSL Location. |
String |
getExtensionAccessInfo()
Get the Extension Access Info. |
String |
getUtranCellID3GPP()
Get the cell ID. |
void |
setAccessType(String accessTypeVal)
Set the access type. |
void |
setCGI3GPP(String cgi)
Set the CGI value. |
void |
setCI3GPP2(String ci2Gpp2)
|
void |
setDSLLocation(String dslLocation)
Set the DSL Location. |
void |
setExtensionAccessInfo(String extendAccessInfo)
Set Extension Access Info. |
void |
setUtranCellID3GPP(String utranCellID)
Set the Cell ID. |
Methods inherited from interface javax.sip.header.Parameters |
---|
getParameter, getParameter, getParameterNames, removeParameter, setParameter |
Methods inherited from interface javax.sip.header.Header |
---|
clone, equals, getName, getValue, hashCode, toString |
Field Detail |
---|
static final String NAME
static final String IEEE_802_11
static final String IEEE_802_11A
static final String IEEE_802_11B
static final String IEEE_802_11G
static final String GGGPP_GERAN
static final String GGGPP_UTRAN_FDD
static final String GGGPP_UTRAN_TDD
static final String GGGPP_CDMA2000
static final String ADSL
static final String ADSL2
static final String ADSL2p
static final String RADSL
static final String SDSL
static final String HDSL
static final String HDSL2
static final String GSHDSL
static final String VDSL
static final String IDSL
static final String GGGPP2_1X
static final String GGGPP2_1XHRPD
Method Detail |
---|
void setAccessType(String accessTypeVal) throws ParseException
accessTypeVal
-
ParseException
- if invalid stringString getAccessType()
void setCGI3GPP(String cgi) throws ParseException
cgi
-
ParseException
- - if invalid argument is presented.String getCGI3GPP()
void setUtranCellID3GPP(String utranCellID) throws ParseException
utranCellID
- - the cell ID.
ParseException
String getUtranCellID3GPP()
void setDSLLocation(String dslLocation) throws ParseException
dslLocation
- - the dsl location to set.
ParseException
- if invalid argument is presented.String getDSLLocation()
void setCI3GPP2(String ci2Gpp2) throws ParseException
ParseException
String getCI3GPP2()
void setExtensionAccessInfo(String extendAccessInfo) throws ParseException
extendAccessInfo
-
ParseException
- if invalid String presented.String getExtensionAccessInfo()
|
JAIN-SIP 2.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |