be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface LSPCreationType.PathType

All Known Implementing Classes:
LSPCreationTypeImpl.PathTypeImpl
Enclosing interface:
LSPCreationType

public static interface LSPCreationType.PathType

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/scenario/Scenario-v1_2.xsd line 289)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element name="node" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         </sequence>
         <sequence>
           <element name="link" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         </sequence>
       </choice>
       <attribute name="type" type="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}LSPPathType" default="STRICT" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getLink()
          Gets the value of the Link property.
 java.util.List getNode()
          Gets the value of the Node property.
 LSPPathType getType()
          Gets the value of the type property.
 boolean isSetLink()
           
 boolean isSetNode()
           
 boolean isSetType()
           
 void setType(LSPPathType value)
          Sets the value of the type property.
 void unsetLink()
           
 void unsetNode()
           
 void unsetType()
           
 

Method Detail

getLink

java.util.List getLink()
Gets the value of the Link property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Link property.

For example, to add a new item, do as follows:

    getLink().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetLink

boolean isSetLink()

unsetLink

void unsetLink()

getType

LSPPathType getType()
Gets the value of the type property.

Returns:
possible object is LSPPathType

setType

void setType(LSPPathType value)
Sets the value of the type property.

Parameters:
value - allowed object is LSPPathType

isSetType

boolean isSetType()

unsetType

void unsetType()

getNode

java.util.List getNode()
Gets the value of the Node property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Node property.

For example, to add a new item, do as follows:

    getNode().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetNode

boolean isSetNode()

unsetNode

void unsetNode()


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