org.jopendocument.model.form
Class FormControl

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

public class FormControl
extends Object


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

Field Detail

formId

protected String formId

formName

protected String formName

formServiceName

protected String formServiceName

formTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl

protected List<Object> formTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl
Constructor Detail

FormControl

public FormControl()
Method Detail

getFormId

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

Returns:
possible object is String

getFormName

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

Returns:
possible object is String

getFormServiceName

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

Returns:
possible object is String

getFormTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl

public List<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(String value)
Sets the value of the formId property.

Parameters:
value - allowed object is String

setFormName

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

Parameters:
value - allowed object is String

setFormServiceName

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.