public class ZoneAdjustment extends SDPObject
Modifier and Type | Field and Description |
---|---|
protected TypedTime |
offset |
protected String |
sign |
protected long |
time |
CORE_PACKAGE, SDPFIELDS_PACKAGE
AND, AT, COLON, COMMA, DOT, DOUBLE_QUOTE, EQUALS, GREATER_THAN, HT, immutableClasses, indentation, LESS_THAN, LPAREN, matchExpression, NEWLINE, PERCENT, POUND, QUESTION, QUOTE, RETURN, RPAREN, SEMICOLON, SLASH, SP, STAR, stringRepresentation
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
Constructor and Description |
---|
ZoneAdjustment() |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clones this object.
|
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(String s)
Set the sign.
|
void |
setTime(long t)
Set the time.
|
dbgPrint, debugDump, equals, getStringRepresentation, initSprint, match, sprint, toString
dbgPrint, dbgPrint, debugDump, encode, getClassFromName, getIndentation, getMatcher, isMySubclass, makeClone, merge, setMatcher, sprint, sprint, sprint, sprint, sprint, sprint, sprint, sprint
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(String s)
s
- sign for the offset.public String encode()
public Object clone()
GenericObject
clone
in class GenericObject
Copyright © 2018. All Rights Reserved.