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()
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()
Copyright © 2012. All Rights Reserved.