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