public class Server extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
availstring |
protected List<Domain> |
domain |
protected String |
host |
protected String |
info |
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAvailstring()
Gets the value of the availstring property.
|
List<Domain> |
getDomain()
Gets the value of the domain property.
|
String |
getHost()
Gets the value of the host property.
|
String |
getInfo()
Gets the value of the info property.
|
void |
setAvailstring(String value)
Sets the value of the availstring property.
|
void |
setHost(String value)
Sets the value of the host property.
|
void |
setInfo(String value)
Sets the value of the info property.
|
protected String host
protected String info
protected String availstring
public String getHost()
Stringpublic void setHost(String value)
value - allowed object is
Stringpublic String getInfo()
Stringpublic void setInfo(String value)
value - allowed object is
Stringpublic String getAvailstring()
Stringpublic void setAvailstring(String value)
value - allowed object is
Stringpublic List<Domain> getDomain()
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 domain property.
For example, to add a new item, do as follows:
getDomain().add(newItem);
Objects of the following type(s) are allowed in the list
Domain
Copyright © 2014. All Rights Reserved.