|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sdp.fields.SDPObject
gov.nist.javax.sdp.fields.SDPField
gov.nist.javax.sdp.fields.OriginField
public class OriginField
Origin Field SDP header
| フィールドの概要 |
|---|
| インタフェース 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 |
| コンストラクタの概要 | |
|---|---|
OriginField()
|
|
| メソッドの概要 | |
|---|---|
java.lang.String |
encode()
Get the string encoded version of this object |
java.lang.String |
getAddress()
Returns the type of the network for this Connection. |
java.lang.String |
getAddressType()
Returns the type of the address for this Connection. |
java.lang.String |
getAddrtype()
Get the address type member. |
Host |
getHost()
Get the host member. |
java.lang.String |
getNettype()
Get the netType member. |
java.lang.String |
getNetworkType()
Returns the type of the network for this Connection |
long |
getSessId()
Get the sessionID member. |
long |
getSessionId()
Returns the unique identity of the session. |
long |
getSessionVersion()
Returns the unique version of the session. |
long |
getSessVersion()
Get the sessionVersion member. |
java.lang.String |
getUsername()
Returns the name of the session originator. |
void |
setAddress(Host a)
Set the address member |
void |
setAddress(java.lang.String addr)
Sets the type of the address for this Connection. |
void |
setAddressType(java.lang.String type)
Returns the type of the network for this Connection. |
void |
setAddrtype(java.lang.String a)
Set the addrtype member |
void |
setNettype(java.lang.String n)
Set the nettype member |
void |
setNetworkType(java.lang.String type)
Sets the type of the network for this Connection. |
void |
setSessId(long s)
Set the sessId member |
void |
setSessionId(long id)
Sets the unique identity of the session. |
void |
setSessionVersion(long version)
Sets the unique version of the session. |
void |
setSessVersion(long s)
Set the sessVersion member |
void |
setUsername(java.lang.String user)
Sets the name of the session originator. |
| クラス gov.nist.javax.sdp.fields.SDPField から継承されたメソッド |
|---|
getFieldName, getTypeChar, toString |
| クラス gov.nist.javax.sdp.fields.SDPObject から継承されたメソッド |
|---|
clone, dbgPrint, debugDump, equals, match, merge, replace, replace, replace, replace |
| クラス gov.nist.core.GenericObject から継承されたメソッド |
|---|
debugDump, getClassFromName, getMatcher, isMySubclass, setMatcher |
| クラス java.lang.Object から継承されたメソッド |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| インタフェース javax.sdp.Field から継承されたメソッド |
|---|
clone, getTypeChar |
| コンストラクタの詳細 |
|---|
public OriginField()
| メソッドの詳細 |
|---|
public java.lang.String getUsername()
throws javax.sdp.SdpParseException
javax.sdp.Origin 内の getUsernamejavax.sdp.SdpParseExceptionpublic long getSessId()
public long getSessVersion()
public java.lang.String getNettype()
public java.lang.String getAddrtype()
public Host getHost()
public void setSessId(long s)
public void setSessVersion(long s)
public void setNettype(java.lang.String n)
public void setAddrtype(java.lang.String a)
public void setAddress(Host a)
public void setUsername(java.lang.String user)
throws javax.sdp.SdpException
javax.sdp.Origin 内の setUsernameuser - the string username.
javax.sdp.SdpException - if the parameter is null
public long getSessionId()
throws javax.sdp.SdpParseException
javax.sdp.Origin 内の getSessionIdjavax.sdp.SdpParseException
public void setSessionId(long id)
throws javax.sdp.SdpException
javax.sdp.Origin 内の setSessionIdid - the session id.
javax.sdp.SdpException - if the id is <0
public long getSessionVersion()
throws javax.sdp.SdpParseException
javax.sdp.Origin 内の getSessionVersionjavax.sdp.SdpException
javax.sdp.SdpParseException
public void setSessionVersion(long version)
throws javax.sdp.SdpException
javax.sdp.Origin 内の setSessionVersionversion - the session version.
javax.sdp.SdpException - if the version is <0
public java.lang.String getAddress()
throws javax.sdp.SdpParseException
javax.sdp.Origin 内の getAddressjavax.sdp.SdpParseException
public java.lang.String getAddressType()
throws javax.sdp.SdpParseException
javax.sdp.Origin 内の getAddressTypejavax.sdp.SdpParseException
public java.lang.String getNetworkType()
throws javax.sdp.SdpParseException
javax.sdp.Origin 内の getNetworkTypejavax.sdp.SdpParseException
public void setAddress(java.lang.String addr)
throws javax.sdp.SdpException
javax.sdp.Origin 内の setAddressaddr - string address type.
javax.sdp.SdpException - if the addr is null
public void setAddressType(java.lang.String type)
throws javax.sdp.SdpException
javax.sdp.Origin 内の setAddressTypetype - the string network type.
javax.sdp.SdpException - if the type is null
public void setNetworkType(java.lang.String type)
throws javax.sdp.SdpException
javax.sdp.Origin 内の setNetworkTypetype - the string network type.
javax.sdp.SdpException - if the type is nullpublic java.lang.String encode()
SDPField 内の encode
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||