be.ac.ulg.montefiore.run.totem.scenario.model.jaxb
Interface SetRerouteMethodType

All Superinterfaces:
ASEventType, EventType
All Known Subinterfaces:
SetRerouteMethod
All Known Implementing Classes:
SetRerouteMethod, SetRerouteMethodImpl, SetRerouteMethodTypeImpl

public interface SetRerouteMethodType
extends ASEventType

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_1.xsd line 491)

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


Method Summary
 java.lang.String getClassName()
          Gets the value of the className property.
 java.util.List getParam()
          Gets the value of the Param property.
 boolean isSetClassName()
           
 boolean isSetParam()
           
 void setClassName(java.lang.String value)
          Sets the value of the className property.
 void unsetClassName()
           
 void unsetParam()
           
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.ASEventType
getASID, isSetASID, setASID, unsetASID
 
Methods inherited from interface be.ac.ulg.montefiore.run.totem.scenario.model.jaxb.EventType
getTime, isSetTime, setTime, unsetTime
 

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

getClassName

java.lang.String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

void setClassName(java.lang.String value)
Sets the value of the className property.

Parameters:
value - allowed object is String

isSetClassName

boolean isSetClassName()

unsetClassName

void unsetClassName()


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