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_3.xsd line 211)

 <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.
 boolean isSetMask()
           
 boolean isSetValue()
           
 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.
 void unsetMask()
           
 void unsetValue()
           
 

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

isSetValue

boolean isSetValue()

unsetValue

void unsetValue()

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

isSetMask

boolean isSetMask()

unsetMask

void unsetMask()


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