public class Section extends Object implements Serializable
Constructor and Description |
---|
Section() |
Modifier and Type | Method and Description |
---|---|
void |
deleteSectionIndex() |
CalendarTable |
getCalendarTable()
Returns the value of field 'calendarTable'.
|
ClassicTable |
getClassicTable()
Returns the value of field 'classicTable'.
|
String |
getPeriod()
Returns the value of field 'period'.
|
String |
getSectionDescr()
Returns the value of field 'sectionDescr'.
|
int |
getSectionIndex()
Returns the value of field 'sectionIndex'.
|
String |
getSectionName()
Returns the value of field 'sectionName'.
|
String |
getSectionTitle()
Returns the value of field 'sectionTitle'.
|
boolean |
hasSectionIndex()
Method hasSectionIndex.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setCalendarTable(CalendarTable calendarTable)
Sets the value of field 'calendarTable'.
|
void |
setClassicTable(ClassicTable classicTable)
Sets the value of field 'classicTable'.
|
void |
setPeriod(String period)
Sets the value of field 'period'.
|
void |
setSectionDescr(String sectionDescr)
Sets the value of field 'sectionDescr'.
|
void |
setSectionIndex(int sectionIndex)
Sets the value of field 'sectionIndex'.
|
void |
setSectionName(String sectionName)
Sets the value of field 'sectionName'.
|
void |
setSectionTitle(String sectionTitle)
Sets the value of field 'sectionTitle'.
|
static Section |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteSectionIndex()
public CalendarTable getCalendarTable()
public ClassicTable getClassicTable()
public String getPeriod()
public String getSectionDescr()
public int getSectionIndex()
public String getSectionName()
public String getSectionTitle()
public boolean hasSectionIndex()
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 setCalendarTable(CalendarTable calendarTable)
calendarTable
- the value of field 'calendarTable'.public void setClassicTable(ClassicTable classicTable)
classicTable
- the value of field 'classicTable'.public void setPeriod(String period)
period
- the value of field 'period'.public void setSectionDescr(String sectionDescr)
sectionDescr
- the value of field 'sectionDescr'.public void setSectionIndex(int sectionIndex)
sectionIndex
- the value of field 'sectionIndex'.public void setSectionName(String sectionName)
sectionName
- the value of field 'sectionName'.public void setSectionTitle(String sectionTitle)
sectionTitle
- the value of field 'sectionTitle'.public static Section 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.