Class RetrievalMode
java.lang.Object
org.bedework.caldav.server.sysinterface.RetrievalMode
- All Implemented Interfaces:
java.io.Serializable
public class RetrievalMode
extends java.lang.Object
implements java.io.Serializable
- Author:
- douglm
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RetrievalMode() -
Method Summary
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.java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
RetrievalMode
public RetrievalMode()
-
-
Method Details
-
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
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-