public class GraphGprint extends Object implements Serializable
Constructor and Description |
---|
GraphGprint() |
Modifier and Type | Method and Description |
---|---|
void |
deleteBase() |
int |
getBase()
Returns the value of field 'base'.
|
Cf |
getCf()
Returns the value of field 'cf'.
|
String |
getDatasource()
Returns the value of field 'datasource'.
|
String |
getFormat()
Returns the value of field 'format'.
|
boolean |
hasBase()
Method hasBase.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setBase(int base)
Sets the value of field 'base'.
|
void |
setCf(Cf cf)
Sets the value of field 'cf'.
|
void |
setDatasource(String datasource)
Sets the value of field 'datasource'.
|
void |
setFormat(String format)
Sets the value of field 'format'.
|
static GraphGprint |
unmarshal(Reader reader)
Method unmarshal.
|
void |
validate() |
public void deleteBase()
public int getBase()
public Cf getCf()
public String getDatasource()
public String getFormat()
public boolean hasBase()
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 setBase(int base)
base
- the value of field 'base'.public void setCf(Cf cf)
cf
- the value of field 'cf'.public void setDatasource(String datasource)
datasource
- the value of field 'datasource'.public void setFormat(String format)
format
- the value of field 'format'.public static GraphGprint 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.