public class UpdateItemType extends BaseRequestType
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeToken |
protected List<ComponentSelectionType> |
select |
href, id| Constructor and Description |
|---|
UpdateItemType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeToken()
Gets the value of the changeToken property.
|
List<ComponentSelectionType> |
getSelect()
Gets the value of the select property.
|
void |
setChangeToken(String value)
Sets the value of the changeToken property.
|
getHref, getId, setHref, setIdprotected String changeToken
protected List<ComponentSelectionType> select
public String getChangeToken()
Stringpublic void setChangeToken(String value)
value - allowed object is
Stringpublic List<ComponentSelectionType> getSelect()
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
Copyright © 2018 Bedework. All rights reserved.