public class WFSTransactionRequestInformation extends WFSRequestInformation
| Modifier and Type | Field and Description |
|---|---|
String |
message |
static int |
STATUS_FAILED |
static int |
STATUS_NO_EXECUTED |
static int |
STATUS_SUCCESS |
| Constructor and Description |
|---|
WFSTransactionRequestInformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
int |
getStatus() |
void |
setMessage(String message) |
void |
setStatus(int status) |
getTimeStamp, setTimeStamppublic String message
public static final int STATUS_NO_EXECUTED
public static final int STATUS_FAILED
public static final int STATUS_SUCCESS