be.ac.ulg.montefiore.run.totem.trafficMatrix.model.jaxb
Interface Information

All Known Implementing Classes:
InformationImpl

public interface Information

Java content class for information 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/trafficMatrix/TrafficMatrix-v1_2.xsd line 44)

 <complexType name="information">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="date" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="duration" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="units" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="unit">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" fixed="bandwidth" />
                           <attribute name="value" use="required" type="{}bandwidthUnits" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Information.UnitsType
          Java content class for anonymous complex type.
 
Method Summary
 java.lang.String getAuthor()
          Gets the value of the author property.
 java.util.Calendar getDate()
          Gets the value of the date property.
 java.lang.String getDescription()
          Gets the value of the description property.
 double getDuration()
          Gets the value of the duration property.
 java.lang.String getTitle()
          Gets the value of the title property.
 Information.UnitsType getUnits()
          Gets the value of the units property.
 boolean isSetAuthor()
           
 boolean isSetDate()
           
 boolean isSetDescription()
           
 boolean isSetDuration()
           
 boolean isSetTitle()
           
 boolean isSetUnits()
           
 void setAuthor(java.lang.String value)
          Sets the value of the author property.
 void setDate(java.util.Calendar value)
          Sets the value of the date property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setDuration(double value)
          Sets the value of the duration property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setUnits(Information.UnitsType value)
          Sets the value of the units property.
 void unsetAuthor()
           
 void unsetDate()
           
 void unsetDescription()
           
 void unsetDuration()
           
 void unsetTitle()
           
 void unsetUnits()
           
 

Method Detail

getDescription

java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isSetDescription

boolean isSetDescription()

unsetDescription

void unsetDescription()

getDate

java.util.Calendar getDate()
Gets the value of the date property.

Returns:
possible object is Calendar

setDate

void setDate(java.util.Calendar value)
Sets the value of the date property.

Parameters:
value - allowed object is Calendar

isSetDate

boolean isSetDate()

unsetDate

void unsetDate()

getAuthor

java.lang.String getAuthor()
Gets the value of the author property.

Returns:
possible object is String

setAuthor

void setAuthor(java.lang.String value)
Sets the value of the author property.

Parameters:
value - allowed object is String

isSetAuthor

boolean isSetAuthor()

unsetAuthor

void unsetAuthor()

getDuration

double getDuration()
Gets the value of the duration property.


setDuration

void setDuration(double value)
Sets the value of the duration property.


isSetDuration

boolean isSetDuration()

unsetDuration

void unsetDuration()

getTitle

java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

isSetTitle

boolean isSetTitle()

unsetTitle

void unsetTitle()

getUnits

Information.UnitsType getUnits()
Gets the value of the units property.

Returns:
possible object is Information.UnitsType

setUnits

void setUnits(Information.UnitsType value)
Sets the value of the units property.

Parameters:
value - allowed object is Information.UnitsType

isSetUnits

boolean isSetUnits()

unsetUnits

void unsetUnits()


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