Class ErrorResponseType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.ErrorResponseType
Message from service indicating an error.
Java class for ErrorResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}error"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected javax.xml.bind.JAXBElement<? extends ErrorCodeType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.javax.xml.bind.JAXBElement<? extends ErrorCodeType>
getError()
Gets the value of the error property.void
setDescription
(String value) Sets the value of the description property.void
setError
(javax.xml.bind.JAXBElement<? extends ErrorCodeType> value) Sets the value of the error property.
-
Field Details
-
error
-
description
-
-
Constructor Details
-
ErrorResponseType
public ErrorResponseType()
-
-
Method Details
-
getError
Gets the value of the error property.- Returns:
- possible object is
JAXBElement
<
PartialSuccessType
>
JAXBElement
<
UnsupportedCalendarComponentType
>
JAXBElement
<
TargetNotEntityType
>
JAXBElement
<
InvalidCalendarDataType
>
JAXBElement
<
ForbiddenType
>
JAXBElement
<
TargetExistsType
>
JAXBElement
<
MissingChangeTokenType
>
JAXBElement
<
AfterMaxDateTimeType
>
JAXBElement
<
TargetDoesNotExistType
>
JAXBElement
<
InvalidFilterType
>
JAXBElement
<
NotCalendarDataType
>
JAXBElement
<
BeforeMinDateTimeType
>
JAXBElement
<
InvalidCalendarObjectResourceType
>
JAXBElement
<
InvalidCalendarCollectionLocationType
>
JAXBElement
<
UidConflictType
>
JAXBElement
<
TooManyAttendeesPerInstanceType
>
JAXBElement
<
ExceedsMaxResourceSizeType
>
JAXBElement
<
TooManyInstancesType
>
JAXBElement
<
MismatchedChangeTokenType
>
JAXBElement
<
ErrorCodeType
>
-
setError
Sets the value of the error property.- Parameters:
value
- allowed object isJAXBElement
<
PartialSuccessType
>
JAXBElement
<
UnsupportedCalendarComponentType
>
JAXBElement
<
TargetNotEntityType
>
JAXBElement
<
InvalidCalendarDataType
>
JAXBElement
<
ForbiddenType
>
JAXBElement
<
TargetExistsType
>
JAXBElement
<
MissingChangeTokenType
>
JAXBElement
<
AfterMaxDateTimeType
>
JAXBElement
<
TargetDoesNotExistType
>
JAXBElement
<
InvalidFilterType
>
JAXBElement
<
NotCalendarDataType
>
JAXBElement
<
BeforeMinDateTimeType
>
JAXBElement
<
InvalidCalendarObjectResourceType
>
JAXBElement
<
InvalidCalendarCollectionLocationType
>
JAXBElement
<
UidConflictType
>
JAXBElement
<
TooManyAttendeesPerInstanceType
>
JAXBElement
<
ExceedsMaxResourceSizeType
>
JAXBElement
<
TooManyInstancesType
>
JAXBElement
<
MismatchedChangeTokenType
>
JAXBElement
<
ErrorCodeType
>
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-