Interface XmlElement

All Superinterfaces:
Serializable
All Known Implementing Classes:
XmlElementImpl

public interface XmlElement extends Serializable
The interface Xml element.
  • Method Details

    • getName

      String getName()
      Gets name.
      Returns:
      the name
    • setName

      void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • getUid

      int getUid()
      Gets uid.
      Returns:
      the uid
    • setUid

      void setUid(int uid)
      Sets uid.
      Parameters:
      uid - the uid
    • getType

      String getType()
      Gets type.
      Returns:
      the type
    • setType

      void setType(String type)
      Sets type.
      Parameters:
      type - the type
    • getFrameuid

      int getFrameuid()
      Gets frameuid.
      Returns:
      the frameuid
    • setFrameuid

      void setFrameuid(int frameuid)
      Sets frameuid.
      Parameters:
      frameuid - the frameuid
    • getPositions

      List<XmlElementPosition> getPositions()
      Gets positions.
      Returns:
      the positions
    • setPositions

      void setPositions(List<XmlElementPosition> positions)
      Sets positions.
      Parameters:
      positions - the positions
    • getGrid

      XmlElementGrid getGrid()
      Gets grid.
      Returns:
      the grid
    • setGrid

      void setGrid(XmlElementGrid grid)
      Sets grid.
      Parameters:
      grid - the grid
    • getAttributes

      List<XmlElementAttribute> getAttributes()
      Gets attributes.
      Returns:
      the attributes
    • setAttributes

      void setAttributes(List<XmlElementAttribute> attributes)
      Sets attributes.
      Parameters:
      attributes - the attributes
    • getElements

      List<jakarta.xml.bind.annotation.XmlElement> getElements()
      Gets elements.
      Returns:
      the elements
    • setElements

      void setElements(List<jakarta.xml.bind.annotation.XmlElement> elements)
      Sets elements.
      Parameters:
      elements - the elements