public class Transaction
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
aDtype |
protected java.util.List<Option> |
option |
protected java.lang.String |
requestName |
protected URL |
url |
| Constructor and Description |
|---|
Transaction() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getADtype()
Gets the value of the aDtype property.
|
java.util.List<Option> |
getOption()
Gets the value of the option property.
|
java.lang.String |
getRequestName()
Gets the value of the requestName property.
|
URL |
getURL()
Gets the value of the url property.
|
void |
setRequestName(java.lang.String value)
Sets the value of the requestName property.
|
void |
setURL(URL value)
Sets the value of the url property.
|
protected java.lang.String requestName
protected java.util.List<java.lang.String> aDtype
protected URL url
protected java.util.List<Option> option
public java.lang.String getRequestName()
Stringpublic void setRequestName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getADtype()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the aDtype property.
For example, to add a new item, do as follows:
getADtype().add(newItem);
Objects of the following type(s) are allowed in the list
String
public void setURL(URL value)
value - allowed object is
URLpublic java.util.List<Option> getOption()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the option property.
For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
Option
Copyright © 2018 SAP SE. All Rights Reserved.