public class Connections extends Object implements com.epam.xml.common.Findable
Constructor and Description |
---|
Connections() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
List<Connection> |
getConnection()
Gets the value of the connection property.
|
String |
toString() |
public List<Connection> getConnection()
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 connection property.
For example, to add a new item, do as follows:
getConnection().add(newItem);
Objects of the following type(s) are allowed in the list
Connection
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2000–2025 EPAM Systems. All rights reserved.