org.jopendocument.model.form
Class FormColumn

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

public class FormColumn
extends java.lang.Object


Constructor Summary
FormColumn()
           
 
Method Summary
 java.lang.String getFormColumnStyleName()
          Gets the value of the formColumnStyleName property.
 java.lang.String getFormLabel()
          Gets the value of the formLabel 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> getFormTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox()
          Gets the value of the formTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox property.
 void setFormColumnStyleName(java.lang.String value)
          Sets the value of the formColumnStyleName property.
 void setFormLabel(java.lang.String value)
          Sets the value of the formLabel 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

FormColumn

public FormColumn()
Method Detail

getFormColumnStyleName

public java.lang.String getFormColumnStyleName()
Gets the value of the formColumnStyleName property.

Returns:
possible object is String

getFormLabel

public java.lang.String getFormLabel()
Gets the value of the formLabel 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

getFormTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox

public java.util.List<java.lang.Object> getFormTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox()
Gets the value of the formTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox 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 formTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox property.

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

 getFormTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox().add(newItem);
 

Objects of the following type(s) are allowed in the list FormText FormTextarea FormFormattedText FormCheckbox FormListbox FormCombobox


setFormColumnStyleName

public void setFormColumnStyleName(java.lang.String value)
Sets the value of the formColumnStyleName property.

Parameters:
value - allowed object is String

setFormLabel

public void setFormLabel(java.lang.String value)
Sets the value of the formLabel 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