public class CxWSBasicRepsonse extends Object
Java class for CxWSBasicRepsonse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSBasicRepsonse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IsSuccesfull" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorMessage |
protected boolean |
isSuccesfull |
| Constructor and Description |
|---|
CxWSBasicRepsonse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
boolean |
isIsSuccesfull()
Gets the value of the isSuccesfull property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setIsSuccesfull(boolean value)
Sets the value of the isSuccesfull property.
|
protected boolean isSuccesfull
protected String errorMessage
public boolean isIsSuccesfull()
public void setIsSuccesfull(boolean value)
public String getErrorMessage()
StringCopyright © 2020. All rights reserved.