java.lang.Object | ||
↳ | com.pnfsoftware.jeb.core.actions.ActionData | |
↳ | com.pnfsoftware.jeb.core.actions.ActionXrefsData |
This action class holds information for to the QUERY_XREFS
action.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ActionXrefsData() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
List<String> |
getAddresses()
Get the list of addresses.
| ||||||||||
List<String> |
getDetails()
Get a list of optional details, associated to the list of returned addresses.
| ||||||||||
String | getTarget() | ||||||||||
List<String> |
getUserAddresses()
Get a list of optional details, associated to the list of returned addresses.
| ||||||||||
void |
setAddresses(List<String> addresses)
Set the list of addresses.
| ||||||||||
void |
setDetails(List<String> details)
Set the list of detail strings.
| ||||||||||
void |
setTarget(String target)
Can be used by the client or plugin.
| ||||||||||
void |
setUserAddresses(List<String> userAddresses)
Set the list of user-friendly addresses.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get the list of addresses. This method is used by clients.
Get a list of optional details, associated to the list of returned addresses. This method is
used by clients. If non-null, must contain the same number of entries as getAddresses()
.
Get a list of optional details, associated to the list of returned addresses. This method is
used by clients. If non-null, must contain the same number of entries as getAddresses()
.
Set the list of addresses. This method is used by plugins.
addresses | list of addresses |
---|
Set the list of detail strings. This method is used by plugins.
Can be used by the client or plugin. If the client leaves it to null, it is up to the plugin to determine the wanted target address, and fill up this field. If the the client provides it, the plugin must use it.
Set the list of user-friendly addresses. This method is used by plugins.