|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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 内の getIsdnSubAddressisdnSubAddress parameterpublic java.lang.String getPostDial()
postDial parameter, or null if it
is not set.
javax.sip.address.TelURL 内の getPostDialpostDial parameterpublic java.lang.String getScheme()
javax.sip.address.URI 内の getSchemeGenericURI 内の getSchemepublic boolean isGlobal()
true if this TelURL is global i.e. if the TelURI
has a global phone user.
javax.sip.address.TelURL 内の isGlobaltrue if this TelURL represents a global phone user,
and false otherwise.public boolean isSipURI()
javax.sip.address.URI 内の isSipURIGenericURI 内の isSipURIpublic void setGlobal(boolean global)
javax.sip.address.TelURL 内の setGlobalglobal - - the boolean value indicating if the TelURL has a global
phone user.public void setIsdnSubAddress(java.lang.String isdnSubAddress)
javax.sip.address.TelURL 内の setIsdnSubAddressisdnSubAddress - - new value of the isdnSubAddress
parameterpublic void setPostDial(java.lang.String postDial)
javax.sip.address.TelURL 内の setPostDialpostDial - - new value of the postDial parameterpublic void setPhoneNumber(java.lang.String telephoneNumber)
javax.sip.address.TelURL 内の setPhoneNumbertelephoneNumber - long phone number to set.public java.lang.String getPhoneNumber()
javax.sip.address.TelURL 内の getPhoneNumberpublic java.lang.String toString()
javax.sip.address.TelURL 内の toStringjavax.sip.address.URI 内の toStringGenericURI 内の toStringpublic java.lang.String encode()
GenericURI の記述:
GenericURI 内の encodepublic java.lang.Object clone()
javax.sip.address.URI 内の cloneGenericURI 内の clonepublic 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 内の setParameterpublic java.util.Iterator getParameterNames()
javax.sip.header.Parameters 内の getParameterNamespublic void removeParameter(java.lang.String name)
javax.sip.header.Parameters 内の removeParameter
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||