Class AddItemType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
org.oasis_open.docs.ws_calendar.ns.soap.AddItemType
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>
-
Field Summary
FieldsFields inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
href, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the icalendar property.void
setIcalendar
(IcalendarType value) Sets the value of the icalendar property.Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
getHref, getId, setHref, setId
-
Field Details
-
icalendar
-
-
Constructor Details
-
AddItemType
public AddItemType()
-
-
Method Details
-
getIcalendar
Gets the value of the icalendar property.- Returns:
- possible object is
IcalendarType
-
setIcalendar
Sets the value of the icalendar property.- Parameters:
value
- allowed object isIcalendarType
-