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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
gateway |
protected String |
netmask |
| 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.
|
boolean |
isSetAddress() |
boolean |
isSetGateway() |
boolean |
isSetNetmask() |
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.
|
protected String address
protected String netmask
protected String gateway
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()
Copyright © 2012. All Rights Reserved.