be.ac.ulg.montefiore.run.totem.repository.cplexMCNF.scenario.model.jaxb
Interface ComputeMCNFOptimalRoutingType.FormulationType

All Known Implementing Classes:
ComputeMCNFOptimalRoutingTypeImpl.FormulationTypeImpl
Enclosing interface:
ComputeMCNFOptimalRoutingType

public static interface ComputeMCNFOptimalRoutingType.FormulationType

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/lepropre/projects/run-totem/src/resources/scenario/CPLEX-MCNF-Scenario-v1_0.xsd line 40)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element name="nodeLink">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </sequence>
         <sequence>
           <element name="linkPath">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <attribute name="nbPaths" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface ComputeMCNFOptimalRoutingType.FormulationType.LinkPathType
          Java content class for anonymous complex type.
static interface ComputeMCNFOptimalRoutingType.FormulationType.NodeLinkType
          Java content class for anonymous complex type.
 
Method Summary
 ComputeMCNFOptimalRoutingType.FormulationType.LinkPathType getLinkPath()
          Gets the value of the linkPath property.
 ComputeMCNFOptimalRoutingType.FormulationType.NodeLinkType getNodeLink()
          Gets the value of the nodeLink property.
 boolean isSetLinkPath()
           
 boolean isSetNodeLink()
           
 void setLinkPath(ComputeMCNFOptimalRoutingType.FormulationType.LinkPathType value)
          Sets the value of the linkPath property.
 void setNodeLink(ComputeMCNFOptimalRoutingType.FormulationType.NodeLinkType value)
          Sets the value of the nodeLink property.
 void unsetLinkPath()
           
 void unsetNodeLink()
           
 

Method Detail

getNodeLink

ComputeMCNFOptimalRoutingType.FormulationType.NodeLinkType getNodeLink()
Gets the value of the nodeLink property.

Returns:
possible object is ComputeMCNFOptimalRoutingType.FormulationType.NodeLinkType

setNodeLink

void setNodeLink(ComputeMCNFOptimalRoutingType.FormulationType.NodeLinkType value)
Sets the value of the nodeLink property.

Parameters:
value - allowed object is ComputeMCNFOptimalRoutingType.FormulationType.NodeLinkType

isSetNodeLink

boolean isSetNodeLink()

unsetNodeLink

void unsetNodeLink()

getLinkPath

ComputeMCNFOptimalRoutingType.FormulationType.LinkPathType getLinkPath()
Gets the value of the linkPath property.

Returns:
possible object is ComputeMCNFOptimalRoutingType.FormulationType.LinkPathType

setLinkPath

void setLinkPath(ComputeMCNFOptimalRoutingType.FormulationType.LinkPathType value)
Sets the value of the linkPath property.

Parameters:
value - allowed object is ComputeMCNFOptimalRoutingType.FormulationType.LinkPathType

isSetLinkPath

boolean isSetLinkPath()

unsetLinkPath

void unsetLinkPath()


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