Class ScheduleAgentParamType


  • public class ScheduleAgentParamType
    extends TextParameterType
    scheduleagentparam = "SCHEDULE-AGENT" "=" ("SERVER" ; The server handles scheduling / "CLIENT" ; The client handles scheduling / "NONE" ; No automatic scheduling / x-name ; Experimental type / iana-token) ; Other IANA registered type ; ; Default is SERVER

    Java class for ScheduleAgentParamType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ScheduleAgentParamType">
       <complexContent>
         <extension base="{urn:ietf:params:xml:ns:icalendar-2.0}TextParameterType">
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ScheduleAgentParamType

        public ScheduleAgentParamType()