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

All Known Implementing Classes:
NodeInterfaceImpl, NodeInterfaceImpl

public interface NodeInterface

Java content class for nodeInterface 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 207)

 <complexType name="nodeInterface">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="status" type="{}statusType" minOccurs="0"/>
         <element name="ip" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<>IPAddress">
                 <attribute name="mask" use="required" type="{}IPAddressMask" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id" use="required" type="{}interfaceIdType" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface NodeInterface.IpType
          Java content class for anonymous complex type.
 
Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 NodeInterface.IpType getIp()
          Gets the value of the ip property.
 StatusType getStatus()
          Gets the value of the status property.
 boolean isSetId()
           
 boolean isSetIp()
           
 boolean isSetStatus()
           
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIp(NodeInterface.IpType value)
          Sets the value of the ip property.
 void setStatus(StatusType value)
          Sets the value of the status property.
 void unsetId()
           
 void unsetIp()
           
 void unsetStatus()
           
 

Method Detail

getStatus

StatusType getStatus()
Gets the value of the status property.

Returns:
possible object is StatusType

setStatus

void setStatus(StatusType value)
Sets the value of the status property.

Parameters:
value - allowed object is StatusType

isSetStatus

boolean isSetStatus()

unsetStatus

void unsetStatus()

getIp

NodeInterface.IpType getIp()
Gets the value of the ip property.

Returns:
possible object is NodeInterface.IpType

setIp

void setIp(NodeInterface.IpType value)
Sets the value of the ip property.

Parameters:
value - allowed object is NodeInterface.IpType

isSetIp

boolean isSetIp()

unsetIp

void unsetIp()

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

isSetId

boolean isSetId()

unsetId

void unsetId()


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