public class Day extends Object implements Serializable
Constructor and Description |
---|
Day() |
Modifier and Type | Method and Description |
---|---|
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() |
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 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 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 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.