|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし すべてのクラス | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sip.address.NetObject
gov.nist.javax.sip.address.GenericURI
gov.nist.javax.sip.address.TelURLImpl
public class TelURLImpl
Implementation of the TelURL interface.
フィールドの概要 |
---|
クラス gov.nist.javax.sip.address.GenericURI から継承されたフィールド |
---|
ISUB, PHONE_CONTEXT_TAG, POSTDIAL, PROVIDER_TAG, SIP, SIPS, TEL |
コンストラクタの概要 | |
---|---|
TelURLImpl()
Creates a new instance of TelURLImpl |
メソッドの概要 | |
---|---|
java.lang.Object |
clone()
Deep copy clone operation. |
java.lang.String |
encode()
Encode the URI. |
java.lang.String |
getIsdnSubAddress()
Returns the value of the isdnSubAddress parameter, or null
if it is not set. |
java.lang.String |
getParameter(java.lang.String parameterName)
|
java.util.Iterator |
getParameterNames()
|
java.lang.String |
getPhoneNumber()
Get the telephone number. |
java.lang.String |
getPostDial()
Returns the value of the postDial parameter, or null if it
is not set. |
java.lang.String |
getScheme()
Returns the value of the "scheme" of this URI, for example "sip", "sips" or "tel". |
boolean |
isGlobal()
Returns true if this TelURL is global i.e. if the TelURI
has a global phone user. |
boolean |
isSipURI()
This method determines if this is a URI with a scheme of "sip" or "sips". |
void |
removeParameter(java.lang.String name)
|
void |
setGlobal(boolean global)
Sets phone user of this TelURL to be either global or local. |
void |
setIsdnSubAddress(java.lang.String isdnSubAddress)
Sets ISDN subaddress of this TelURL. |
void |
setParameter(java.lang.String name,
java.lang.String value)
|
void |
setPhoneNumber(java.lang.String telephoneNumber)
Set the telephone number. |
void |
setPostDial(java.lang.String postDial)
Sets post dial of this TelURL. |
void |
setTelephoneNumber(TelephoneNumber telephoneNumber)
Set the telephone number. |
java.lang.String |
toString()
Return the string encoding. |
クラス gov.nist.javax.sip.address.NetObject から継承されたメソッド |
---|
debugDump, debugDump, equals, match, merge, replace, replace, replace, replace |
クラス gov.nist.core.GenericObject から継承されたメソッド |
---|
getClassFromName, getMatcher, isMySubclass, setMatcher |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public TelURLImpl()
メソッドの詳細 |
---|
public void setTelephoneNumber(TelephoneNumber telephoneNumber)
telephoneNumber
- -- telephone number to set.public java.lang.String getIsdnSubAddress()
isdnSubAddress
parameter, or null
if it is not set.
javax.sip.address.TelURL
内の getIsdnSubAddress
isdnSubAddress
parameterpublic java.lang.String getPostDial()
postDial
parameter, or null if it
is not set.
javax.sip.address.TelURL
内の getPostDial
postDial
parameterpublic java.lang.String getScheme()
javax.sip.address.URI
内の getScheme
GenericURI
内の getScheme
public boolean isGlobal()
true
if this TelURL is global i.e. if the TelURI
has a global phone user.
javax.sip.address.TelURL
内の isGlobal
true
if this TelURL represents a global phone user,
and false
otherwise.public boolean isSipURI()
javax.sip.address.URI
内の isSipURI
GenericURI
内の isSipURI
public void setGlobal(boolean global)
javax.sip.address.TelURL
内の setGlobal
global
- - the boolean value indicating if the TelURL has a global
phone user.public void setIsdnSubAddress(java.lang.String isdnSubAddress)
javax.sip.address.TelURL
内の setIsdnSubAddress
isdnSubAddress
- - new value of the isdnSubAddress
parameterpublic void setPostDial(java.lang.String postDial)
javax.sip.address.TelURL
内の setPostDial
postDial
- - new value of the postDial
parameterpublic void setPhoneNumber(java.lang.String telephoneNumber)
javax.sip.address.TelURL
内の setPhoneNumber
telephoneNumber
- long phone number to set.public java.lang.String getPhoneNumber()
javax.sip.address.TelURL
内の getPhoneNumber
public java.lang.String toString()
javax.sip.address.TelURL
内の toString
javax.sip.address.URI
内の toString
GenericURI
内の toString
public java.lang.String encode()
GenericURI
の記述:
GenericURI
内の encode
public java.lang.Object clone()
javax.sip.address.URI
内の clone
GenericURI
内の clone
public java.lang.String getParameter(java.lang.String parameterName)
javax.sip.header.Parameters
内の getParameter
public void setParameter(java.lang.String name, java.lang.String value)
javax.sip.header.Parameters
内の setParameter
public java.util.Iterator getParameterNames()
javax.sip.header.Parameters
内の getParameterNames
public void removeParameter(java.lang.String name)
javax.sip.header.Parameters
内の removeParameter
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし すべてのクラス | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |