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

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

public static interface Link.ToType

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

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


Method Summary
 int getAs()
          Gets the value of the as property.
 java.lang.String getIf()
          Gets the value of the if property.
 java.lang.String getNode()
          Gets the value of the node property.
 boolean isSetAs()
           
 boolean isSetIf()
           
 boolean isSetNode()
           
 void setAs(int value)
          Sets the value of the as property.
 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 unsetAs()
           
 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()

getAs

int getAs()
Gets the value of the as property.


setAs

void setAs(int value)
Sets the value of the as property.


isSetAs

boolean isSetAs()

unsetAs

void unsetAs()

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.