Class MissingChangeTokenType

java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.ErrorCodeType
org.oasis_open.docs.ws_calendar.ns.soap.MissingChangeTokenType

public class MissingChangeTokenType extends ErrorCodeType
An operation was attempted which required a change token but none was supplied. Note that it appears that the marshalling or demarshalling should handle this as the token is required. It doesn't.

Java class for MissingChangeTokenType complex type.

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

 <complexType name="MissingChangeTokenType">
   <complexContent>
     <extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}ErrorCodeType">
     </extension>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • MissingChangeTokenType

      public MissingChangeTokenType()