Uses of Class
org.oasis_open.docs.ws_calendar.ns.soap.ErrorCodeType
Packages that use ErrorCodeType
-
Uses of ErrorCodeType in org.oasis_open.docs.ws_calendar.ns.soap
Subclasses of ErrorCodeType in org.oasis_open.docs.ws_calendar.ns.soapModifier and TypeClassDescriptionclassError indicating that the start or end of an event or task is too far into the future.classError indicating that the start or end of an event or task is too far into the past.classError indicating that the total size of the event or task is too large.classAttempted to carry out a forbidden operation.classError 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;classThe supplied entity does not represent valid calendar data.classThe supplied entity does not represent valid calendar data.classJava class for InvalidFilterType complex type.classAn update operation was attempted with a change token value which does not match that held by the service.classAn operation was attempted which required a change token but none was supplied.classThe supplied entity is not calendar data.classIndicates that a MultiOpType operation was partially successful.classThe supplied href does not reference an existing resource.classThis may not be possible...classThe supplied href does not target an entity.classError indicating that a scheduling message has too many attendees.classError indicating that a recurring event has too many instances.classJava class for UidConflictType complex type.classIndicates 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 ErrorCodeTypeModifier and TypeFieldDescriptionprotected javax.xml.bind.JAXBElement<? extends ErrorCodeType>ErrorResponseType.errorMethods in org.oasis_open.docs.ws_calendar.ns.soap that return ErrorCodeTypeModifier and TypeMethodDescriptionObjectFactory.createErrorCodeType()Create an instance ofErrorCodeTypeMethods in org.oasis_open.docs.ws_calendar.ns.soap that return types with arguments of type ErrorCodeTypeModifier and TypeMethodDescriptionjavax.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 ErrorCodeTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory.createError(ErrorCodeType value) Method parameters in org.oasis_open.docs.ws_calendar.ns.soap with type arguments of type ErrorCodeTypeModifier and TypeMethodDescriptionvoidErrorResponseType.setError(javax.xml.bind.JAXBElement<? extends ErrorCodeType> value) Sets the value of the error property.