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, setTimeStamp
public String message
public static final int STATUS_NO_EXECUTED
public static final int STATUS_FAILED
public static final int STATUS_SUCCESS