Class AddItemResponseType


  • public class AddItemResponseType
    extends BaseResponseType
    Response to message to add an item.

    Java class for AddItemResponseType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="AddItemResponseType">
       <complexContent>
         <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}BaseResponseType">
           <sequence>
             <element name="href" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="changeToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • changeToken

        protected String changeToken
    • Constructor Detail

      • AddItemResponseType

        public AddItemResponseType()
    • Method Detail

      • getHref

        public String getHref()
        Gets the value of the href property.
        Returns:
        possible object is String
      • setHref

        public void setHref​(String value)
        Sets the value of the href property.
        Parameters:
        value - allowed object is String
      • 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