|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.reporting.availability.Day
public class Day
Class Day.
| Constructor Summary | |
|---|---|
Day()
|
|
| Method Summary | |
|---|---|
void |
deleteDate()
|
void |
deletePctValue()
|
void |
deleteVisible()
|
int |
getDate()
Returns the value of field 'date'. |
double |
getPctValue()
Returns the value of field 'pctValue'. |
boolean |
getVisible()
Returns the value of field 'visible'. |
boolean |
hasDate()
Method hasDate. |
boolean |
hasPctValue()
Method hasPctValue. |
boolean |
hasVisible()
Method hasVisible. |
boolean |
isValid()
Method isValid. |
boolean |
isVisible()
Returns the value of field 'visible'. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setDate(int date)
Sets the value of field 'date'. |
void |
setPctValue(double pctValue)
Sets the value of field 'pctValue'. |
void |
setVisible(boolean visible)
Sets the value of field 'visible'. |
static Day |
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 Day()
| Method Detail |
|---|
public void deleteDate()
public void deletePctValue()
public void deleteVisible()
public int getDate()
public double getPctValue()
public boolean getVisible()
public boolean hasDate()
public boolean hasPctValue()
public boolean hasVisible()
public boolean isValid()
public boolean isVisible()
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 setDate(int date)
date - the value of field 'date'.public void setPctValue(double pctValue)
pctValue - the value of field 'pctValue'.public void setVisible(boolean visible)
visible - the value of field 'visible'.
public static Day 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 | |||||||||