fm.liveswitch.sdp.TimeZones Class Reference

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...
 

Detailed Description

An SDP time zones element.

Constructor & Destructor Documentation

◆ TimeZones()

fm.liveswitch.sdp.TimeZones.TimeZones ( fm.liveswitch.sdp.TimeZone[]  values)

Initializes a new instance of the fm.liveswitch.sdp.TimeZones class.

Parameters
valuesThe values.

Member Function Documentation

◆ addTimeZone()

void fm.liveswitch.sdp.TimeZones.addTimeZone ( fm.liveswitch.sdp.TimeZone  value)

Adds a time zone adjustment.

Parameters
valueThe time zone adjustment to add.

◆ getValues()

fm.liveswitch.sdp.TimeZone [] fm.liveswitch.sdp.TimeZones.getValues ( )

Gets the array of time zone adjustments.

◆ parse()

static fm.liveswitch.sdp.TimeZones fm.liveswitch.sdp.TimeZones.parse ( String  s)
static

Creates an fm.liveswitch.sdp.TimeZones instance from a string.

Parameters
sThe string to parse.

◆ removeTimeZone()

boolean fm.liveswitch.sdp.TimeZones.removeTimeZone ( fm.liveswitch.sdp.TimeZone  value)

Removes a time zone adjustment.

Parameters
valueThe time zone adjustment to remove.

◆ toString()

String fm.liveswitch.sdp.TimeZones.toString ( )

Converts this instance to a string.