Class SuggestXMLForm

java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.suggest.action.form.SuggestXMLForm
All Implemented Interfaces:
Serializable

public class SuggestXMLForm extends org.apache.struts.action.ActionForm implements Serializable
A Struts Form bean for handling submission of XML records based on XPath-name HTML form inputs
Author:
Ryan Deardorff
See Also:
  • Field Summary

    Fields inherited from class org.apache.struts.action.ActionForm

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addErrorMessage(String errorMessage)
    Adds a feature to the ErrorMessage attribute of the SuggestXMLForm object
    Gets the errorMessage attribute of the SubmitNewsOppsForm object
    getInputValue(String inputName)
    Gets the inputValue attribute of the SuggestXMLForm object
    Gets the inputValues attribute of the SuggestXMLForm object
    boolean
    Gets the servicesSubmissionError attribute of the SuggestXMLForm object
    Gets the xmlRecord attribute of the SubmitNewsOppsForm object
    void
    setErrorMessage(String errorMessage)
    Sets the errorMessage attribute of the SubmitNewsOppsForm object
    void
    setInputValue(String inputName, String inputValue)
    Sets the inputValue attribute of the SuggestXMLForm object
    void
    Sets the servicesSubmissionError attribute of the SuggestXMLForm object
    void
    setXmlRecord(String xmlRecord)
    Sets the xmlRecord attribute of the SubmitNewsOppsForm object

    Methods inherited from class org.apache.struts.action.ActionForm

    getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SuggestXMLForm

      public SuggestXMLForm()
  • Method Details

    • setXmlRecord

      public void setXmlRecord(String xmlRecord)
      Sets the xmlRecord attribute of the SubmitNewsOppsForm object
      Parameters:
      xmlRecord - The new xmlRecord value
    • getServicesSubmissionError

      public boolean getServicesSubmissionError()
      Gets the servicesSubmissionError attribute of the SuggestXMLForm object
      Returns:
      The servicesSubmissionError value
    • setServicesSubmissionError

      public void setServicesSubmissionError(boolean value)
      Sets the servicesSubmissionError attribute of the SuggestXMLForm object
      Parameters:
      value - The new servicesSubmissionError value
    • getXmlRecord

      public String getXmlRecord()
      Gets the xmlRecord attribute of the SubmitNewsOppsForm object
      Returns:
      The xmlRecord value
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
      Sets the errorMessage attribute of the SubmitNewsOppsForm object
      Parameters:
      errorMessage - The new errorMessage value
    • getErrorMessage

      public String getErrorMessage()
      Gets the errorMessage attribute of the SubmitNewsOppsForm object
      Returns:
      The errorMessage value
    • addErrorMessage

      public void addErrorMessage(String errorMessage)
      Adds a feature to the ErrorMessage attribute of the SuggestXMLForm object
      Parameters:
      errorMessage - The feature to be added to the ErrorMessage attribute
    • getInputValue

      public String getInputValue(String inputName)
      Gets the inputValue attribute of the SuggestXMLForm object
      Parameters:
      inputName -
      Returns:
      The inputValue value
    • getInputValues

      public String getInputValues(String inputName)
      Gets the inputValues attribute of the SuggestXMLForm object
      Parameters:
      inputName -
      Returns:
      The inputValues value
    • setInputValue

      public void setInputValue(String inputName, String inputValue)
      Sets the inputValue attribute of the SuggestXMLForm object
      Parameters:
      inputName - The new inputValue value
      inputValue - The new inputValue value