public class GuestInfo extends Object
Java class for GuestInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}ips" minOccurs="0"/>
<element name="fqdn" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GuestInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFqdn()
Gets the value of the fqdn property.
|
IPs |
getIps()
Gets the value of the ips property.
|
boolean |
isSetFqdn() |
boolean |
isSetIps() |
void |
setFqdn(String value)
Sets the value of the fqdn property.
|
void |
setIps(IPs value)
Sets the value of the ips property.
|
public void setIps(IPs value)
value - allowed object is
IPspublic boolean isSetIps()
public String getFqdn()
Stringpublic void setFqdn(String value)
value - allowed object is
Stringpublic boolean isSetFqdn()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0