public class IconTheme extends Object implements Serializable
Constructor and Description |
---|
IconTheme() |
Modifier and Type | Method and Description |
---|---|
String |
getBasedir()
Returns the value of field 'basedir'.
|
String |
getDescription()
Returns the value of field 'description'.
|
String |
getName()
Returns the value of field 'name'.
|
String |
getResource()
Returns the value of field 'resource'.
|
String |
getVersion()
Returns the value of field 'version'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setBasedir(String basedir)
Sets the value of field 'basedir'.
|
void |
setDescription(String description)
Sets the value of field 'description'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setResource(String resource)
Sets the value of field 'resource'.
|
void |
setVersion(String version)
Sets the value of field 'version'.
|
static Object |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public String getBasedir()
public String getDescription()
public String getName()
public String getResource()
public String getVersion()
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
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setBasedir(String basedir)
basedir
- the value of field 'basedir'.public void setDescription(String description)
description
- the value of field 'description'.public void setName(String name)
name
- the value of field 'name'.public void setResource(String resource)
resource
- the value of field 'resource'.public void setVersion(String version)
version
- the value of field 'version'.public static Object unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException