public interface CalDAVSystemProperties extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminContact()
Get the administrator contact property
|
String |
getCalSoapWsURI()
Get the calws soap web service uri - null for no service
|
String |
getFburlServiceURI()
get the Free busy service uri - null for no freebusy service
|
String |
getFeatureFlags()
Get the feature flags property
|
String |
getIscheduleURI()
get the ischedule service uri - null for no ischedule service
|
boolean |
getTimezonesByReference() |
String |
getTzServeruri()
Get the timezones server uri
|
Integer |
getVpollMaxActive() |
Integer |
getVpollMaxItems() |
Integer |
getVpollMaxVoters() |
String |
getWebcalServiceURI()
get the web calendar service uri - null for no web calendar service
|
void |
setAdminContact(String val)
Set the administrator contact property
|
void |
setCalSoapWsURI(String val)
Set the calws soap web service uri - null for no service
|
void |
setFburlServiceURI(String val)
Set the Free busy service uri - null for no freebusy service
|
void |
setFeatureFlags(String val)
Set the feature flags property
|
void |
setIscheduleURI(String val)
Set the ischedule service uri - null for no ischedule service
|
void |
setTimezonesByReference(boolean val) |
void |
setTzServeruri(String val)
Set the timezones server uri
|
void |
setVpollMaxActive(Integer val)
Set the max number of active vpolls.
|
void |
setVpollMaxItems(Integer val)
Set the max number of items per vpoll.
|
void |
setVpollMaxVoters(Integer val)
Set the max number of active vpolls.
|
void |
setWebcalServiceURI(String val)
Set the web calendar service uri - null for no web calendar service
|
void setFeatureFlags(String val)
val - String getFeatureFlags()
void setAdminContact(String val)
val - String getAdminContact()
void setTzServeruri(String val)
val - StringString getTzServeruri()
void setTimezonesByReference(boolean val)
val - boolean true if we are not including the full tz specification..boolean getTimezonesByReference()
void setIscheduleURI(String val)
val - StringString getIscheduleURI()
void setFburlServiceURI(String val)
val - StringString getFburlServiceURI()
void setWebcalServiceURI(String val)
val - StringString getWebcalServiceURI()
void setCalSoapWsURI(String val)
val - StringString getCalSoapWsURI()
void setVpollMaxItems(Integer val)
val - Integer maxInteger getVpollMaxItems()
void setVpollMaxActive(Integer val)
val - Integer maxInteger getVpollMaxActive()
void setVpollMaxVoters(Integer val)
val - Integer maxInteger getVpollMaxVoters()
Copyright © 2018 Bedework. All rights reserved.