|
||||||||||
| 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/monfort/Projects/run-totem/src/resources/domain/Domain-v1_3.xsd line 142)
<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="classes-of-service" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cos" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sub-class" type="{}cosType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{}cosType" />
</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.ClassesOfServiceType
Java content class for anonymous complex type. |
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. |
Information.ClassesOfServiceType |
getClassesOfService()
Gets the value of the classesOfService 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 |
isSetClassesOfService()
|
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 |
setClassesOfService(Information.ClassesOfServiceType value)
Sets the value of the classesOfService 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 |
unsetClassesOfService()
|
void |
unsetDate()
|
void |
unsetDescription()
|
void |
unsetDiffServ()
|
void |
unsetSrlgs()
|
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()
Information.SrlgsType getSrlgs()
Information.SrlgsTypevoid setSrlgs(Information.SrlgsType value)
value - allowed object is
Information.SrlgsTypeboolean isSetSrlgs()
void unsetSrlgs()
java.lang.String getAuthor()
Stringvoid setAuthor(java.lang.String value)
value - allowed object is
Stringboolean isSetAuthor()
void unsetAuthor()
Information.ClassesOfServiceType getClassesOfService()
Information.ClassesOfServiceTypevoid setClassesOfService(Information.ClassesOfServiceType value)
value - allowed object is
Information.ClassesOfServiceTypeboolean isSetClassesOfService()
void unsetClassesOfService()
java.lang.String getTitle()
Stringvoid setTitle(java.lang.String value)
value - allowed object is
Stringboolean isSetTitle()
void unsetTitle()
Information.DiffServType getDiffServ()
Information.DiffServTypevoid setDiffServ(Information.DiffServType value)
value - allowed object is
Information.DiffServTypeboolean isSetDiffServ()
void unsetDiffServ()
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 | |||||||||