Class UpdateItemType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
org.oasis_open.docs.ws_calendar.ns.soap.UpdateItemType
Message to update a calendar item.
The supplied changeToken MUST match the etoken held by the service.
Java class for UpdateItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateItemType"> <complexContent> <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseRequestType"> <sequence> <element name="changeToken" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="select" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ComponentSelectionType" maxOccurs="unbounded"/> </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 changeToken property.Gets the value of the select property.void
setChangeToken
(String value) Sets the value of the changeToken property.Methods inherited from class org.oasis_open.docs.ws_calendar.ns.soap.BaseRequestType
getHref, getId, setHref, setId
-
Field Details
-
changeToken
-
select
-
-
Constructor Details
-
UpdateItemType
public UpdateItemType()
-
-
Method Details
-
getChangeToken
Gets the value of the changeToken property.- Returns:
- possible object is
String
-
setChangeToken
Sets the value of the changeToken property.- Parameters:
value
- allowed object isString
-
getSelect
Gets the value of the select property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the select property.For example, to add a new item, do as follows:
getSelect().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentSelectionType
-