public class ErrorResponseType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected JAXBElement<? extends ErrorCodeType> |
error |
| Constructor and Description |
|---|
ErrorResponseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
JAXBElement<? extends ErrorCodeType> |
getError()
Gets the value of the error property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setError(JAXBElement<? extends ErrorCodeType> value)
Sets the value of the error property.
|
protected JAXBElement<? extends ErrorCodeType> error
protected String description
public JAXBElement<? extends ErrorCodeType> getError()
JAXBElement<MismatchedChangeTokenType>
JAXBElement<InvalidCalendarCollectionLocationType>
JAXBElement<TargetNotEntityType>
JAXBElement<ErrorCodeType>
JAXBElement<TargetDoesNotExistType>
JAXBElement<UnreachableTargetType>
JAXBElement<TooManyInstancesType>
JAXBElement<InvalidCalendarObjectResourceType>
JAXBElement<InvalidTokenType>
JAXBElement<InvalidCalendarDataType>
JAXBElement<TooManyAttendeesPerInstanceType>
JAXBElement<ForbiddenType>
JAXBElement<AlreadySubscribedType>
JAXBElement<ServiceStoppedType>
JAXBElement<MissingChangeTokenType>
JAXBElement<UnsupportedCalendarComponentType>
JAXBElement<InvalidFilterType>
JAXBElement<UidConflictType>
JAXBElement<ExceedsMaxResourceSizeType>
JAXBElement<TargetExistsType>
JAXBElement<UnknownSubscriptionType>
JAXBElement<AfterMaxDateTimeType>
JAXBElement<BeforeMinDateTimeType>
JAXBElement<PartialSuccessType>
JAXBElement<NotCalendarDataType>public void setError(JAXBElement<? extends ErrorCodeType> value)
value - allowed object is
JAXBElement<MismatchedChangeTokenType>
JAXBElement<InvalidCalendarCollectionLocationType>
JAXBElement<TargetNotEntityType>
JAXBElement<ErrorCodeType>
JAXBElement<TargetDoesNotExistType>
JAXBElement<UnreachableTargetType>
JAXBElement<TooManyInstancesType>
JAXBElement<InvalidCalendarObjectResourceType>
JAXBElement<InvalidTokenType>
JAXBElement<InvalidCalendarDataType>
JAXBElement<TooManyAttendeesPerInstanceType>
JAXBElement<ForbiddenType>
JAXBElement<AlreadySubscribedType>
JAXBElement<ServiceStoppedType>
JAXBElement<MissingChangeTokenType>
JAXBElement<UnsupportedCalendarComponentType>
JAXBElement<InvalidFilterType>
JAXBElement<UidConflictType>
JAXBElement<ExceedsMaxResourceSizeType>
JAXBElement<TargetExistsType>
JAXBElement<UnknownSubscriptionType>
JAXBElement<AfterMaxDateTimeType>
JAXBElement<BeforeMinDateTimeType>
JAXBElement<PartialSuccessType>
JAXBElement<NotCalendarDataType>public String getDescription()
StringCopyright © 2018 Bedework. All rights reserved.