public class WebMethodExtendedResult extends WebMethodResult implements Serializable
Java class for webMethodExtendedResult complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected boolean |
expectedException |
protected String |
statusMessage |
requestId, statusCode, statusDetail
Constructor and Description |
---|
WebMethodExtendedResult() |
Modifier and Type | Method and Description |
---|---|
String |
getStatusMessage()
Gets the value of the statusMessage property.
|
boolean |
isExpectedException()
Gets the value of the expectedException property.
|
void |
setExpectedException(boolean value)
Sets the value of the expectedException property.
|
void |
setStatusMessage(String value)
Sets the value of the statusMessage property.
|
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetail
protected boolean expectedException
protected String statusMessage
public boolean isExpectedException()
public void setExpectedException(boolean value)
public String getStatusMessage()
String
Copyright © 2021. All rights reserved.