org.jopendocument.model.form
Class FormProperty

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

public class FormProperty
extends java.lang.Object


Constructor Summary
FormProperty()
           
 
Method Summary
 java.lang.String getFormPropertyIsList()
          Gets the value of the formPropertyIsList property.
 java.lang.String getFormPropertyName()
          Gets the value of the formPropertyName property.
 java.lang.String getFormPropertyType()
          Gets the value of the formPropertyType property.
 java.util.List<FormPropertyValue> getFormPropertyValue()
          Gets the value of the formPropertyValue property.
 void setFormPropertyIsList(java.lang.String value)
          Sets the value of the formPropertyIsList property.
 void setFormPropertyName(java.lang.String value)
          Sets the value of the formPropertyName property.
 void setFormPropertyType(java.lang.String value)
          Sets the value of the formPropertyType property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormProperty

public FormProperty()
Method Detail

getFormPropertyIsList

public java.lang.String getFormPropertyIsList()
Gets the value of the formPropertyIsList property.

Returns:
possible object is String

getFormPropertyName

public java.lang.String getFormPropertyName()
Gets the value of the formPropertyName property.

Returns:
possible object is String

getFormPropertyType

public java.lang.String getFormPropertyType()
Gets the value of the formPropertyType property.

Returns:
possible object is String

getFormPropertyValue

public java.util.List<FormPropertyValue> getFormPropertyValue()
Gets the value of the formPropertyValue 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 formPropertyValue property.

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

 getFormPropertyValue().add(newItem);
 

Objects of the following type(s) are allowed in the list FormPropertyValue


setFormPropertyIsList

public void setFormPropertyIsList(java.lang.String value)
Sets the value of the formPropertyIsList property.

Parameters:
value - allowed object is String

setFormPropertyName

public void setFormPropertyName(java.lang.String value)
Sets the value of the formPropertyName property.

Parameters:
value - allowed object is String

setFormPropertyType

public void setFormPropertyType(java.lang.String value)
Sets the value of the formPropertyType property.

Parameters:
value - allowed object is String