public class Domain extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
count |
protected String |
country |
protected List<Domain> |
domain |
protected String |
name |
protected String |
nic |
| Constructor and Description |
|---|
Domain() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCount()
Gets the value of the count property.
|
String |
getCountry()
Gets the value of the country property.
|
List<Domain> |
getDomain()
Gets the value of the domain property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNic()
Gets the value of the nic property.
|
void |
setCount(String value)
Sets the value of the count property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNic(String value)
Sets the value of the nic property.
|
protected String name
protected String count
protected String nic
protected String country
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCount()
Stringpublic void setCount(String value)
value - allowed object is
Stringpublic void setNic(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(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.