|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.report.availability.Report
public class Report
The top-level element for availability reports.
| Constructor Summary | |
|---|---|
Report()
|
|
| Method Summary | |
|---|---|
void |
deleteCatCount()
|
void |
deleteSectionCount()
|
String |
getAuthor()
Returns the value of field 'author'. |
int |
getCatCount()
Returns the value of field 'catCount'. |
Categories |
getCategories()
Returns the value of field 'categories'. |
Created |
getCreated()
Returns the value of field 'created'. |
String |
getLogo()
Returns the value of field 'logo'. |
int |
getSectionCount()
Returns the value of field 'sectionCount'. |
ViewInfo |
getViewInfo()
Returns the value of field 'viewInfo'. |
boolean |
hasCatCount()
Method hasCatCount. |
boolean |
hasSectionCount()
Method hasSectionCount. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setAuthor(String author)
Sets the value of field 'author'. |
void |
setCatCount(int catCount)
Sets the value of field 'catCount'. |
void |
setCategories(Categories categories)
Sets the value of field 'categories'. |
void |
setCreated(Created created)
Sets the value of field 'created'. |
void |
setLogo(String logo)
Sets the value of field 'logo'. |
void |
setSectionCount(int sectionCount)
Sets the value of field 'sectionCount'. |
void |
setViewInfo(ViewInfo viewInfo)
Sets the value of field 'viewInfo'. |
static Report |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Report()
| Method Detail |
|---|
public void deleteCatCount()
public void deleteSectionCount()
public String getAuthor()
public int getCatCount()
public Categories getCategories()
public Created getCreated()
public String getLogo()
public int getSectionCount()
public ViewInfo getViewInfo()
public boolean hasCatCount()
public boolean hasSectionCount()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setAuthor(String author)
author - the value of field 'author'.public void setCatCount(int catCount)
catCount - the value of field 'catCount'.public void setCategories(Categories categories)
categories - the value of field 'categories'.public void setCreated(Created created)
created - the value of field 'created'.public void setLogo(String logo)
logo - the value of field 'logo'.public void setSectionCount(int sectionCount)
sectionCount - the value of field 'sectionCount'.public void setViewInfo(ViewInfo viewInfo)
viewInfo - the value of field 'viewInfo'.
public static Report unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||