public class ResponseType extends Object
Java class for ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AdditionalResponse" type="{}AdditionalResponseType" minOccurs="0"/>
</sequence>
<attribute name="Result" use="required" type="{}ResultTypeCode" />
<attribute name="ErrorCondition" type="{}ErrorConditionTypeCode" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalResponse |
protected String |
errorCondition |
protected String |
result |
| Constructor and Description |
|---|
ResponseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalResponse()
Gets the value of the additionalResponse property.
|
String |
getErrorCondition()
Gets the value of the errorCondition property.
|
String |
getResult()
Gets the value of the result property.
|
void |
setAdditionalResponse(String value)
Sets the value of the additionalResponse property.
|
void |
setErrorCondition(String value)
Sets the value of the errorCondition property.
|
void |
setResult(String value)
Sets the value of the result property.
|
protected String additionalResponse
protected String result
protected String errorCondition
public String getAdditionalResponse()
Stringpublic void setAdditionalResponse(String value)
value - allowed object is
Stringpublic String getResult()
Stringpublic void setResult(String value)
value - allowed object is
Stringpublic String getErrorCondition()
StringCopyright © 2018. All rights reserved.