|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.header.SIPObject
gov.nist.javax.sip.header.SIPHeader
gov.nist.javax.sip.header.ParametersHeader
gov.nist.javax.sip.header.ims.PAccessNetworkInfo
public class PAccessNetworkInfo
P-Access-Network-Info SIP Private Header
Field Summary |
---|
Fields inherited from interface gov.nist.javax.sip.header.ims.PAccessNetworkInfoHeader |
---|
ADSL, ADSL2, ADSL2p, GGGPP_CDMA2000, GGGPP_GERAN, GGGPP_UTRAN_FDD, GGGPP_UTRAN_TDD, GGGPP2_1X, GGGPP2_1XHRPD, GSHDSL, HDSL, HDSL2, IDSL, IEEE_802_11, IEEE_802_11A, IEEE_802_11B, IEEE_802_11G, NAME, RADSL, SDSL, VDSL |
Fields inherited from interface gov.nist.javax.sip.header.SIPHeaderNames |
---|
ACCEPT, ACCEPT_ENCODING, ACCEPT_LANGUAGE, ALERT_INFO, ALLOW, ALLOW_EVENTS, AUTHENTICATION_INFO, AUTHORIZATION, CALL_ID, CALL_INFO, CONTACT, CONTENT_DISPOSITION, CONTENT_ENCODING, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CSEQ, DATE, ERROR_INFO, EVENT, EXPIRES, FROM, IN_REPLY_TO, JOIN, MAX_FORWARDS, MIME_VERSION, MIN_EXPIRES, MIN_SE, ORGANIZATION, PRIORITY, PROXY_AUTHENTICATE, PROXY_AUTHORIZATION, PROXY_REQUIRE, RACK, REASON, RECORD_ROUTE, REFERRED_BY, REPLACES, REPLY_TO, REQUIRE, RETRY_AFTER, ROUTE, RSEQ, SERVER, SESSION_EXPIRES, SIP_ETAG, SIP_IF_MATCH, SUBJECT, SUBSCRIPTION_STATE, SUPPORTED, TIMESTAMP, TO, UNSUPPORTED, USER_AGENT, VIA, WARNING, WWW_AUTHENTICATE |
Constructor Summary | |
---|---|
PAccessNetworkInfo()
Public constructor. |
|
PAccessNetworkInfo(String accessTypeVal)
Constructor. |
Method Summary | |
---|---|
Object |
clone()
Clones this object. |
boolean |
equals(Object other)
An introspection based equality predicate for SIPObjects. |
String |
getAccessType()
|
String |
getCGI3GPP()
|
String |
getCI3GPP2()
|
String |
getDSLLocation()
|
Object |
getExtensionAccessInfo()
|
String |
getUtranCellID3GPP()
|
void |
setAccessType(String accessTypeVal)
Set the accessTpe |
void |
setCGI3GPP(String cgi)
|
void |
setCI3GPP2(String ci3Gpp2)
|
void |
setDSLLocation(String dslLocation)
|
void |
setExtensionAccessInfo(Object extendAccessInfo)
extension-access-info = gen-value gen-value = token / host / quoted-string |
void |
setParameter(String name,
Object value)
Sets the value of the specified parameter. |
void |
setUtranCellID3GPP(String utranCellID)
Set the UtranCellID field. |
void |
setValue(String value)
Sets the value parameter of the ExtensionHeader. |
Methods inherited from class gov.nist.javax.sip.header.ParametersHeader |
---|
getNameValue, getParameter, getParameterNames, getParameters, getParameterValue, hasParameter, hasParameters, removeParameter, removeParameters, setParameter, setParameter, setParameters, setQuotedParameter |
Methods inherited from class gov.nist.javax.sip.header.SIPHeader |
---|
encode, encode, getHeaderName, getHeaderValue, getName, getValue, hashCode, isHeaderList, setHeaderName, toString |
Methods inherited from class gov.nist.javax.sip.header.SIPObject |
---|
dbgPrint, debugDump, debugDump, match |
Methods inherited from class gov.nist.core.GenericObject |
---|
getClassFromName, getMatcher, isMySubclass, makeClone, merge, setMatcher |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.sip.header.Parameters |
---|
getParameter, getParameterNames, removeParameter, setParameter |
Methods inherited from interface javax.sip.header.ExtensionHeader |
---|
getValue |
Methods inherited from interface javax.sip.header.Header |
---|
getName, hashCode, toString |
Constructor Detail |
---|
public PAccessNetworkInfo()
public PAccessNetworkInfo(String accessTypeVal)
Method Detail |
---|
public void setAccessType(String accessTypeVal)
setAccessType
in interface PAccessNetworkInfoHeader
accessTypeVal
- - access type
NullPointerException
public String getAccessType()
getAccessType
in interface PAccessNetworkInfoHeader
public void setCGI3GPP(String cgi) throws ParseException
setCGI3GPP
in interface PAccessNetworkInfoHeader
cgi
- -- String CGI value
NullPointerException
- -- if null argument passed in
ParseException
- -- if bad argument passed in.public String getCGI3GPP()
getCGI3GPP
in interface PAccessNetworkInfoHeader
public void setUtranCellID3GPP(String utranCellID) throws ParseException
setUtranCellID3GPP
in interface PAccessNetworkInfoHeader
utranCellID
- -- String UTRAN Cell ID value
NullPointerException
ParseException
public String getUtranCellID3GPP()
getUtranCellID3GPP
in interface PAccessNetworkInfoHeader
public void setDSLLocation(String dslLocation) throws ParseException
setDSLLocation
in interface PAccessNetworkInfoHeader
dslLocation
- - String with the DSL location value
NullPointerException
ParseException
public String getDSLLocation()
getDSLLocation
in interface PAccessNetworkInfoHeader
public void setCI3GPP2(String ci3Gpp2) throws ParseException
setCI3GPP2
in interface PAccessNetworkInfoHeader
ci3Gpp2
- -- String CI 3GPP2 value
NullPointerException
- -- if arg is null
ParseException
- -- if arg is bad.public String getCI3GPP2()
getCI3GPP2
in interface PAccessNetworkInfoHeader
public void setParameter(String name, Object value)
ParametersHeader
name
- --
parameter namevalue
- --
value of parameterpublic void setExtensionAccessInfo(Object extendAccessInfo) throws ParseException
setExtensionAccessInfo
in interface PAccessNetworkInfoHeader
extendAccessInfo
- - extended Access Information
ParseException
public Object getExtensionAccessInfo()
getExtensionAccessInfo
in interface PAccessNetworkInfoHeader
public void setValue(String value) throws ParseException
ExtensionHeader
setValue
in interface ExtensionHeader
value
- - the new value of the ExtensionHeader
ParseException
- which signals that an error has been reached
unexpectedly while parsing the value parameter.public boolean equals(Object other)
SIPObject
equals
in interface Header
equals
in class SIPObject
other
- the other object to test against.
public Object clone()
gov.nist.core.GenericObject
clone
in interface Header
clone
in class ParametersHeader
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |