Uses of Class
org.oasis_open.docs.ns.wscal.calws_soap.BaseResponseType
-
Packages that use BaseResponseType Package Description org.oasis_open.docs.ns.wscal.calws_soap -
-
Uses of BaseResponseType in org.oasis_open.docs.ns.wscal.calws_soap
Subclasses of BaseResponseType in org.oasis_open.docs.ns.wscal.calws_soap Modifier and Type Class Description classAddItemResponseTypeResponse to message to add an item.classCalendarQueryResponseTypeResponse to a calendar query or multiget.classDeleteItemResponseTypeResponse to message to delete an item.classFetchItemResponseTypeResponse to message to fetch an item.classFreebusyReportResponseTypeRespond to the freebusy request.classGetPropertiesResponseTypeRespond to the get-properties requestclassMultiOpResponseTypeResponse to a multi-op message.classMultistatusTypeContains multiple MultistatResponseElementTypeclassPropstatTypeContains prop elements with the same statusclassUpdateItemResponseTypeResponse to message to update an item.Fields in org.oasis_open.docs.ns.wscal.calws_soap with type parameters of type BaseResponseType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends BaseResponseType>>ArrayOfResponses. baseResponseMethods in org.oasis_open.docs.ns.wscal.calws_soap that return types with arguments of type BaseResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<BaseResponseType>ObjectFactory. createBaseResponse(BaseResponseType value)List<javax.xml.bind.JAXBElement<? extends BaseResponseType>>ArrayOfResponses. getBaseResponse()Gets the value of the baseResponse property.Methods in org.oasis_open.docs.ns.wscal.calws_soap with parameters of type BaseResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<BaseResponseType>ObjectFactory. createBaseResponse(BaseResponseType value)
-