Class UpdateItemResponseType


  • public class UpdateItemResponseType
    extends BaseResponseType
    Response to message to update an item. The server will return an etoken value which should replace the value currently held by the client.

    Java class for UpdateItemResponseType complex type.

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

     <complexType name="UpdateItemResponseType">
       <complexContent>
         <extension base="{http://docs.oasis-open.org/ns/wscal/calws-soap}BaseResponseType">
           <sequence>
             <element name="etoken" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • etoken

        protected String etoken
    • Constructor Detail

      • UpdateItemResponseType

        public UpdateItemResponseType()
    • Method Detail

      • getEtoken

        public String getEtoken()
        Gets the value of the etoken property.
        Returns:
        possible object is String
      • setEtoken

        public void setEtoken​(String value)
        Sets the value of the etoken property.
        Parameters:
        value - allowed object is String