be.ac.ulg.montefiore.run.totem.domain.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/monfort/Projects/run-totem/src/resources/domain/Domain-v1_3.xsd line 119)

 <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}date" 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">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{}unit" maxOccurs="2" minOccurs="2"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="diff-serv" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="priority" maxOccurs="8">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="ct" use="required" type="{}ctType" />
                           <attribute name="id" use="required" type="{}priorityIdType" />
                           <attribute name="preemption" use="required" type="{}preemptionType" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="srlgs" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="srlg" maxOccurs="unbounded">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.w3.org/2001/XMLSchema>string">
                           <attribute name="id" use="required" type="{}srlgIdType" />
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Information.DiffServType
          Java content class for anonymous complex type.
static interface Information.SrlgsType
          Java content class for anonymous complex type.
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.
 Information.DiffServType getDiffServ()
          Gets the value of the diffServ property.
 Information.SrlgsType getSrlgs()
          Gets the value of the srlgs 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 isSetDiffServ()
           
 boolean isSetSrlgs()
           
 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 setDiffServ(Information.DiffServType value)
          Sets the value of the diffServ property.
 void setSrlgs(Information.SrlgsType value)
          Sets the value of the srlgs 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 unsetDiffServ()
           
 void unsetSrlgs()
           
 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()

getSrlgs

Information.SrlgsType getSrlgs()
Gets the value of the srlgs property.

Returns:
possible object is Information.SrlgsType

setSrlgs

void setSrlgs(Information.SrlgsType value)
Sets the value of the srlgs property.

Parameters:
value - allowed object is Information.SrlgsType

isSetSrlgs

boolean isSetSrlgs()

unsetSrlgs

void unsetSrlgs()

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

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

getDiffServ

Information.DiffServType getDiffServ()
Gets the value of the diffServ property.

Returns:
possible object is Information.DiffServType

setDiffServ

void setDiffServ(Information.DiffServType value)
Sets the value of the diffServ property.

Parameters:
value - allowed object is Information.DiffServType

isSetDiffServ

boolean isSetDiffServ()

unsetDiffServ

void unsetDiffServ()

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.