public class TimeAxis extends Object implements Serializable
Constructor and Description |
---|
TimeAxis() |
Modifier and Type | Method and Description |
---|---|
void |
deleteCenter_labels() |
void |
deleteMaj_grid_unit_steps() |
void |
deleteMin_grid_unit_steps() |
boolean |
getCenter_labels()
Returns the value of field 'center_labels'.
|
String |
getDate_format()
Returns the value of field 'date_format'.
|
DayOfWeek |
getFirst_day_of_week()
Returns the value of field 'first_day_of_week'.
|
GridTimeUnit |
getMaj_grid_time_unit()
Returns the value of field 'maj_grid_time_unit'.
|
int |
getMaj_grid_unit_steps()
Returns the value of field 'maj_grid_unit_steps'.
|
GridTimeUnit |
getMin_grid_time_unit()
Returns the value of field 'min_grid_time_unit'.
|
int |
getMin_grid_unit_steps()
Returns the value of field 'min_grid_unit_steps'.
|
boolean |
hasCenter_labels()
Method hasCenter_labels.
|
boolean |
hasMaj_grid_unit_steps()
Method hasMaj_grid_unit_steps.
|
boolean |
hasMin_grid_unit_steps()
Method hasMin_grid_unit_steps.
|
boolean |
isCenter_labels()
Returns the value of field 'center_labels'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setCenter_labels(boolean center_labels)
Sets the value of field 'center_labels'.
|
void |
setDate_format(String date_format)
Sets the value of field 'date_format'.
|
void |
setFirst_day_of_week(DayOfWeek first_day_of_week)
Sets the value of field 'first_day_of_week'.
|
void |
setMaj_grid_time_unit(GridTimeUnit maj_grid_time_unit)
Sets the value of field 'maj_grid_time_unit'.
|
void |
setMaj_grid_unit_steps(int maj_grid_unit_steps)
Sets the value of field 'maj_grid_unit_steps'.
|
void |
setMin_grid_time_unit(GridTimeUnit min_grid_time_unit)
Sets the value of field 'min_grid_time_unit'.
|
void |
setMin_grid_unit_steps(int min_grid_unit_steps)
Sets the value of field 'min_grid_unit_steps'.
|
static TimeAxis |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteCenter_labels()
public void deleteMaj_grid_unit_steps()
public void deleteMin_grid_unit_steps()
public boolean getCenter_labels()
public String getDate_format()
public DayOfWeek getFirst_day_of_week()
public GridTimeUnit getMaj_grid_time_unit()
public int getMaj_grid_unit_steps()
public GridTimeUnit getMin_grid_time_unit()
public int getMin_grid_unit_steps()
public boolean hasCenter_labels()
public boolean hasMaj_grid_unit_steps()
public boolean hasMin_grid_unit_steps()
public boolean isCenter_labels()
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 setCenter_labels(boolean center_labels)
center_labels
- the value of field 'center_labels'.public void setDate_format(String date_format)
date_format
- the value of field 'date_format'.public void setFirst_day_of_week(DayOfWeek first_day_of_week)
first_day_of_week
- the value of field
'first_day_of_week'.public void setMaj_grid_time_unit(GridTimeUnit maj_grid_time_unit)
maj_grid_time_unit
- the value of field
'maj_grid_time_unit'.public void setMaj_grid_unit_steps(int maj_grid_unit_steps)
maj_grid_unit_steps
- the value of field
'maj_grid_unit_steps'.public void setMin_grid_time_unit(GridTimeUnit min_grid_time_unit)
min_grid_time_unit
- the value of field
'min_grid_time_unit'.public void setMin_grid_unit_steps(int min_grid_unit_steps)
min_grid_unit_steps
- the value of field
'min_grid_unit_steps'.public static TimeAxis 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.