be.ac.ucl.ingi.totem.scenario.model.jaxb
Interface CBGPInfoType

All Superinterfaces:
EventType
All Known Subinterfaces:
CBGPInfo
All Known Implementing Classes:
CBGPInfo, CBGPInfoImpl, CBGPInfoTypeImpl

public interface CBGPInfoType
extends EventType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/shared_dir/belial/users/lepropre/eclipse/workspace/run-totem/src/resources/scenario/CBGP-Scenario-v1_0.xsd line 27)

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


Method Summary
 java.lang.String getInfo()
          Gets the value of the info property.
 java.util.List getParam()
          Gets the value of the Param property.
 boolean isSetInfo()
           
 boolean isSetParam()
           
 void setInfo(java.lang.String value)
          Sets the value of the info property.
 void unsetInfo()
           
 void unsetParam()
           
 
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()

getInfo

java.lang.String getInfo()
Gets the value of the info property.

Returns:
possible object is String

setInfo

void setInfo(java.lang.String value)
Sets the value of the info property.

Parameters:
value - allowed object is String

isSetInfo

boolean isSetInfo()

unsetInfo

void unsetInfo()


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