public class CallbackResponse extends Object
Java class for callbackResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="callbackResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="status" type="{http://openhubframework.org/ws/Common-v1}confirmationTypes"/>
<element name="additionalInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalInfo |
protected ConfirmationTypes |
status |
| Constructor and Description |
|---|
CallbackResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalInfo()
Gets the value of the additionalInfo property.
|
ConfirmationTypes |
getStatus()
Gets the value of the status property.
|
void |
setAdditionalInfo(String value)
Sets the value of the additionalInfo property.
|
void |
setStatus(ConfirmationTypes value)
Sets the value of the status property.
|
protected ConfirmationTypes status
protected String additionalInfo
public ConfirmationTypes getStatus()
ConfirmationTypespublic void setStatus(ConfirmationTypes value)
value - allowed object is
ConfirmationTypespublic String getAdditionalInfo()
StringCopyright © 2018 Pivotal Software, Inc.. All rights reserved.