gov.nist.javax.sdp.fields
クラス ConnectionField

java.lang.Object
  上位を拡張 gov.nist.core.GenericObject
      上位を拡張 gov.nist.javax.sdp.fields.SDPObject
          上位を拡張 gov.nist.javax.sdp.fields.SDPField
              上位を拡張 gov.nist.javax.sdp.fields.ConnectionField
すべての実装されたインタフェース:
SDPFieldNames, java.io.Serializable, java.lang.Cloneable, javax.sdp.Connection, javax.sdp.Field

public class ConnectionField
extends SDPField
implements javax.sdp.Connection

Connectin Field of the SDP request.

バージョン:
JSR141-PUBLIC-REVIEW (subject to change).
作成者:
Olivier Deruelle , M. Ranganathan
This code is in the public domain.
関連項目:
直列化された形式

フィールドの概要
 
インタフェース javax.sdp.Connection から継承されたフィールド
IN, IP4, IP6
 
インタフェース 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
 
コンストラクタの概要
ConnectionField()
           
 
メソッドの概要
 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()
           
 ConnectionAddress getConnectionAddress()
           
 java.lang.String getNettype()
           
 java.lang.String getNetworkType()
          Returns the type of the network for this Connection.
 void setAddress(ConnectionAddress 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.
 java.lang.String toString()
           
 
クラス gov.nist.javax.sdp.fields.SDPField から継承されたメソッド
getFieldName, getTypeChar
 
クラス 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
 

コンストラクタの詳細

ConnectionField

public ConnectionField()
メソッドの詳細

getNettype

public java.lang.String getNettype()

getAddrtype

public java.lang.String getAddrtype()

getConnectionAddress

public ConnectionAddress getConnectionAddress()

setNettype

public void setNettype(java.lang.String n)
Set the nettype member


setAddrType

public void setAddrType(java.lang.String a)
Set the addrtype member


setAddress

public void setAddress(ConnectionAddress a)
Set the address member


encode

public java.lang.String encode()
Get the string encoded version of this object

定義:
クラス SDPField 内の encode
導入されたバージョン:
v1.0

toString

public java.lang.String toString()
オーバーライド:
クラス SDPField 内の toString

getAddress

public java.lang.String getAddress()
                            throws javax.sdp.SdpParseException
Returns the type of the network for this Connection.

定義:
インタフェース javax.sdp.Connection 内の getAddress
戻り値:
the type of the network
例外:
javax.sdp.SdpParseException

getAddressType

public java.lang.String getAddressType()
                                throws javax.sdp.SdpParseException
Returns the type of the address for this Connection.

定義:
インタフェース javax.sdp.Connection 内の getAddressType
戻り値:
the type of the address
例外:
javax.sdp.SdpParseException

getNetworkType

public java.lang.String getNetworkType()
                                throws javax.sdp.SdpParseException
Returns the type of the network for this Connection.

定義:
インタフェース javax.sdp.Connection 内の getNetworkType
戻り値:
the type of the network
例外:
javax.sdp.SdpParseException

setAddress

public void setAddress(java.lang.String addr)
                throws javax.sdp.SdpException
Sets the type of the address for this Connection.

定義:
インタフェース javax.sdp.Connection 内の setAddress
パラメータ:
addr - to set
例外:
javax.sdp.SdpException - if the type is null

setAddressType

public void setAddressType(java.lang.String type)
                    throws javax.sdp.SdpException
Returns the type of the network for this Connection.

定義:
インタフェース javax.sdp.Connection 内の setAddressType
パラメータ:
type - to set
例外:
javax.sdp.SdpException - if the type is null

setNetworkType

public void setNetworkType(java.lang.String type)
                    throws javax.sdp.SdpException
Sets the type of the network for this Connection.

定義:
インタフェース javax.sdp.Connection 内の setNetworkType
パラメータ:
type - to set
例外:
javax.sdp.SdpException - if the type is null