Class RetrievalMode
- java.lang.Object
-
- org.bedework.caldav.server.sysinterface.RetrievalMode
-
- All Implemented Interfaces:
Serializable
public class RetrievalMode extends Object implements Serializable
- Author:
- douglm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetrievalMode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ietf.params.xml.ns.caldav.ExpandTypegetExpand()Gets the value of the expand property.ietf.params.xml.ns.caldav.LimitFreebusySetTypegetLimitFreebusySet()Gets the value of the limitFreebusySet property.ietf.params.xml.ns.caldav.LimitRecurrenceSetTypegetLimitRecurrenceSet()Gets the value of the limitRecurrenceSet property.voidsetExpand(ietf.params.xml.ns.caldav.ExpandType val)Sets the value of the expand property.voidsetLimitFreebusySet(ietf.params.xml.ns.caldav.LimitFreebusySetType val)Sets the value of the limitFreebusySet property.voidsetLimitRecurrenceSet(ietf.params.xml.ns.caldav.LimitRecurrenceSetType val)Sets the value of the limitRecurrenceSet property.StringtoString()
-
-
-
Method Detail
-
setExpand
public void setExpand(ietf.params.xml.ns.caldav.ExpandType val)
Sets the value of the expand property.- Parameters:
val- allowed object isExpandType
-
getExpand
public ietf.params.xml.ns.caldav.ExpandType getExpand()
Gets the value of the expand property.- Returns:
- possible object is
ExpandType
-
setLimitRecurrenceSet
public void setLimitRecurrenceSet(ietf.params.xml.ns.caldav.LimitRecurrenceSetType val)
Sets the value of the limitRecurrenceSet property.- Parameters:
val- allowed object isLimitRecurrenceSetType
-
getLimitRecurrenceSet
public ietf.params.xml.ns.caldav.LimitRecurrenceSetType getLimitRecurrenceSet()
Gets the value of the limitRecurrenceSet property.- Returns:
- possible object is
LimitRecurrenceSetType
-
setLimitFreebusySet
public void setLimitFreebusySet(ietf.params.xml.ns.caldav.LimitFreebusySetType val)
Sets the value of the limitFreebusySet property.- Parameters:
val- allowed object isLimitFreebusySetType
-
getLimitFreebusySet
public ietf.params.xml.ns.caldav.LimitFreebusySetType getLimitFreebusySet()
Gets the value of the limitFreebusySet property.- Returns:
- possible object is
LimitFreebusySetType
-
-