Uses of Class
org.oasis_open.docs.ws_calendar.ns.soap.ErrorCodeType
-
Packages that use ErrorCodeType Package Description org.bedework.synch.wsmessages org.oasis_open.docs.ws_calendar.ns.soap -
-
Uses of ErrorCodeType in org.bedework.synch.wsmessages
Subclasses of ErrorCodeType in org.bedework.synch.wsmessages Modifier and Type Class Description classAlreadySubscribedTypeAlready have a subscription to this calendar.classInvalidTokenTypeThe service synch token is unknown or expired.classServiceStoppedTypeThe synch service is not running.classUnknownSubscriptionTypeUnknown subscription.classUnreachableTargetTypeThe target of the subscription is unreachable. -
Uses of ErrorCodeType in org.oasis_open.docs.ws_calendar.ns.soap
Subclasses of ErrorCodeType in org.oasis_open.docs.ws_calendar.ns.soap Modifier and Type Class Description classAfterMaxDateTimeTypeError indicating that the start or end of an event or task is too far into the future.classBeforeMinDateTimeTypeError indicating that the start or end of an event or task is too far into the past.classExceedsMaxResourceSizeTypeError indicating that the total size of the event or task is too large.classForbiddenTypeAttempted to carry out a forbidden operation.classInvalidCalendarCollectionLocationTypeError indicating at least one of two conditions: 1) the server does not allow the creation of calendar collections at the given location in its namespace, or 2) the parent collection of the Request-URI exists but cannot accept members;classInvalidCalendarDataTypeThe supplied entity does not represent valid calendar data.classInvalidCalendarObjectResourceTypeThe supplied entity does not represent valid calendar data.classInvalidFilterTypeJava class for InvalidFilterType complex type.classMismatchedChangeTokenTypeAn update operation was attempted with a change token value which does not match that held by the service.classMissingChangeTokenTypeAn operation was attempted which required a change token but none was supplied.classNotCalendarDataTypeThe supplied entity is not calendar data.classPartialSuccessTypeIndicates that a MultiOpType operation was partially successful.classTargetDoesNotExistTypeThe supplied href does not reference an existing resource.classTargetExistsTypeThis may not be possible...classTargetNotEntityTypeThe supplied href does not target an entity.classTooManyAttendeesPerInstanceTypeError indicating that a scheduling message has too many attendees.classTooManyInstancesTypeError indicating that a recurring event has too many instances.classUidConflictTypeJava class for UidConflictType complex type.classUnsupportedCalendarComponentTypeIndicates that the calendar collection does not accept components of the type the client is attempting to store.Fields in org.oasis_open.docs.ws_calendar.ns.soap with type parameters of type ErrorCodeType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends ErrorCodeType>ErrorResponseType. errorMethods in org.oasis_open.docs.ws_calendar.ns.soap that return ErrorCodeType Modifier and Type Method Description ErrorCodeTypeObjectFactory. createErrorCodeType()Create an instance ofErrorCodeTypeMethods in org.oasis_open.docs.ws_calendar.ns.soap that return types with arguments of type ErrorCodeType Modifier and Type Method Description javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createError(ErrorCodeType value)javax.xml.bind.JAXBElement<? extends ErrorCodeType>ErrorResponseType. getError()Gets the value of the error property.Methods in org.oasis_open.docs.ws_calendar.ns.soap with parameters of type ErrorCodeType Modifier and Type Method Description javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createError(ErrorCodeType value)Method parameters in org.oasis_open.docs.ws_calendar.ns.soap with type arguments of type ErrorCodeType Modifier and Type Method Description voidErrorResponseType. setError(javax.xml.bind.JAXBElement<? extends ErrorCodeType> value)Sets the value of the error property.
-