com.techventus.server.voice.datatypes
Class Wd

java.lang.Object
  extended by com.techventus.server.voice.datatypes.Wd

public class Wd
extends java.lang.Object

Weekday setting of a phone


Constructor Summary
Wd()
           
 
Method Summary
 boolean getAllDay()
           
 java.util.List<java.lang.String> getTimes()
           
 void setAllDay(boolean allDay)
           
 void setTimes(java.util.List<java.lang.String> times)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wd

public Wd()
Method Detail

getAllDay

public boolean getAllDay()

setAllDay

public void setAllDay(boolean allDay)

getTimes

public java.util.List<java.lang.String> getTimes()

setTimes

public void setTimes(java.util.List<java.lang.String> times)