public class GetPossiblePayerContacts extends Object implements Serializable
Java class for getPossiblePayerContacts complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
arg0 |
protected List<Long> |
arg1 |
protected List<String> |
arg2 |
| Constructor and Description |
|---|
GetPossiblePayerContacts() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getArg0()
Gets the value of the arg0 property.
|
List<Long> |
getArg1()
Gets the value of the arg1 property.
|
List<String> |
getArg2()
Gets the value of the arg2 property.
|
void |
setArg0(Integer value)
Sets the value of the arg0 property.
|
protected Integer arg0
public Integer getArg0()
Integerpublic void setArg0(Integer value)
value - allowed object is
Integerpublic List<Long> getArg1()
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 arg1 property.
For example, to add a new item, do as follows:
getArg1().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public List<String> getArg2()
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 arg2 property.
For example, to add a new item, do as follows:
getArg2().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2021. All rights reserved.