gov.nist.javax.sdp.fields
クラス EmailAddress
java.lang.Object
gov.nist.core.GenericObject
gov.nist.javax.sdp.fields.SDPObject
gov.nist.javax.sdp.fields.EmailAddress
- すべての実装されたインタフェース:
- SDPFieldNames, java.io.Serializable
public class EmailAddress
- extends SDPObject
email address field of the SDP header.
- バージョン:
- JSR141-PUBLIC-REVIEW (subject to change)
- 作成者:
- Oliver Deruelle , M. Ranganathan
This code is in the public domain.
- 関連項目:
- 直列化された形式
インタフェース gov.nist.javax.sdp.fields.SDPFieldNames から継承されたフィールド |
ATTRIBUTE_FIELD, BANDWIDTH_FIELD, CONNECTION_FIELD, EMAIL_FIELD, INFORMATION_FIELD, KEY_FIELD, MEDIA_FIELD, ORIGIN_FIELD, PHONE_FIELD, PROTO_VERSION_FIELD, REPEAT_FIELD, SESSION_NAME_FIELD, TIME_FIELD, URI_FIELD, ZONE_FIELD |
メソッドの概要 |
java.lang.String |
encode()
Get the string encoded version of this object |
java.lang.String |
getDisplayName()
|
void |
setDisplayName(java.lang.String displayName)
Set the displayName member |
void |
setEmail(Email email)
Set the email member |
クラス gov.nist.javax.sdp.fields.SDPObject から継承されたメソッド |
clone, dbgPrint, debugDump, equals, match, merge, replace, replace, replace, replace, toString |
クラス java.lang.Object から継承されたメソッド |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
EmailAddress
public EmailAddress()
getDisplayName
public java.lang.String getDisplayName()
setDisplayName
public void setDisplayName(java.lang.String displayName)
- Set the displayName member
setEmail
public void setEmail(Email email)
- Set the email member
encode
public java.lang.String encode()
- Get the string encoded version of this object
- 定義:
- クラス
SDPObject
内の encode
- 導入されたバージョン:
- v1.0
Here, we implement only the "displayName " form
and not the "email (displayName)" form