|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
java.lang.String getDescription()
Stringvoid setDescription(java.lang.String value)
value - allowed object is
Stringboolean isSetDescription()
void unsetDescription()
java.util.Calendar getDate()
Calendarvoid setDate(java.util.Calendar value)
value - allowed object is
Calendarboolean isSetDate()
void unsetDate()
java.lang.String getAuthor()
Stringvoid setAuthor(java.lang.String value)
value - allowed object is
Stringboolean isSetAuthor()
void unsetAuthor()
double getDuration()
void setDuration(double value)
boolean isSetDuration()
void unsetDuration()
java.lang.String getTitle()
Stringvoid setTitle(java.lang.String value)
value - allowed object is
Stringboolean isSetTitle()
void unsetTitle()
Information.UnitsType getUnits()
Information.UnitsTypevoid setUnits(Information.UnitsType value)
value - allowed object is
Information.UnitsTypeboolean isSetUnits()
void unsetUnits()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||