public class HeldTransactionRequestType
extends java.lang.Object
Java class for heldTransactionRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="heldTransactionRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="action" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}afdsTransactionEnum"/>
<element name="refTransId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AfdsTransactionEnum |
action |
protected java.lang.String |
refTransId |
| Constructor and Description |
|---|
HeldTransactionRequestType() |
| Modifier and Type | Method and Description |
|---|---|
AfdsTransactionEnum |
getAction()
Gets the value of the action property.
|
java.lang.String |
getRefTransId()
Gets the value of the refTransId property.
|
void |
setAction(AfdsTransactionEnum value)
Sets the value of the action property.
|
void |
setRefTransId(java.lang.String value)
Sets the value of the refTransId property.
|
protected AfdsTransactionEnum action
protected java.lang.String refTransId
public AfdsTransactionEnum getAction()
AfdsTransactionEnumpublic void setAction(AfdsTransactionEnum value)
value - allowed object is
AfdsTransactionEnumpublic java.lang.String getRefTransId()
Stringpublic void setRefTransId(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.