be.ac.ucl.ingi.totem.measurementReport.model.jaxb
Interface Subnet

All Known Implementing Classes:
SubnetImpl

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

getMask

java.lang.String getMask()
Gets the value of the mask property.

Returns:
possible object is String

setMask

void setMask(java.lang.String value)
Sets the value of the mask property.

Parameters:
value - allowed object is String

getAddress

java.lang.String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

void setAddress(java.lang.String value)
Sets the value of the address property.

Parameters:
value - allowed object is String


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.