Class SaWsContentContainer

java.lang.Object
com.saperion.ws.wrapper.SaWsContentContainer

public class SaWsContentContainer extends Object
A container for SaWsContents.
  • Constructor Details

    • SaWsContentContainer

      public SaWsContentContainer()
      Constructor.
  • Method Details

    • getContent

      public List<SaWsContent> getContent()
      Returns the content.
      Returns:
      Web service content
    • setContent

      public void setContent(List<SaWsContent> contents)
      Sets the webservice content.
      Parameters:
      contents - Webservice contents
    • getMode

      public SaWsContentContainer.Mode getMode()
      Returns the mode of this content container.
      Returns:
      the mode of this content container.
    • setMode

      public void setMode(SaWsContentContainer.Mode newMode)
      Sets the mode of this content container.
      Parameters:
      newMode - The new mode to set.
    • getVariables

      public Map<String,String> getVariables()
      Returns the variables of this content container.
      Returns:
      the variables of this content container.
    • setVariables

      public void setVariables(Map<String,String> newVariables)
      Sets the variables of this content container.
      Parameters:
      newVariables - The variables to set.