org.jopendocument.model.form
Class FormProperty

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

public class FormProperty
extends Object


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

Field Detail

formPropertyIsList

protected String formPropertyIsList

formPropertyName

protected String formPropertyName

formPropertyType

protected String formPropertyType

formPropertyValue

protected List<FormPropertyValue> formPropertyValue
Constructor Detail

FormProperty

public FormProperty()
Method Detail

getFormPropertyIsList

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

Returns:
possible object is String

getFormPropertyName

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

Returns:
possible object is String

getFormPropertyType

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

Returns:
possible object is String

getFormPropertyValue

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

Parameters:
value - allowed object is String

setFormPropertyName

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

Parameters:
value - allowed object is String

setFormPropertyType

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

Parameters:
value - allowed object is String


Copyright © 2010 jOpenDocument All Rights Reserved.