public class Serverlist extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
notes |
protected List<Server> |
server |
protected String |
size |
| Constructor and Description |
|---|
Serverlist() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNotes()
Gets the value of the notes property.
|
List<Server> |
getServer()
Gets the value of the server property.
|
String |
getSize()
Gets the value of the size property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setSize(String value)
Sets the value of the size property.
|
public String getSize()
Stringpublic void setSize(String value)
value - allowed object is
Stringpublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic List<Server> getServer()
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 server property.
For example, to add a new item, do as follows:
getServer().add(newItem);
Objects of the following type(s) are allowed in the list
Server
Copyright © 2014. All Rights Reserved.