Class AddItemType


  • public class AddItemType
    extends BaseRequestType
    Message to create a calendar item.

    Java class for AddItemType complex type.

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

     <complexType name="AddItemType">
       <complexContent>
         <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseRequestType">
           <sequence>
             <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}icalendar"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • AddItemType

        public AddItemType()
    • Method Detail

      • getIcalendar

        public IcalendarType getIcalendar()
        Gets the value of the icalendar property.
        Returns:
        possible object is IcalendarType
      • setIcalendar

        public void setIcalendar​(IcalendarType value)
        Sets the value of the icalendar property.
        Parameters:
        value - allowed object is IcalendarType