An SDP time zones element. More...
Public Member Functions | |
void | addTimeZone (fm.liveswitch.sdp.TimeZone value) |
Adds a time zone adjustment. More... | |
fm.liveswitch.sdp.TimeZone[] | getValues () |
Gets the array of time zone adjustments. More... | |
boolean | removeTimeZone (fm.liveswitch.sdp.TimeZone value) |
Removes a time zone adjustment. More... | |
TimeZones (fm.liveswitch.sdp.TimeZone[] values) | |
Initializes a new instance of the fm.liveswitch.sdp.TimeZones class. More... | |
String | toString () |
Converts this instance to a string. More... | |
Static Public Member Functions | |
static fm.liveswitch.sdp.TimeZones | parse (String s) |
Creates an fm.liveswitch.sdp.TimeZones instance from a string. More... | |
An SDP time zones element.
fm.liveswitch.sdp.TimeZones.TimeZones | ( | fm.liveswitch.sdp.TimeZone[] | values | ) |
Initializes a new instance of the fm.liveswitch.sdp.TimeZones class.
values | The values. |
void fm.liveswitch.sdp.TimeZones.addTimeZone | ( | fm.liveswitch.sdp.TimeZone | value | ) |
Adds a time zone adjustment.
value | The time zone adjustment to add. |
fm.liveswitch.sdp.TimeZone [] fm.liveswitch.sdp.TimeZones.getValues | ( | ) |
Gets the array of time zone adjustments.
|
static |
Creates an fm.liveswitch.sdp.TimeZones instance from a string.
s | The string to parse. |
boolean fm.liveswitch.sdp.TimeZones.removeTimeZone | ( | fm.liveswitch.sdp.TimeZone | value | ) |
Removes a time zone adjustment.
value | The time zone adjustment to remove. |
String fm.liveswitch.sdp.TimeZones.toString | ( | ) |
Converts this instance to a string.