org.jopendocument.model.form
Class FormControl

java.lang.Object
  extended by org.jopendocument.model.form.FormControl

public class FormControl
extends java.lang.Object


Constructor Summary
FormControl()
           
 
Method Summary
 java.lang.String getFormId()
          Gets the value of the formId property.
 java.lang.String getFormName()
          Gets the value of the formName property.
 java.lang.String getFormServiceName()
          Gets the value of the formServiceName property.
 java.util.List<java.lang.Object> getFormTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl()
          Gets the value of the formTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl property.
 void setFormId(java.lang.String value)
          Sets the value of the formId property.
 void setFormName(java.lang.String value)
          Sets the value of the formName property.
 void setFormServiceName(java.lang.String value)
          Sets the value of the formServiceName property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormControl

public FormControl()
Method Detail

getFormId

public java.lang.String getFormId()
Gets the value of the formId property.

Returns:
possible object is String

getFormName

public java.lang.String getFormName()
Gets the value of the formName property.

Returns:
possible object is String

getFormServiceName

public java.lang.String getFormServiceName()
Gets the value of the formServiceName property.

Returns:
possible object is String

getFormTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl

public java.util.List<java.lang.Object> getFormTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl()
Gets the value of the formTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the formTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl property.

For example, to add a new item, do as follows:

 getFormTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl()
         .add(newItem);
 

Objects of the following type(s) are allowed in the list FormText FormTextarea FormFixedText FormFile FormPassword FormFormattedText FormButton FormImage FormCheckbox FormRadio FormListbox FormCombobox FormFrame FormHidden FormImageFrame FormGrid FormValueRange FormGenericControl


setFormId

public void setFormId(java.lang.String value)
Sets the value of the formId property.

Parameters:
value - allowed object is String

setFormName

public void setFormName(java.lang.String value)
Sets the value of the formName property.

Parameters:
value - allowed object is String

setFormServiceName

public void setFormServiceName(java.lang.String value)
Sets the value of the formServiceName property.

Parameters:
value - allowed object is String