public class AbortRequest extends Object
Java class for AbortRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbortRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageReference" type="{}MessageReference"/>
<element name="AbortReason" type="{}AbortReason"/>
<element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
abortReason
The Abort reason.
|
protected DisplayOutput |
displayOutput
The Display output.
|
protected MessageReference |
messageReference
The Message reference.
|
| Constructor and Description |
|---|
AbortRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbortReason()
Gets the value of the abortReason property.
|
DisplayOutput |
getDisplayOutput()
Gets the value of the displayOutput property.
|
MessageReference |
getMessageReference()
Gets the value of the messageReference property.
|
void |
setAbortReason(String value)
Sets the value of the abortReason property.
|
void |
setDisplayOutput(DisplayOutput value)
Sets the value of the displayOutput property.
|
void |
setMessageReference(MessageReference value)
Sets the value of the messageReference property.
|
protected MessageReference messageReference
protected String abortReason
protected DisplayOutput displayOutput
public MessageReference getMessageReference()
MessageReferencepublic void setMessageReference(MessageReference value)
value - allowed object is MessageReferencepublic String getAbortReason()
Stringpublic void setAbortReason(String value)
value - allowed object is Stringpublic DisplayOutput getDisplayOutput()
DisplayOutputpublic void setDisplayOutput(DisplayOutput value)
value - allowed object is DisplayOutputCopyright © 2022. All rights reserved.