|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Subnet
Java content class for subnet complex type.
The following schema fragment specifies the expected content contained within this java content object. (defined at file:/biom/biom1/tdekens/workspace/rtt/xml/measurementBase.xsd line 8)
<complexType name="subnet"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="address" type="{}IPAddress"/> <element name="mask" type="{}IPAddressMask"/> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
java.lang.String |
getAddress()
Gets the value of the address property. |
java.lang.String |
getMask()
Gets the value of the mask property. |
void |
setAddress(java.lang.String value)
Sets the value of the address property. |
void |
setMask(java.lang.String value)
Sets the value of the mask property. |
Method Detail |
---|
java.lang.String getMask()
String
void setMask(java.lang.String value)
value
- allowed object is
String
java.lang.String getAddress()
String
void setAddress(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |