public class DNS extends Object
Java class for DNS complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DNS"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="servers" type="{}Hosts" minOccurs="0"/> <element name="search_domains" type="{}Hosts" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
DNS() |
Modifier and Type | Method and Description |
---|---|
Hosts |
getSearchDomains()
Gets the value of the searchDomains property.
|
Hosts |
getServers()
Gets the value of the servers property.
|
boolean |
isSetSearchDomains() |
boolean |
isSetServers() |
void |
setSearchDomains(Hosts value)
Sets the value of the searchDomains property.
|
void |
setServers(Hosts value)
Sets the value of the servers property.
|
public Hosts getServers()
Hosts
public void setServers(Hosts value)
value
- allowed object is
Hosts
public boolean isSetServers()
public Hosts getSearchDomains()
Hosts
public void setSearchDomains(Hosts value)
value
- allowed object is
Hosts
public boolean isSetSearchDomains()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0