net.sf.ahtutils.xml.report
Class Info

java.lang.Object
  extended by net.sf.ahtutils.xml.report.Info
All Implemented Interfaces:
Serializable

public class Info
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

title

protected Info.Title title

record

protected Info.Record record

subtitle

protected Info.Subtitle subtitle

footer

protected Info.Footer footer
Constructor Detail

Info

public Info()
Method Detail

getTitle

public Info.Title getTitle()
Gets the value of the title property.

Returns:
possible object is Info.Title

setTitle

public void setTitle(Info.Title value)
Sets the value of the title property.

Parameters:
value - allowed object is Info.Title

isSetTitle

public boolean isSetTitle()

getRecord

public Info.Record getRecord()
Gets the value of the record property.

Returns:
possible object is Info.Record

setRecord

public void setRecord(Info.Record value)
Sets the value of the record property.

Parameters:
value - allowed object is Info.Record

isSetRecord

public boolean isSetRecord()

getSubtitle

public Info.Subtitle getSubtitle()
Gets the value of the subtitle property.

Returns:
possible object is Info.Subtitle

setSubtitle

public void setSubtitle(Info.Subtitle value)
Sets the value of the subtitle property.

Parameters:
value - allowed object is Info.Subtitle

isSetSubtitle

public boolean isSetSubtitle()

getFooter

public Info.Footer getFooter()
Gets the value of the footer property.

Returns:
possible object is Info.Footer

setFooter

public void setFooter(Info.Footer value)
Sets the value of the footer property.

Parameters:
value - allowed object is Info.Footer

isSetFooter

public boolean isSetFooter()


Copyright © 2011. All Rights Reserved.