be.ac.ulg.montefiore.run.totem.domain.model.jaxb
Interface Link.FromType

All Known Implementing Classes:
LinkImpl.FromTypeImpl
Enclosing interface:
Link

public static interface Link.FromType

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 226)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="if" type="{}interfaceIdType" />
       <attribute name="node" use="required" type="{}nodeIdType" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getIf()
          Gets the value of the if property.
 java.lang.String getNode()
          Gets the value of the node property.
 boolean isSetIf()
           
 boolean isSetNode()
           
 void setIf(java.lang.String value)
          Sets the value of the if property.
 void setNode(java.lang.String value)
          Sets the value of the node property.
 void unsetIf()
           
 void unsetNode()
           
 

Method Detail

getNode

java.lang.String getNode()
Gets the value of the node property.

Returns:
possible object is String

setNode

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

Parameters:
value - allowed object is String

isSetNode

boolean isSetNode()

unsetNode

void unsetNode()

getIf

java.lang.String getIf()
Gets the value of the if property.

Returns:
possible object is String

setIf

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

Parameters:
value - allowed object is String

isSetIf

boolean isSetIf()

unsetIf

void unsetIf()


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