TelekomServiceStatusResponse.h.
More...
#include <TelekomServiceStatusResponse.h>
List of all members.
Detailed Description
TelekomServiceStatusResponse.h.
Class creates a standard status response message, containing the parameters given by the Telekom server.
Member Function Documentation
| BOOL TelekomServiceStatusResponse::equals: |
( |
int |
givenStatusCode | ) |
[virtual] |
Returns whether status code is a success code or an error code.
- Parameters:
-
| givenStatusCode | current status code |
- Returns:
- BOOL return true if status code is a success code "0000"
| TelekomServiceStatusResponse * TelekomServiceStatusResponse::initWith:withStatusConstant:withStatusMessage:withStatusDescriptionGerman:withStatusDescriptionEnglish: |
( |
NSString* |
givenstatusCode, |
|
|
[withStatusConstant] int |
givenStatusConstant, |
|
|
[withStatusMessage] NSString* |
givenStatusMessage, |
|
|
[withStatusDescriptionGerman] NSString* |
givenStatusDescriptionGerman, |
|
|
[withStatusDescriptionEnglish] NSString* |
givenStatusDescriptionEnglish |
|
) |
| [virtual] |
Initializes the response object with given server parameters.
- Parameters:
-
| givenStatusCode | current responses status code |
| givenStatusConstant | current responses status constant |
| givenStatusMessage | current responses status message |
| givenStatusDescriptionGerman | current responses status description in german |
| givenStatusDescriptionEnglish | current responses status description in english |
- Returns:
- TelekomServiceStatusResponse new service response object for given parameters
| void TelekomServiceStatusResponse::setTelekomServiceStatusResponse:withStatusConstant:withStatusMessage:withStatusDescriptionGerman:withStatusDescriptionEnglish: |
( |
NSString* |
givenstatusCode, |
|
|
[withStatusConstant] int |
givenStatusConstant, |
|
|
[withStatusMessage] NSString* |
givenStatusMessage, |
|
|
[withStatusDescriptionGerman] NSString* |
givenStatusDescriptionGerman, |
|
|
[withStatusDescriptionEnglish] NSString* |
givenStatusDescriptionEnglish |
|
) |
| [virtual] |
Methods sets the required attributes of the response object.
- Parameters:
-
| givenStatusCode | current responses status code |
| givenStatusConstant | current responses status constant |
| givenStatusMessage | current responses status message |
| givenStatusDescriptionGerman | current responses status description in german |
| givenStatusDescriptionEnglish | current responses status description in english |
- Returns:
- void
Member Data Documentation
Property Documentation
NSString * TelekomServiceStatusResponse::statusCode [read, write, retain] |
NSString * TelekomServiceStatusResponse::statusDescriptionEnglish [read, write, retain] |
NSString * TelekomServiceStatusResponse::statusDescriptionGerman [read, write, retain] |
NSString * TelekomServiceStatusResponse::statusMessage [read, write, retain] |
The documentation for this class was generated from the following files: