Class Plugin
java.lang.Object
org.gvsig.andami.persistence.generate.Plugin
- All Implemented Interfaces:
Serializable
Class Plugin.
- Version:
- $Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of field 'bookmarks'.Returns the value of field 'lastUpdate'.getName()Returns the value of field 'name'.Returns the value of field 'windows'.Returns the value of field 'xmlEntity'.booleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidsetBookmarks(Bookmarks bookmarks) Sets the value of field 'bookmarks'.voidsetLastUpdate(String lastUpdate) Sets the value of field 'lastUpdate'.voidSets the value of field 'name'.voidsetWindows(Windows windows) Sets the value of field 'windows'.voidsetXmlEntity(XmlEntity xmlEntity) Sets the value of field 'xmlEntity'.static ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
Plugin
public Plugin()
-
-
Method Details
-
getBookmarks
Returns the value of field 'bookmarks'.- Returns:
- the value of field 'bookmarks'.
-
getLastUpdate
Returns the value of field 'lastUpdate'.- Returns:
- the value of field 'lastUpdate'.
-
getName
Returns the value of field 'name'.- Returns:
- the value of field 'name'.
-
getWindows
Returns the value of field 'windows'.- Returns:
- the value of field 'windows'.
-
getXmlEntity
Returns the value of field 'xmlEntity'.- Returns:
- the value of field 'xmlEntity'.
-
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
-
setBookmarks
Sets the value of field 'bookmarks'.- Parameters:
bookmarks- the value of field 'bookmarks'.
-
setLastUpdate
Sets the value of field 'lastUpdate'.- Parameters:
lastUpdate- the value of field 'lastUpdate'.
-
setName
Sets the value of field 'name'.- Parameters:
name- the value of field 'name'.
-
setWindows
Sets the value of field 'windows'.- Parameters:
windows- the value of field 'windows'.
-
setXmlEntity
Sets the value of field 'xmlEntity'.- Parameters:
xmlEntity- the value of field 'xmlEntity'.
-
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
-