public class Report extends Object implements Serializable
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
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() |
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 marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
- if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaorg.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 marshalingorg.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemapublic void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
- if this
object is an invalid instance according to the schemaCopyright © 2017. All rights reserved.