public class Meta extends Object implements Serializable
Constructor and Description |
---|
Meta() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
Columns |
getColumns()
Returns the value of field 'columns'.
|
End |
getEnd()
Returns the value of field 'end'.
|
Legend |
getLegend()
Returns the value of field 'legend'.
|
Rows |
getRows()
Returns the value of field 'rows'.
|
Start |
getStart()
Returns the value of field 'start'.
|
Step |
getStep()
Returns the value of field 'step'.
|
int |
hashCode()
Overrides the java.lang.Object.hashCode method.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setColumns(Columns columns)
Sets the value of field 'columns'.
|
void |
setEnd(End end)
Sets the value of field 'end'.
|
void |
setLegend(Legend legend)
Sets the value of field 'legend'.
|
void |
setRows(Rows rows)
Sets the value of field 'rows'.
|
void |
setStart(Start start)
Sets the value of field 'start'.
|
void |
setStep(Step step)
Sets the value of field 'step'.
|
static Meta |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public boolean equals(Object obj)
public Columns getColumns()
public End getEnd()
public Legend getLegend()
public Rows getRows()
public Start getStart()
public Step getStep()
public int hashCode()
The following steps came from Effective Java Programming Language Guide by Joshua Bloch, Chapter 3
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 setColumns(Columns columns)
columns
- the value of field 'columns'.public void setEnd(End end)
end
- the value of field 'end'.public void setLegend(Legend legend)
legend
- the value of field 'legend'.public void setRows(Rows rows)
rows
- the value of field 'rows'.public void setStart(Start start)
start
- the value of field 'start'.public void setStep(Step step)
step
- the value of field 'step'.public static Meta 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 © 2015. All rights reserved.