public class SuggestXMLForm
extends org.apache.struts.action.ActionForm
implements java.io.Serializable
Constructor and Description |
---|
SuggestXMLForm() |
Modifier and Type | Method and Description |
---|---|
void |
addErrorMessage(java.lang.String errorMessage)
Adds a feature to the ErrorMessage attribute of the SuggestXMLForm object
|
java.lang.String |
getErrorMessage()
Gets the errorMessage attribute of the SubmitNewsOppsForm object
|
java.lang.String |
getInputValue(java.lang.String inputName)
Gets the inputValue attribute of the SuggestXMLForm object
|
java.lang.String |
getInputValues(java.lang.String inputName)
Gets the inputValues attribute of the SuggestXMLForm object
|
boolean |
getServicesSubmissionError()
Gets the servicesSubmissionError attribute of the SuggestXMLForm object
|
java.lang.String |
getXmlRecord()
Gets the xmlRecord attribute of the SubmitNewsOppsForm object
|
void |
setErrorMessage(java.lang.String errorMessage)
Sets the errorMessage attribute of the SubmitNewsOppsForm object
|
void |
setInputValue(java.lang.String inputName,
java.lang.String inputValue)
Sets the inputValue attribute of the SuggestXMLForm object
|
void |
setServicesSubmissionError(boolean value)
Sets the servicesSubmissionError attribute of the SuggestXMLForm object
|
void |
setXmlRecord(java.lang.String xmlRecord)
Sets the xmlRecord attribute of the SubmitNewsOppsForm object
|
public void setXmlRecord(java.lang.String xmlRecord)
xmlRecord
- The new xmlRecord valuepublic boolean getServicesSubmissionError()
public void setServicesSubmissionError(boolean value)
value
- The new servicesSubmissionError valuepublic java.lang.String getXmlRecord()
public void setErrorMessage(java.lang.String errorMessage)
errorMessage
- The new errorMessage valuepublic java.lang.String getErrorMessage()
public void addErrorMessage(java.lang.String errorMessage)
errorMessage
- The feature to be added to the ErrorMessage attributepublic java.lang.String getInputValue(java.lang.String inputName)
inputName
- public java.lang.String getInputValues(java.lang.String inputName)
inputName
- public void setInputValue(java.lang.String inputName, java.lang.String inputValue)
inputName
- The new inputValue valueinputValue
- The new inputValue value