public class Network
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ip" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="mask" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
ip |
protected java.lang.String |
mask |
Constructor and Description |
---|
Network() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIp()
Gets the value of the ip property.
|
java.lang.String |
getMask()
Gets the value of the mask property.
|
void |
setIp(java.lang.String value)
Sets the value of the ip property.
|
void |
setMask(java.lang.String value)
Sets the value of the mask property.
|
public java.lang.String getIp()
String
public void setIp(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMask()
String
public void setMask(java.lang.String value)
value
- allowed object is
String