public interface

XmlElement

implements Serializable
com.priint.comet.metadata.w2ml.XmlElement

Class Overview

The interface Xml element.

Summary

Public Methods
abstract List<XmlElementAttribute> getAttributes()
Gets attributes.
abstract List<XmlElement> getElements()
Gets elements.
abstract int getFrameuid()
Gets frameuid.
abstract XmlElementGrid getGrid()
Gets grid.
abstract String getName()
Gets name.
abstract List<XmlElementPosition> getPositions()
Gets positions.
abstract String getType()
Gets type.
abstract int getUid()
Gets uid.
abstract void setAttributes(List<XmlElementAttribute> attributes)
Sets attributes.
abstract void setElements(List<XmlElement> elements)
Sets elements.
abstract void setFrameuid(int frameuid)
Sets frameuid.
abstract void setGrid(XmlElementGrid grid)
Sets grid.
abstract void setName(String name)
Sets name.
abstract void setPositions(List<XmlElementPosition> positions)
Sets positions.
abstract void setType(String type)
Sets type.
abstract void setUid(int uid)
Sets uid.

Public Methods

public abstract List<XmlElementAttribute> getAttributes ()

Gets attributes.

Returns
  • the attributes

public abstract List<XmlElement> getElements ()

Gets elements.

Returns
  • the elements

public abstract int getFrameuid ()

Gets frameuid.

Returns
  • the frameuid

public abstract XmlElementGrid getGrid ()

Gets grid.

Returns
  • the grid

public abstract String getName ()

Gets name.

Returns
  • the name

public abstract List<XmlElementPosition> getPositions ()

Gets positions.

Returns
  • the positions

public abstract String getType ()

Gets type.

Returns
  • the type

public abstract int getUid ()

Gets uid.

Returns
  • the uid

public abstract void setAttributes (List<XmlElementAttribute> attributes)

Sets attributes.

Parameters
attributes the attributes

public abstract void setElements (List<XmlElement> elements)

Sets elements.

Parameters
elements the elements

public abstract void setFrameuid (int frameuid)

Sets frameuid.

Parameters
frameuid the frameuid

public abstract void setGrid (XmlElementGrid grid)

Sets grid.

Parameters
grid the grid

public abstract void setName (String name)

Sets name.

Parameters
name the name

public abstract void setPositions (List<XmlElementPosition> positions)

Sets positions.

Parameters
positions the positions

public abstract void setType (String type)

Sets type.

Parameters
type the type

public abstract void setUid (int uid)

Sets uid.

Parameters
uid the uid