Class XmlEntity

java.lang.Object
org.gvsig.andami.persistence.generate.XmlEntity
All Implemented Interfaces:
Serializable

public class XmlEntity extends Object implements Serializable
Class XmlEntity.
Version:
$Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
See Also:
  • Constructor Details

    • XmlEntity

      public XmlEntity()
  • Method Details

    • addProperty

      public void addProperty(Property vProperty) throws IndexOutOfBoundsException
      Method addProperty
      Parameters:
      vProperty -
      Throws:
      IndexOutOfBoundsException
    • addProperty

      public void addProperty(int index, Property vProperty) throws IndexOutOfBoundsException
      Method addProperty
      Parameters:
      index -
      vProperty -
      Throws:
      IndexOutOfBoundsException
    • enumerateProperty

      public Enumeration enumerateProperty()
      Method enumerateProperty
    • getProperty

      public Property getProperty(int index) throws IndexOutOfBoundsException
      Method getProperty
      Parameters:
      index -
      Throws:
      IndexOutOfBoundsException
    • getProperty

      public Property[] getProperty()
      Method getProperty
    • getPropertyCount

      public int getPropertyCount()
      Method getPropertyCount
    • 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.MarshalException
      org.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:
      IOException
      org.exolab.castor.xml.MarshalException
      org.exolab.castor.xml.ValidationException
    • removeAllProperty

      public void removeAllProperty()
      Method removeAllProperty
    • removeProperty

      public Property removeProperty(int index)
      Method removeProperty
      Parameters:
      index -
    • setProperty

      public void setProperty(int index, Property vProperty) throws IndexOutOfBoundsException
      Method setProperty
      Parameters:
      index -
      vProperty -
      Throws:
      IndexOutOfBoundsException
    • setProperty

      public void setProperty(Property[] propertyArray)
      Method setProperty
      Parameters:
      propertyArray -
    • 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.MarshalException
      org.exolab.castor.xml.ValidationException
    • validate

      public void validate() throws org.exolab.castor.xml.ValidationException
      Method validate
      Throws:
      org.exolab.castor.xml.ValidationException