public class DaiAuthenticationKeyServiceInterfacecreateDaiAuthenticationKeys extends Object
DaiAuthenticationKey objects.
The following fields are required:
| Modifier and Type | Field and Description |
|---|---|
protected List<DaiAuthenticationKey> |
daiAuthenticationKeys |
| Constructor and Description |
|---|
DaiAuthenticationKeyServiceInterfacecreateDaiAuthenticationKeys() |
| Modifier and Type | Method and Description |
|---|---|
List<DaiAuthenticationKey> |
getDaiAuthenticationKeys()
Gets the value of the daiAuthenticationKeys property.
|
protected List<DaiAuthenticationKey> daiAuthenticationKeys
public DaiAuthenticationKeyServiceInterfacecreateDaiAuthenticationKeys()
public List<DaiAuthenticationKey> getDaiAuthenticationKeys()
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 daiAuthenticationKeys property.
For example, to add a new item, do as follows:
getDaiAuthenticationKeys().add(newItem);
Objects of the following type(s) are allowed in the list
DaiAuthenticationKey
Copyright © 2018. All Rights Reserved.