be.ac.ulg.montefiore.run.totem.repository.SAMTE.scenario.jaxb
Interface ObjectiveFunctionType

All Known Subinterfaces:
ObjectiveFunction
All Known Implementing Classes:
ObjectiveFunctionImpl, ObjectiveFunctionTypeImpl

public interface 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/skivee/sync/run/cvs-home/run-totem/src/resources/scenario/SAMTE-Scenario-v1_0.xsd line 71)

 <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://jaxb.scenario.SAMTE.repository.totem.run.montefiore.ulg.ac.be}objectiveType" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 ObjectiveType 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(ObjectiveType 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 ParamType Param


isSetParam

boolean isSetParam()

unsetParam

void unsetParam()

getName

ObjectiveType getName()
Gets the value of the name property.

Returns:
possible object is ObjectiveType

setName

void setName(ObjectiveType value)
Sets the value of the name property.

Parameters:
value - allowed object is ObjectiveType

isSetName

boolean isSetName()

unsetName

void unsetName()


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