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