public class AddItemType extends BaseRequestType
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>
| Modifier and Type | Field and Description |
|---|---|
protected IcalendarType |
icalendar |
href, id| Constructor and Description |
|---|
AddItemType() |
| Modifier and Type | Method and Description |
|---|---|
IcalendarType |
getIcalendar()
Gets the value of the icalendar property.
|
void |
setIcalendar(IcalendarType value)
Sets the value of the icalendar property.
|
getHref, getId, setHref, setIdprotected IcalendarType icalendar
public IcalendarType getIcalendar()
IcalendarTypepublic void setIcalendar(IcalendarType value)
value - allowed object is
IcalendarTypeCopyright © 2018 Bedework. All rights reserved.