org.jopendocument.model.form
Class FormColumn

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

public class FormColumn
extends Object


Field Summary
protected  String formColumnStyleName
           
protected  String formLabel
           
protected  String formName
           
protected  String formServiceName
           
protected  List<Object> formTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox
           
 
Constructor Summary
FormColumn()
           
 
Method Summary
 String getFormColumnStyleName()
          Gets the value of the formColumnStyleName property.
 String getFormLabel()
          Gets the value of the formLabel property.
 String getFormName()
          Gets the value of the formName property.
 String getFormServiceName()
          Gets the value of the formServiceName property.
 List<Object> getFormTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox()
          Gets the value of the formTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox property.
 void setFormColumnStyleName(String value)
          Sets the value of the formColumnStyleName property.
 void setFormLabel(String value)
          Sets the value of the formLabel 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

formColumnStyleName

protected String formColumnStyleName

formLabel

protected String formLabel

formName

protected String formName

formServiceName

protected String formServiceName

formTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox

protected List<Object> formTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox
Constructor Detail

FormColumn

public FormColumn()
Method Detail

getFormColumnStyleName

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

Returns:
possible object is String

getFormLabel

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

getFormTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox

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

Parameters:
value - allowed object is String

setFormLabel

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