|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし すべてのクラス | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectgov.nist.core.GenericObject
gov.nist.javax.sdp.fields.SDPObject
gov.nist.javax.sdp.fields.ZoneAdjustment
public class ZoneAdjustment
Zone adjustment class.
フィールドの概要 |
---|
インタフェース 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 |
コンストラクタの概要 | |
---|---|
ZoneAdjustment()
|
メソッドの概要 | |
---|---|
java.lang.String |
encode()
Encode this structure into canonical form. |
TypedTime |
getOffset()
get the offset. |
long |
getTime()
Get the time. |
void |
setOffset(TypedTime off)
Set the offset. |
void |
setSign(java.lang.String s)
Set the sign. |
void |
setTime(long t)
Set the time. |
クラス gov.nist.javax.sdp.fields.SDPObject から継承されたメソッド |
---|
clone, dbgPrint, debugDump, equals, match, merge, replace, replace, replace, replace, toString |
クラス gov.nist.core.GenericObject から継承されたメソッド |
---|
debugDump, getClassFromName, getMatcher, isMySubclass, setMatcher |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public ZoneAdjustment()
メソッドの詳細 |
---|
public void setTime(long t)
t
- time to set.public long getTime()
public TypedTime getOffset()
public void setOffset(TypedTime off)
off
- typed time offset to set.public void setSign(java.lang.String s)
s
- sign for the offset.public java.lang.String encode()
SDPObject
内の encode
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし すべてのクラス | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |