JAIN-SIP 2.0 API

javax.sip.header.ims
Interface PAccessNetworkInfoHeader

All Superinterfaces:
Cloneable, Header, Parameters, Serializable

public interface PAccessNetworkInfoHeader
extends Parameters, Header


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

NAME

static final String NAME
See Also:
Constant Field Values

IEEE_802_11

static final String IEEE_802_11
See Also:
Constant Field Values

IEEE_802_11A

static final String IEEE_802_11A
See Also:
Constant Field Values

IEEE_802_11B

static final String IEEE_802_11B
See Also:
Constant Field Values

IEEE_802_11G

static final String IEEE_802_11G
See Also:
Constant Field Values

GGGPP_GERAN

static final String GGGPP_GERAN
See Also:
Constant Field Values

GGGPP_UTRAN_FDD

static final String GGGPP_UTRAN_FDD
See Also:
Constant Field Values

GGGPP_UTRAN_TDD

static final String GGGPP_UTRAN_TDD
See Also:
Constant Field Values

GGGPP_CDMA2000

static final String GGGPP_CDMA2000
See Also:
Constant Field Values

ADSL

static final String ADSL
See Also:
Constant Field Values

ADSL2

static final String ADSL2
See Also:
Constant Field Values

ADSL2p

static final String ADSL2p
See Also:
Constant Field Values

RADSL

static final String RADSL
See Also:
Constant Field Values

SDSL

static final String SDSL
See Also:
Constant Field Values

HDSL

static final String HDSL
See Also:
Constant Field Values

HDSL2

static final String HDSL2
See Also:
Constant Field Values

GSHDSL

static final String GSHDSL
See Also:
Constant Field Values

VDSL

static final String VDSL
See Also:
Constant Field Values

IDSL

static final String IDSL
See Also:
Constant Field Values

GGGPP2_1X

static final String GGGPP2_1X
See Also:
Constant Field Values

GGGPP2_1XHRPD

static final String GGGPP2_1XHRPD
See Also:
Constant Field Values
Method Detail

setAccessType

void setAccessType(String accessTypeVal)
                   throws ParseException
Set the access type.

Parameters:
accessTypeVal -
Throws:
ParseException - if invalid string

getAccessType

String getAccessType()
Get the access type.

Returns:
the accessType

setCGI3GPP

void setCGI3GPP(String cgi)
                throws ParseException
Set the CGI value.

Parameters:
cgi -
Throws:
ParseException - - if invalid argument is presented.

getCGI3GPP

String getCGI3GPP()
Get the CGI value.

Returns:
get the cgi value

setUtranCellID3GPP

void setUtranCellID3GPP(String utranCellID)
                        throws ParseException
Set the Cell ID.

Parameters:
utranCellID - - the cell ID.
Throws:
ParseException

getUtranCellID3GPP

String getUtranCellID3GPP()
Get the cell ID.

Returns:
the cell ID

setDSLLocation

void setDSLLocation(String dslLocation)
                    throws ParseException
Set the DSL Location.

Parameters:
dslLocation - - the dsl location to set.
Throws:
ParseException - if invalid argument is presented.

getDSLLocation

String getDSLLocation()
Get the DSL Location.

Returns:
DSL location

setCI3GPP2

void setCI3GPP2(String ci2Gpp2)
                throws ParseException
Throws:
ParseException

getCI3GPP2

String getCI3GPP2()
Get CI value.

Returns:
the CI value.

setExtensionAccessInfo

void setExtensionAccessInfo(String extendAccessInfo)
                            throws ParseException
Set Extension Access Info.

Parameters:
extendAccessInfo -
Throws:
ParseException - if invalid String presented.

getExtensionAccessInfo

String getExtensionAccessInfo()
Get the Extension Access Info.

Returns:
the extension Access Info.

JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.