|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.report.Info
public class Info
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
</extension>
</simpleContent>
</complexType>
</element>
<element name="record">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>dateTime">
</extension>
</simpleContent>
</complexType>
</element>
<element name="subtitle">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
</extension>
</simpleContent>
</complexType>
</element>
<element name="footer">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Info.Footer
Java class for anonymous complex type. |
static class |
Info.Record
Java class for anonymous complex type. |
static class |
Info.Subtitle
Java class for anonymous complex type. |
static class |
Info.Title
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Info.Footer |
footer
|
protected Info.Record |
record
|
protected Info.Subtitle |
subtitle
|
protected Info.Title |
title
|
| Constructor Summary | |
|---|---|
Info()
|
|
| Method Summary | |
|---|---|
Info.Footer |
getFooter()
Gets the value of the footer property. |
Info.Record |
getRecord()
Gets the value of the record property. |
Info.Subtitle |
getSubtitle()
Gets the value of the subtitle property. |
Info.Title |
getTitle()
Gets the value of the title property. |
boolean |
isSetFooter()
|
boolean |
isSetRecord()
|
boolean |
isSetSubtitle()
|
boolean |
isSetTitle()
|
void |
setFooter(Info.Footer value)
Sets the value of the footer property. |
void |
setRecord(Info.Record value)
Sets the value of the record property. |
void |
setSubtitle(Info.Subtitle value)
Sets the value of the subtitle property. |
void |
setTitle(Info.Title value)
Sets the value of the title property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Info.Title title
protected Info.Record record
protected Info.Subtitle subtitle
protected Info.Footer footer
| Constructor Detail |
|---|
public Info()
| Method Detail |
|---|
public Info.Title getTitle()
Info.Titlepublic void setTitle(Info.Title value)
value - allowed object is
Info.Titlepublic boolean isSetTitle()
public Info.Record getRecord()
Info.Recordpublic void setRecord(Info.Record value)
value - allowed object is
Info.Recordpublic boolean isSetRecord()
public Info.Subtitle getSubtitle()
Info.Subtitlepublic void setSubtitle(Info.Subtitle value)
value - allowed object is
Info.Subtitlepublic boolean isSetSubtitle()
public Info.Footer getFooter()
Info.Footerpublic void setFooter(Info.Footer value)
value - allowed object is
Info.Footerpublic boolean isSetFooter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||