Class UpdateItemType


  • public class UpdateItemType
    extends BaseRequestType
    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>
     
    • Constructor Detail

      • UpdateItemType

        public UpdateItemType()
    • Method Detail

      • getChangeToken

        public String getChangeToken()
        Gets the value of the changeToken property.
        Returns:
        possible object is String
      • setChangeToken

        public void setChangeToken​(String value)
        Sets the value of the changeToken property.
        Parameters:
        value - allowed object is String
      • getSelect

        public List<ComponentSelectionType> 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