public class IP extends Object
Java class for IP complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IP">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="address" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="netmask" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="gateway" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
IP() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
String |
getGateway()
Gets the value of the gateway property.
|
String |
getNetmask()
Gets the value of the netmask property.
|
String |
getVersion()
Gets the value of the version property.
|
boolean |
isSetAddress() |
boolean |
isSetGateway() |
boolean |
isSetNetmask() |
boolean |
isSetVersion() |
void |
setAddress(String value)
Sets the value of the address property.
|
void |
setGateway(String value)
Sets the value of the gateway property.
|
void |
setNetmask(String value)
Sets the value of the netmask property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic boolean isSetAddress()
public String getNetmask()
Stringpublic void setNetmask(String value)
value - allowed object is
Stringpublic boolean isSetNetmask()
public String getGateway()
Stringpublic void setGateway(String value)
value - allowed object is
Stringpublic boolean isSetGateway()
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic boolean isSetVersion()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0