Package org.gvsig.andami.config.generate
Class IconTheme
java.lang.Object
org.gvsig.andami.config.generate.IconTheme
- All Implemented Interfaces:
Serializable
Class IconTheme.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of field 'basedir'.Returns the value of field 'description'.getName()Returns the value of field 'name'.Returns the value of field 'resource'.Returns the value of field 'version'.booleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidsetBasedir(String basedir) Sets the value of field 'basedir'.voidsetDescription(String description) Sets the value of field 'description'.voidSets the value of field 'name'.voidsetResource(String resource) Sets the value of field 'resource'.voidsetVersion(String version) Sets the value of field 'version'.static ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
IconTheme
public IconTheme()
-
-
Method Details
-
getBasedir
Returns the value of field 'basedir'.- Returns:
- the value of field 'basedir'.
-
getDescription
Returns the value of field 'description'.- Returns:
- the value of field 'description'.
-
getName
Returns the value of field 'name'.- Returns:
- the value of field 'name'.
-
getResource
Returns the value of field 'resource'.- Returns:
- the value of field 'resource'.
-
getVersion
Returns the value of field 'version'.- Returns:
- the value of field 'version'.
-
isValid
public boolean isValid()Method isValid -
marshal
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException Method marshal- Parameters:
out-- Throws:
org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
marshal
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException Method marshal- Parameters:
handler-- Throws:
IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
setBasedir
Sets the value of field 'basedir'.- Parameters:
basedir- the value of field 'basedir'.
-
setDescription
Sets the value of field 'description'.- Parameters:
description- the value of field 'description'.
-
setName
Sets the value of field 'name'.- Parameters:
name- the value of field 'name'.
-
setResource
Sets the value of field 'resource'.- Parameters:
resource- the value of field 'resource'.
-
setVersion
Sets the value of field 'version'.- Parameters:
version- the value of field 'version'.
-
unmarshal
public static Object unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException Method unmarshal- Parameters:
reader-- Throws:
org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
validate
public void validate() throws org.exolab.castor.xml.ValidationExceptionMethod validate- Throws:
org.exolab.castor.xml.ValidationException
-