Interface Placeholder

All Superinterfaces:
DocumentElement, Serializable
All Known Implementing Classes:
PlaceholderImpl

public interface Placeholder extends DocumentElement
The Interface Placeholder.
  • Method Details

    • getPlaceholderId

      int getPlaceholderId()
      Gets the placeholder id.
      Returns:
      the placeholder id
    • setPlaceholderId

      void setPlaceholderId(int placeholderId)
      Sets the placeholder id.
      Parameters:
      placeholderId - the new placeholder id
    • getName

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

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

      PlaceholderType getType()
      Gets the type.
      Returns:
      the type
      See Also:
    • setType

      void setType(PlaceholderType type)
      Sets the type.
      Parameters:
      type - the new type
      See Also:
    • getOverset

      String getOverset()
      Gets the overset.
      Returns:
      the overset
    • setOverset

      void setOverset(String overset)
      Sets the overset.
      Parameters:
      overset - the new overset
    • getInfos1

      String getInfos1()
      Gets the infos 1.
      Returns:
      the infos 1
    • setInfos1

      void setInfos1(String infos1)
      Sets the infos 1.
      Parameters:
      infos1 - the new infos 1
    • getInfos2

      String getInfos2()
      Gets the infos 2.
      Returns:
      the infos 2
    • setInfos2

      void setInfos2(String infos2)
      Sets the infos 2.
      Parameters:
      infos2 - the new infos 2
    • getExt

      Ext getExt()
      Gets the ext.
      Returns:
      the ext
      See Also:
    • setExt

      void setExt(Ext ext)
      Sets the ext.
      Parameters:
      ext - the new ext
      See Also:
    • getRecord

      Record getRecord()
      Gets the record.
      Returns:
      the record
      See Also:
    • setRecord

      void setRecord(Record record)
      Sets the record.
      Parameters:
      record - the new record
      See Also:
    • getParents

      Parents getParents()
      Gets the parents.
      Returns:
      the parents
      See Also:
    • setParents

      void setParents(Parents parents)
      Sets the parents.
      Parameters:
      parents - the new parents
      See Also:
    • getFrames

      List<Frame> getFrames()
      Gets the frames.
      Returns:
      the frames
      See Also:
    • setFrames

      void setFrames(List<Frame> frames)
      Sets the frames.
      Parameters:
      frames - the new frames
      See Also:
    • getState

      State getState()
      Gets the state.
      Returns:
      the state
      See Also:
    • setState

      void setState(State state)
      Sets the state.
      Parameters:
      state - the new state
      See Also:
    • getTextContent

      TextContent getTextContent()
      Gets the text content.
      Returns:
      the text content
      See Also:
    • setTextContent

      void setTextContent(TextContent textContent)
      Sets the text content
      Parameters:
      textContent - the new textcontent
      See Also:
    • getImageContent

      ImageContent getImageContent()
      Gets the image content.
      Returns:
      the image content
      See Also:
    • setImageContent

      void setImageContent(ImageContent imageContent)
      Sets the image content
      Parameters:
      imageContent - the new imagecontent
      See Also:
    • getFunctionVariables

      List<FunctionVariable> getFunctionVariables()

      Gets the function variable definitions for this placeholder

      Returns:
      function variables for this placeholder
      See Also:
    • setFunctionVariables

      void setFunctionVariables(List<FunctionVariable> functionVariables)

      Sets the function variable definitions for this placeholder

      Parameters:
      functionVariables - new function variable definitions for this placeholder
      See Also: