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

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

public static interface ComputeMCNFOptimalRoutingType.ObjectiveFunctionType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://jaxb.model.scenario.totem.run.montefiore.ulg.ac.be}param" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List getParam()
          Gets the value of the Param property.
 boolean isSetName()
           
 boolean isSetParam()
           
 void setName(java.lang.String value)
          Sets the value of the name property.
 void unsetName()
           
 void unsetParam()
           
 

Method Detail

getParam

java.util.List getParam()
Gets the value of the Param 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 Param property.

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

    getParam().add(newItem);
 

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


isSetParam

boolean isSetParam()

unsetParam

void unsetParam()

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

boolean isSetName()

unsetName

void unsetName()


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