Class SuggestXMLForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.suggest.action.form.SuggestXMLForm
- All Implemented Interfaces:
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddErrorMessage(String errorMessage) Adds a feature to the ErrorMessage attribute of the SuggestXMLForm objectGets the errorMessage attribute of the SubmitNewsOppsForm objectgetInputValue(String inputName) Gets the inputValue attribute of the SuggestXMLForm objectgetInputValues(String inputName) Gets the inputValues attribute of the SuggestXMLForm objectbooleanGets the servicesSubmissionError attribute of the SuggestXMLForm objectGets the xmlRecord attribute of the SubmitNewsOppsForm objectvoidsetErrorMessage(String errorMessage) Sets the errorMessage attribute of the SubmitNewsOppsForm objectvoidsetInputValue(String inputName, String inputValue) Sets the inputValue attribute of the SuggestXMLForm objectvoidsetServicesSubmissionError(boolean value) Sets the servicesSubmissionError attribute of the SuggestXMLForm objectvoidsetXmlRecord(String xmlRecord) Sets the xmlRecord attribute of the SubmitNewsOppsForm objectMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
SuggestXMLForm
public SuggestXMLForm()
-
-
Method Details
-
setXmlRecord
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
Gets the xmlRecord attribute of the SubmitNewsOppsForm object- Returns:
- The xmlRecord value
-
setErrorMessage
Sets the errorMessage attribute of the SubmitNewsOppsForm object- Parameters:
errorMessage- The new errorMessage value
-
getErrorMessage
Gets the errorMessage attribute of the SubmitNewsOppsForm object- Returns:
- The errorMessage value
-
addErrorMessage
Adds a feature to the ErrorMessage attribute of the SuggestXMLForm object- Parameters:
errorMessage- The feature to be added to the ErrorMessage attribute
-
getInputValue
Gets the inputValue attribute of the SuggestXMLForm object- Parameters:
inputName-- Returns:
- The inputValue value
-
getInputValues
Gets the inputValues attribute of the SuggestXMLForm object- Parameters:
inputName-- Returns:
- The inputValues value
-
setInputValue
Sets the inputValue attribute of the SuggestXMLForm object- Parameters:
inputName- The new inputValue valueinputValue- The new inputValue value
-