be.ac.ulg.montefiore.run.totem.domain.model.jaxb
Interface NodeInterface.IpType

All Known Implementing Classes:
NodeInterfaceImpl.IpTypeImpl
Enclosing interface:
NodeInterface

public static interface NodeInterface.IpType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/monfort/Projects/run-totem/src/resources/domain/Domain-v1_2.xsd line 207)

 <complexType>
   <simpleContent>
     <extension base="<>IPAddress">
       <attribute name="mask" use="required" type="{}IPAddressMask" />
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 java.lang.String getMask()
          Gets the value of the mask property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setMask(java.lang.String value)
          Sets the value of the mask property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 

Method Detail

getValue

java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

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


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