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.ExpandType getExpand()
    Gets the value of the expand property.
    ietf.params.xml.ns.caldav.LimitFreebusySetType getLimitFreebusySet()
    Gets the value of the limitFreebusySet property.
    ietf.params.xml.ns.caldav.LimitRecurrenceSetType getLimitRecurrenceSet()
    Gets the value of the limitRecurrenceSet property.
    void setExpand​(ietf.params.xml.ns.caldav.ExpandType val)
    Sets the value of the expand property.
    void setLimitFreebusySet​(ietf.params.xml.ns.caldav.LimitFreebusySetType val)
    Sets the value of the limitFreebusySet property.
    void setLimitRecurrenceSet​(ietf.params.xml.ns.caldav.LimitRecurrenceSetType val)
    Sets the value of the limitRecurrenceSet property.
    java.lang.String toString()  

    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 is ExpandType
    • 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 is LimitRecurrenceSetType
    • 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 is LimitFreebusySetType
    • 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:
      toString in class java.lang.Object