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 TypeClassDescriptionclass
Error indicating that the start or end of an event or task is too far into the future.class
Error indicating that the start or end of an event or task is too far into the past.class
Error indicating that the total size of the event or task is too large.class
Attempted to carry out a forbidden operation.class
Error 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;class
The supplied entity does not represent valid calendar data.class
The supplied entity does not represent valid calendar data.class
Java class for InvalidFilterType complex type.class
An update operation was attempted with a change token value which does not match that held by the service.class
An operation was attempted which required a change token but none was supplied.class
The supplied entity is not calendar data.class
Indicates that a MultiOpType operation was partially successful.class
The supplied href does not reference an existing resource.class
This may not be possible...class
The supplied href does not target an entity.class
Error indicating that a scheduling message has too many attendees.class
Error indicating that a recurring event has too many instances.class
Java class for UidConflictType complex type.class
Indicates 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.error
Methods in org.oasis_open.docs.ws_calendar.ns.soap that return ErrorCodeTypeModifier and TypeMethodDescriptionObjectFactory.createErrorCodeType()
Create an instance ofErrorCodeType
Methods 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 TypeMethodDescriptionvoid
ErrorResponseType.setError
(javax.xml.bind.JAXBElement<? extends ErrorCodeType> value) Sets the value of the error property.