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