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()
String
public void setAddress(String value)
value
- allowed object is
String
public boolean isSetAddress()
public String getNetmask()
String
public void setNetmask(String value)
value
- allowed object is
String
public boolean isSetNetmask()
public String getGateway()
String
public void setGateway(String value)
value
- allowed object is
String
public boolean isSetGateway()
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public boolean isSetVersion()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0