Uses of Class
org.oasis_open.docs.ns.wscal.calws_soap.ErrorCodeType
-
Packages that use ErrorCodeType Package Description org.oasis_open.docs.ns.wscal.calws_soap -
-
Uses of ErrorCodeType in org.oasis_open.docs.ns.wscal.calws_soap
Subclasses of ErrorCodeType in org.oasis_open.docs.ns.wscal.calws_soap Modifier and Type Class Description classInvalidFilterTypeJava class for InvalidFilterType complex type.classUidConflictTypeJava class for UidConflictType complex type.Fields in org.oasis_open.docs.ns.wscal.calws_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.ns.wscal.calws_soap that return ErrorCodeType Modifier and Type Method Description ErrorCodeTypeObjectFactory. createErrorCodeType()Create an instance ofErrorCodeTypeMethods in org.oasis_open.docs.ns.wscal.calws_soap that return types with arguments of type ErrorCodeType Modifier and Type Method Description javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createAfterMaxDateTime(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createBeforeMinDateTime(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createError(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createExceedsMaxResourceSize(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createForbidden(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createInvalidCalendarCollectionLocation(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createInvalidCalendarData(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createInvalidCalendarObjectResource(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createMismatchedEtoken(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createMissingEtoken(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createNotCalendarData(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createPartialSuccess(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createTargetDoesNotExist(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createTargetExists(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createTargetNotEntity(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createTooManyAttendeesPerInstance(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createTooManyInstances(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createUnsupportedCalendarComponent(ErrorCodeType value)javax.xml.bind.JAXBElement<? extends ErrorCodeType>ErrorResponseType. getError()Gets the value of the error property.Methods in org.oasis_open.docs.ns.wscal.calws_soap with parameters of type ErrorCodeType Modifier and Type Method Description javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createAfterMaxDateTime(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createBeforeMinDateTime(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createError(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createExceedsMaxResourceSize(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createForbidden(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createInvalidCalendarCollectionLocation(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createInvalidCalendarData(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createInvalidCalendarObjectResource(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createMismatchedEtoken(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createMissingEtoken(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createNotCalendarData(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createPartialSuccess(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createTargetDoesNotExist(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createTargetExists(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createTargetNotEntity(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createTooManyAttendeesPerInstance(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createTooManyInstances(ErrorCodeType value)javax.xml.bind.JAXBElement<ErrorCodeType>ObjectFactory. createUnsupportedCalendarComponent(ErrorCodeType value)Method parameters in org.oasis_open.docs.ns.wscal.calws_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.
-